Function core::arch::wasm32::i16x8_replace_lane [−][src]
pub unsafe fn i16x8_replace_lane<const N: usize>(a: v128, val: i16) -> v128
This is supported on WebAssembly and target feature
simd128
only.Replaces a lane from a 128-bit vector interpreted as 8 packed i16 numbers.
Replaces the scalar value of lane specified in the immediate mode operand
N
from a
. If N
is out of bounds then it is a compile time error.