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