MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / rounding_mode

Method rounding_mode

crates/virtual-machine/src/cpu/csr.rs:297–299  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

295 }
296
297 pub fn rounding_mode(&self) -> u8 {
298 self.frm
299 }
300
301 pub fn increment_instret(&mut self) {
302 self.instret = self.instret.wrapping_add(1);

Callers 2

exec_fp_opFunction · 0.80
exec_fmacFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected