Function core::arch::wasm32::i16x8_min_u[][src]

pub unsafe fn i16x8_min_u(a: v128, b: v128) -> v128
🔬 This is a nightly-only experimental API. (wasm_simd #74372)
This is supported on WebAssembly and target feature simd128 only.

Compares lane-wise unsigned integers, and returns the minimum of each pair.