_mm256_broadcast_pd

Broadcast 128 bits from memory (composed of 2 packed double-precision (64-bit) floating-point elements) to all elements. This effectively duplicates the 128-bit vector.

nothrow @nogc pure @trusted
__m256d
_mm256_broadcast_pd
(
const(__m128d)* mem_addr
)

Meta