Tags / Equivalents
vec_splat_s8() on IBM-Z 64-bit - IBM-Z
Returns a vector with each of the 16 signed 8-bits element equal to the given value. Minimum Arch: Z11.
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.
vec_splat_s8() on IBM Power 9 64-bit - VSX
Returns a vector with all elements equal to the given value.
_mm_set1_epi8() on Intel 64-bit - SSE4.2
Broadcast 8-bit integer a to all elements of output. This intrinsic may generate vpbroadcastb.
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.
_mm256_set1_epi8() on Intel 64-bit - AVX2
Broadcast 8-bit integer a to all elements of output. This intrinsic may generate the vpbroadcastb.