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