Take doublewords from the source operand and broadcast to all elements of the result vector. The corresponding Intel® AVX2 instruction is VPBROADCASTD.
Syntax
extern __m128i _mm_broadcastd_epi32(__m128i val); |
extern __m256i _mm256_broadcastd_epi32(__m128i val); |
Parent topic: Intrinsics for Broadcast Operations