Function core::arch::wasm32::u32x4_max [−][src]
pub unsafe fn u32x4_max(a: v128, b: v128) -> v128
This is supported on WebAssembly and target feature
simd128 only.Compares lane-wise unsigned integers, and returns the maximum of each pair.