Function core::arch::wasm32::u16x8_extract_lane
1.54.0 · source · pub fn u16x8_extract_lane<const N: usize>(a: v128) -> u16
Available on
target_family="wasm"
and target feature simd128
and WebAssembly only.Expand description
Extracts a lane from a 128-bit vector interpreted as 8 packed u16 numbers.
Extracts a 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.