Tags / Equivalents
_mm512_mul_ph() on Intel 64-bit - AVX512
Multiply packed half-precision (16-bit) floating-point elements in "a" and "b", and store the results in "dst".
_mm256_mul_ph() on Intel 64-bit - AVX512
Multiply packed half-precision (16-bit) floating-point elements in "a" and "b", and store the results in "dst".
_mm_mul_ph() on Intel 64-bit - AVX512
Multiply packed half-precision (16-bit) floating-point elements in "a" and "b", and store the results in "dst".
_mm512_mul_ps() on Intel 64-bit - AVX512
Multiply packed single-precision (32-bit) floating-point elements in "a" and "b", and store the results in "dst".
_mm512_mul_epu32() on Intel 64-bit - AVX512
Multiply the low unsigned 32-bit integers from each packed 64-bit element in "a" and "b", and store the unsigned 64-bit results in "dst".
_mm512_mul_epi32() on Intel 64-bit - AVX512
Multiply the low signed 32-bit integers from each packed 64-bit element in "a" and "b", and store the signed 64-bit results in "dst".
_mm512_mul_pd() on Intel 64-bit - AVX512
Multiply packed double-precision (64-bit) floating-point elements in "a" and "b", and store the results in "dst".