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.
vmovq_n_u64() on Arm 64-bit - NEON
Duplicates a scalar into every element of the destination vector.
vec_splat_u64() on IBM-Z 64-bit - IBM-Z
Returns a vector with each of the 2 unsigned 64-bits element equal to the given value. Minimum Arch: Z11.
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.
vdupq_n_u64() on Arm 64-bit - NEON
Duplicates a scalar into every element of the destination vector.