Function core::arch::wasm::i8x16_replace_lane 1.54.0[−][src]
This is supported on
target_family="wasm"
and target feature simd128
only.Expand description
Replaces a lane from a 128-bit vector interpreted as 16 packed i8 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.