Function core::arch::x86::_mm_stream_ps1.27.0[][src]

pub unsafe fn _mm_stream_ps(mem_addr: *mut f32, a: __m128)
This is supported on x86 and target feature sse only.
Expand description

使用非临时内存提示将 a 存储到 mem_addr 的内存中。

mem_addr 必须在 16 字节边界上对齐,否则将生成常规保护异常 may

Intel’s documentation