pub fn i8x16_max(a: v128, b: v128) -> v128Available on
target_family="wasm" and target feature simd128 and WebAssembly only.Expand description
比较 lane-wise 有符号整数,并返回每对的最大值。