Function core::arch::x86_64::_mm256_div_pd 1.27.0[−][src]
pub unsafe fn _mm256_div_pd(a: __m256d, b: __m256d) -> __m256d
This is supported on x86-64 and target feature
avx
only.Expand description
计算 a
中的 4 个包装的 64 位浮点元素中的每一个除以 b
中相应的封装元素的除法。