Tags / Equivalents
_mm512_set1_ps() on Intel 64-bit - AVX512
Broadcast single-precision (32-bit) floating-point value "a" to all elements of "dst".
_mm512_set1_pd() on Intel 64-bit - AVX512
Broadcast double-precision (64-bit) floating-point value "a" to all elements of "dst".
_mm256_set1_ph() on Intel 64-bit - AVX512
Broadcast half-precision (16-bit) floating-point value "a" to all elements of "dst".
_mm512_set1_ph() on Intel 64-bit - AVX512
Broadcast half-precision (16-bit) floating-point value "a" to all elements of "dst".
_mm_set1_ph() on Intel 64-bit - AVX512
Broadcast half-precision (16-bit) floating-point value "a" to all elements of "dst".
_mm512_set1_epi16() on Intel 64-bit - AVX512
Broadcast the low packed 16-bit integer from "a" to all all elements of "dst".
_mm_set1_pch() on Intel 64-bit - AVX512
Broadcast half-precision (16-bit) complex floating-point value "a" to all elements of "dst".
_mm256_set1_pch() on Intel 64-bit - AVX512
Broadcast half-precision (16-bit) complex floating-point value "a" to all elements of "dst".
_mm512_set1_pch() on Intel 64-bit - AVX512
Broadcast half-precision (16-bit) complex floating-point value "a" to all elements of "dst".