Function core::arch::wasm32::i16x8_lt

1.54.0 · source ·
pub fn i16x8_lt(a: v128, b: v128) -> v128
Available on target_family="wasm" and target feature simd128 and WebAssembly only.
Expand description

比较两个 128 位 vectors,就好像它们是 8 个 16 位带符号整数的两个 vectors 一样。

返回一个新的 vector,如果 lane 方向的左元素小于右元素,则每个 lane 都是 1,否则全为零。