Function core::arch::x86_64::_mm_store_ss 1.27.0[−][src]
This is supported on x86-64 and target feature
sse
only.Expand description
Stores the lowest 32 bit float of a
into memory.
This intrinsic corresponds to the MOVSS
instruction.