Function core::arch::x86::_mm_stream_ss 1.27.0[−][src]
pub unsafe fn _mm_stream_ss(p: *mut f32, a: __m128)
This is supported on x86 and target feature
sse4a
only.Expand description
a.0
的非临时存储到 p
中。
将 32 位数据写入内存位置,而不会污染高速缓存。