Function _mm_store_ss
#[target_feature(enable = "sse")]
pub const unsafe fn _mm_store_ss(p: *mut f32, a: __m128)
Stores the lowest 32 bit float of a into memory.
This intrinsic corresponds to the MOVSS instruction.