_mm256_broadcast_sd

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

nothrow @nogc pure @trusted
__m256d
_mm256_broadcast_sd
(
const(double)* mem_addr
)

Meta