_mm_storeh_pd
Classification
Header File
Instruction
MOVHPD m64, xmm
Synopsis
_mm_storeh_pd(double* mem_addr, __m128d a);
Description
Store the upper double-precision (64-bit) floating-point element from "a" into memory.
Operation
MEM[mem_addr+63:mem_addr] := a[127:64]