Function core::arch::x86_64::_mm256_cmp_pd 1.27.0[−][src]
pub unsafe fn _mm256_cmp_pd<const IMM5: i32>(a: __m256d, b: __m256d) -> __m256d
This is supported on x86-64 and target feature
avx
only.Expand description
根据 IMM5
指定的比较操作数比较 a
和 b
中包装的双精度 (64-bit) 浮点元素。