Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ set_f64x2
Method
set_f64x2
pulley/src/interp.rs:723–725 ·
view source on GitHub ↗
(&mut self, val: [f64; 2])
Source
from the content-addressed store, hash-verified
721
}
722
723
fn set_f64x2(&mut self, val: [f64; 2]) {
724
self.0.f64x2 = val.map(|e| e.to_bits().to_le());
725
}
726
727
fn get_f32x4(&self) -> [f32; 4] {
728
let val = unsafe { self.0.f32x4 };
Callers
15
vdivf64x2
Method · 0.80
vtrunc64x2
Method · 0.80
vfloor64x2
Method · 0.80
vceil64x2
Method · 0.80
vnearest64x2
Method · 0.80
vsqrt64x2
Method · 0.80
vaddf64x2
Method · 0.80
vsplatf64
Method · 0.80
vf64x2_from_i64x2_s
Method · 0.80
vf64x2_from_i64x2_u
Method · 0.80
vfpromotelow
Method · 0.80
vsubf64x2
Method · 0.80
Calls
3
to_le
Method · 0.80
map
Method · 0.45
to_bits
Method · 0.45
Tested by
no test coverage detected