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.
_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.
vec_splat_s16() on IBM Power 9 64-bit - VSX
Returns a vector with all elements equal to the given value.
vmovq_n_s16() on Arm 64-bit - NEON
Duplicates a scalar into every element of the destination vector.
vec_splat_s16() on IBM-Z 64-bit - IBM-Z
Returns a vector with each of the 8 signed 16-bits element equal to the given value. Minimum Arch: Z11.
_mm_set1_epi16() on Intel 64-bit - SSE4.2
Broadcast 16-bit integer "a" to all all elements of "dst". This intrinsic may generate "vpbroadcastw".
vdupq_n_s16() on Arm 64-bit - NEON
Duplicates a scalar into every element of the destination vector.
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: Z11.
_mm512_set1_epi16() on Intel 64-bit - AVX512
Broadcast the low packed 16-bit integer from "a" to all all elements of "dst".