Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_f64
Method · 0.80
fload64le_o32
Method · 0.80
fload64be_o32
Method · 0.80
fload64le_z
Method · 0.80
fload64le_g32
Method · 0.80
fconst64
Method · 0.80
bitcast_float_from_int_64
Method · 0.80
fselect64
Method · 0.80
f64_from_x32_s
Method · 0.80
f64_from_x32_u
Method · 0.80
f64_from_x64_s
Method · 0.80
f64_from_x64_u
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected