Multiplies signed packed 16/32-bit integer data elements of two vectors and stores low bits. The corresponding Intel® AVX2 instruction is VPMULLW or VPMULLD.
Syntax
extern __m256i _mm256_mullo_epi16(__m256i s1, __m256i s2); |
extern __m256i _mm256_mullo_epi32(__m256i s1, __m256i s2); |
Arguments
s1 | integer source vector used for the operation |
s2 | integer source vector used for the operation |
Parent topic: Intrinsics for Arithmetic Operations
Englisch