Function rustix::process::set_floating_point_mode

source ·
pub fn set_floating_point_mode(mode: FloatingPointMode) -> Result<()>
Available on crate feature process only.
Expand description

Allow control of the floating point mode from user space.

§References