_mm_stream_psĀ
Microsoft Specific
Stores the data in a
to the address p
without polluting the caches.
void _mm_stream_ps(float * p , __m128 a );
MOVNTPS
Return Value
The address must be 16-byte aligned.
Requirements
Header: mmintrin.h
END Microsoft Specific