Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-EADA5A90-4D75-4DD1-AC0B-1B5362CB4CBA
Visible to Intel only — GUID: GUID-EADA5A90-4D75-4DD1-AC0B-1B5362CB4CBA
_mm_broadcastd_epi32, _mm256_broadcastd_epi32
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); |
Arguments
val |
__m128i vector containing 32-bit element to be broadcasted |
Description
Takes a dword integer in the low bits of the source operand and broadcasts to all elements of the result vector.
Returns
Returns result of the broadcast operation.