Function core::arch::wasm32::i8x16_max_u [−][src]
pub unsafe fn i8x16_max_u(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.