Function core::arch::x86::_mm256_stream_si256 [] [src]

pub unsafe fn _mm256_stream_si256(mem_addr: *const __m256i, a: __m256i)
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86 and target feature avx only.

Moves integer data from a 256-bit integer vector to a 32-byte aligned memory location. To minimize caching, the data is flagged as non-temporal (unlikely to be used again soon)