MCPcopy 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_sumFunction · 0.80
stepFunction · 0.80

Calls 1

newFunction · 0.50

Tested by

no test coverage detected