_mm_store_ssĀ
Microsoft Specific
Stores the lower single-precision, floating-point value.
void _mm_store_ss(float * p , __m128 a );
MOVSS
Return Value
*p := a0
Requirements
Header: mmintrin.h
END Microsoft Specific
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Microsoft Specific
Stores the lower single-precision, floating-point value.
void _mm_store_ss(float * p , __m128 a );
MOVSS
*p := a0
Header: mmintrin.h
END Microsoft Specific