_mm_storel_pi
Microsoft Specific
Stores the lower two single-precision, floating-point values of a to the address p.
void _mm_storel_pi( __m64 * p , __m128 a );
MOVLPS mem, reg
Return Value
*p0 := b0
*p1 := b1
Requirements
Header: mmintrin.h
END Microsoft Specific
See Also
Concepts
Miscellaneous Instructions That Use Streaming SIMD Extensions