MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / set_f64

Method set_f64

pulley/src/interp.rs:568–570  ·  view source on GitHub ↗
(&mut self, val: f64)

Source from the content-addressed store, hash-verified

566 }
567
568 pub fn set_f64(&mut self, val: f64) {
569 self.0.f64 = u64::from_ne_bytes(val.to_le_bytes());
570 }
571}
572
573/// A `v` register value: vectors.

Callers 15

new_f64Method · 0.80
fload64le_o32Method · 0.80
fload64be_o32Method · 0.80
fload64le_zMethod · 0.80
fload64le_g32Method · 0.80
fconst64Method · 0.80
fselect64Method · 0.80
f64_from_x32_sMethod · 0.80
f64_from_x32_uMethod · 0.80
f64_from_x64_sMethod · 0.80
f64_from_x64_uMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected