devela::_dep::rustix::process

Function set_floating_point_mode

pub fn set_floating_point_mode(mode: FloatingPointMode) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

Allow control of the floating point mode from user space.

§References