Function core::arch::x86::_mm_max_ss 1.27.0[−][src]
pub unsafe fn _mm_max_ss(a: __m128, b: __m128) -> __m128
This is supported on x86 and target feature
sse
only.Expand description
比较 a
和 b
的第一个单精度 (32-bit) 浮点元素,并在返回值的第一个元素中返回最大值,从 a
复制其他元素。