Function core::arch::x86::_mm_min_ss1.27.0[][src]

pub unsafe fn _mm_min_ss(a: __m128, b: __m128) -> __m128
This is supported on x86 and target feature sse only.
Expand description

比较 ab 的第一个单精度 (32-bit) 浮点元素,并在返回值的第一个元素中返回最小值,从 a 复制其他元素。

Intel’s documentation