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