Function core::arch::riscv64::fsflags [−][src]
This is supported on
target_arch="riscv64" only.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.