[−][src]Module floatconv::soft
Software implementations of all conversion functions that don't use any floating point instructions.
Available on all platforms.
To avoid using any floating point instructions or registers, all functions
in this module return the bits of the floating point value as u32 or
u64 instead of f32 or f64.