Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ set_u64x2
Method
set_u64x2
pulley/src/interp.rs:714–716 ·
view source on GitHub ↗
(&mut self, val: [u64; 2])
Source
from the content-addressed store, hash-verified
712
}
713
714
fn set_u64x2(&mut self, val: [u64; 2]) {
715
self.0.u64x2 = val.map(|e| e.to_le());
716
}
717
718
fn get_f64x2(&self) -> [f64; 2] {
719
let val = unsafe { self.0.f64x2 };
Callers
15
vshri64x2_u
Method · 0.80
vsplatx64
Method · 0.80
vload32x2le_u_z
Method · 0.80
vi64x2_from_f64x2_u
Method · 0.80
vwidenlow32x4_u
Method · 0.80
vwidenhigh32x4_u
Method · 0.80
vinsertx64
Method · 0.80
veq64x2
Method · 0.80
vneq64x2
Method · 0.80
vslt64x2
Method · 0.80
vslteq64x2
Method · 0.80
vult64x2
Method · 0.80
Calls
2
to_le
Method · 0.80
map
Method · 0.45
Tested by
no test coverage detected