pub fn fplib_start() -> *const u8
Expand description
The start address of the floating point library code and data.
This and fplib_end along with the individual function pointers in soft_float_table can be used to copy the floating point implementation into RAM if desired.