The OpenD Programming Language

_mm256_broadcastsi128_si256

Broadcast 128 bits of integer data from `a to all 128-bit lanes in result. Note: also exist with name _mm256_broadcastsi128_si256 which is identical.

import inteli.avx2intrin;
nothrow @nogc
alias _mm256_broadcastsi128_si256 = _mm_broadcastsi128_si256

Meta