Function core::arch::wasm32::v128_load8_lane 1.54.0[−][src]
pub unsafe fn v128_load8_lane<const L: usize>(v: v128, m: *const u8) -> v128
This is supported on WebAssembly and target feature
simd128 only.Expand description
Loads an 8-bit value from m and sets lane L of v to that value.