Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ iter_lanes
Method
iter_lanes
cranelift/interpreter/src/value.rs:824–826 ·
view source on GitHub ↗
(&self, ty: Type)
Source
from the content-addressed store, hash-verified
822
}
823
824
fn iter_lanes(&self, ty: Type) -> ValueResult<DataValueIterator> {
825
DataValueIterator::new(self, ty)
826
}
827
}
828
829
/// Iterator for DataValue's
Callers
2
simd_sum
Function · 0.80
step
Function · 0.80
Calls
1
new
Function · 0.50
Tested by
no test coverage detected