_mm_set_ss
Classification
SSE_ALL, Set, CPUID Test: SSE
Header File
xmmintrin.h
Synopsis
 _mm_set_ss(float a);
Description
Copy single-precision (32-bit) floating-point element "a" to the lower element of "dst", and zero the upper 3 elements.
Operation
dst[31:0] := a[31:0]
dst[127:32] := 0