_mm_broadcast_ss

Broadcast a single-precision (32-bit) floating-point element from memory to all elements.

nothrow @nogc pure @trusted
__m128
_mm_broadcast_ss
(
const(float)* mem_addr
)

Meta