Function core::core_arch::riscv_shared::fsflags
source · pub fn fsflags(value: u32) -> u32
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Expand description
Swaps the floating-point accrued exception flags register fflags
This function swaps the value in fflags
by copying the original value to be returned,
and then writing a new value obtained from the five least-significant bits of
input variable value
into fflags
.