Function core::arch::x86::_mm_cmpunord_ss 1.27.0[−][src]
pub unsafe fn _mm_cmpunord_ss(a: __m128, b: __m128) -> __m128
This is supported on x86 and target feature
sse only.Expand description
检查两个输入中最低的 f32 是否无序。
如果 a.extract(0) 或 b.extract(0) 中的任何一个为 NaN,则结果的最低 32 位将为 0xffffffff,否则为 0。
结果的高 96 位是 a 的高 96 位。