Luna::Simd::set_f4

float4 set_f4(f32 e0, f32 e1, f32 e2, f32 e3)

Sets packed single-precision (32-bit) floating-point elements in dst with the supplied values.

dst.x := e0
dst.y := e1
dst.z := e2
dst.w := e3