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

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

比较 ab 的低位的两个 32 位浮点数。 如果相等则返回 1,否则返回 0

Intel’s documentation