Tags / Equivalents
_mm256_set1_epi16() on Intel 64-bit - AVX2
Broadcast 16-bit integer a to all all elements of output. This intrinsic may generate the vpbroadcastw.
_mm256_set1_ps() on Intel 64-bit - AVX2
Broadcast single-precision (32-bit) floating-point value a to all elements of output.
_mm256_set1_epi64x() on Intel 64-bit - AVX2
Broadcast 64-bit integer a to all elements of output. This intrinsic may generate the vpbroadcastq.
_mm256_set1_pd() on Intel 64-bit - AVX2
Broadcast double-precision (64-bit) floating-point value a to all elements of output.
_mm256_set1_epi32() on Intel 64-bit - AVX2
Broadcast 32-bit integer a to all elements of output. This intrinsic may generate the vpbroadcastd.
_mm256_set1_epi8() on Intel 64-bit - AVX2
Broadcast 8-bit integer a to all elements of output. This intrinsic may generate the vpbroadcastb.
_mm256_set1_epi16() on Intel 64-bit - AVX2
Broadcast 16-bit integer a to all all elements of output. This intrinsic may generate the vpbroadcastw.