Luna::Simd::setw_f4

float4 setw_f4(float4 a, f32 b)

Replaces the forth element of a with b, and stores the results in dst.

dst.x := a.x
dst.y := a.y
dst.z := a.z
dst.w := b