_mm_stream_pi
Classification
Header File
Instruction
MOVNTQ m64, mm
Synopsis
_mm_stream_pi(__m64* mem_addr, __m64 a);
Description
Store 64-bits of integer data from "a" into memory using a non-temporal memory hint.
Operation
MEM[mem_addr+63:mem_addr] := a[63:0]