_mm_setr_ps
Classification
SSE_ALL, Set, CPUID Test: SSE
Header File
xmmintrin.h
Synopsis
 _mm_setr_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 in reverse order.
Operation
dst[31:0] := e3
dst[63:32] := e2
dst[95:64] := e1
dst[127:96] := e0