Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Vector element by element multiply

peter_w
Beginner
551 Views
I am a new MKL user, one thing I need to vectorise some code is a vector element by element multiply - like v?div - is there an equivalent for multiplication, or some easy way of achieving the same thing?Am I missingsomething obvious? thanks.
0 Kudos
1 Reply
TimP
Honored Contributor III
551 Views
With so many vectorizing compilers available, as well as C compilers with the intrinsics in xmmintrin.h, there isn't much demand for such a library function.
0 Kudos
Reply