Function core::arch::x86_64::_mm256_stream_si256 1.27.0[−][src]
pub unsafe fn _mm256_stream_si256(mem_addr: *mut __m256i, a: __m256i)
This is supported on x86-64 and target feature
avx
only.Expand description
将整数数据从 256 位整数 vector 移动到 32 字节对齐的内存位置。 为了最大程度地减少缓存,数据被标记为非时间性的 (不太可能很快再次使用)