Luna::Simd::dup_f4

float4 dup_f4(f32 e0)

Broadcasts single-precision (32-bit) floating-point value e0 to all elements of dst.

dst.x := e0
dst.y := e0
dst.z := e0
dst.w := e0