_mm_set_sd
Classification
SSE_ALL
, Set, CPUID Test: SSE2
Header File
emmintrin.h
Synopsis
_mm_set_sd(double a);
Description
Copy double-precision (64-bit) floating-point element "a" to the lower element of "dst", and zero the upper element.
Operation
dst[63:0] := a[63:0] dst[127:64] := 0