Function core::arch::x86_64::_mm256_lddqu_si256 1.27.0[−][src]
pub unsafe fn _mm256_lddqu_si256(mem_addr: *const __m256i) -> __m256i
This is supported on x86-64 and target feature
avx
only.Expand description
从未对齐的内存中将 256 位整数数据加载到结果中。
当数据越过缓存行边界时,此内联函数可能比 _mm256_loadu_si256
更好。