_mm_setr_pd
Classification
Header File
Synopsis
_mm_setr_pd(double e1, double e0);
Description
Set packed double-precision (64-bit) floating-point elements in "dst" with the supplied values in reverse order.
Operation
dst[63:0] := e1
dst[127:64] := e0