Function rustix::process::prctl::set_floating_point_mode

source ·
pub fn set_floating_point_mode(mode: FloatingPointMode) -> Result<()>
Expand description

Allow control of the floating point mode from user space.

§References