_mm_set_ps
Classification
SSE_ALL, Set, CPUID Test: SSE
Header File
xmmintrin.h
Synopsis
 _mm_set_ps(float e3, float e2, float e1, float e0);
Description
Set packed single-precision (32-bit) floating-point elements in "dst" with the supplied values.
Operation
dst[31:0] := e0
dst[63:32] := e1
dst[95:64] := e2
dst[127:96] := e3