Tags / Equivalents
vmulq_u16() on Arm 64-bit - NEON
VMUL multiplies corresponding elements in two vectors. Elements in the result vector and input vectors have the same width.
vec_mul() on IBM Power 9 64-bit - VSX
Compute the products of corresponding elements of two vectors.
vmul_u16() on Arm 64-bit - NEON
Multiply (vector). This instruction multiplies corresponding elements in the vectors of the two source SIMD&FP registers, places the results in a vector, and writes the vector to the destination SIMD&FP register.