Function core::arch::x86_64::_mm_cmpunord_ps

1.27.0 · source ·
pub unsafe fn _mm_cmpunord_ps(a: __m128, b: __m128) -> __m128
Available on (x86 or x86-64) and target feature sse and x86-64 only.
Expand description

a 中的四个浮点数中的每个与 b 中的对应元素进行比较。 返回具有两个可能的位模式之一的四个浮点数。 如果 ab 中的输入元素无序 (即,至少其中一个是 NaN),则输出 vector 中的元素将为 0xffffffff,否则为 0。

Intel’s documentation