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

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

a 的最低 32 位浮点数存储到内存中。

此内联函数对应于 MOVSS 指令。

Intel’s documentation