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

pub unsafe fn _mm_stream_pd(mem_addr: *mut f64, a: __m128d)
This is supported on x86 and target feature sse2 only.
Expand description

[2 x double] 的 128 位浮点 vector 存储到 128 位对齐的内存位置。 为了最大程度地减少缓存,数据被标记为非时间性的 (不太可能很快再次使用)。

Intel’s documentation