_mm_stream_pi
Microsoft Specific
Stores the data in a to the address p without polluting the caches.
void _mm_stream_pi(__m64 * p , __m64 a );
MOVNTQ
Return Value
This intrinsic requires you to empty the multimedia state for the MMX register. See Understanding the EMMS Instruction section.
Requirements
Header: mmintrin.h
END Microsoft Specific