Tags / Equivalents
vec_splats() on IBM Power 9 64-bit - VSX
Returns a vector with the value of each element set to the value of the scalar input parameter.
vdupq_n_f32() on Arm 64-bit - NEON
Duplicates a scalar into every element of the destination vector.
_mm512_set1_ps() on Intel 64-bit - AVX512
Broadcast single-precision (32-bit) floating-point value "a" to all elements of "dst".
_mm_set1_ps() on Intel 64-bit - SSE4.2
Broadcast single-precision (32-bit) floating-point value a to all elements of dst.
vmovq_n_f32() on Arm 64-bit - NEON
Duplicates a scalar into every element of the destination vector.
_mm256_set1_ps() on Intel 64-bit - AVX2
Broadcast single-precision (32-bit) floating-point value a to all elements of output.
_mm_set_ps1() on Intel 64-bit - SSE4.2
Broadcast single-precision (32-bit) floating-point value a to all elements of output.
vec_splats() on IBM-Z 64-bit - IBM-Z
Returns a vector of which the value of each element is set to a. Minimum Arch: Z12.