Function core::arch::wasm64::u8x16_min

1.54.0 · source · []
pub fn u8x16_min(a: v128, b: v128) -> v128
Available on WebAssembly and target feature simd128 only.
Expand description

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

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.