Function core::arch::x86_64::_mm_cmpnle_ps   
1.27.0 · source · pub unsafe fn _mm_cmpnle_ps(a: __m128, b: __m128) -> __m128Available on (x86 or x86-64) and target feature 
sse and x86-64 only.Expand description
将 a 中的四个浮点数中的每个与 b 中的对应元素进行比较。
如果 a 中的输入元素不小于或等于 b 中的相应元素,则输出 vector 中的结果将为 0xffffffff,否则为 0。