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

[Q] an MKL function of the multiplication of two vectors ?

kkkondo
Beginner
522 Views
Hello,

Is there a fast MKL function of the multiplication of two vectors
doing "for(i=0;i=a*b;" ?

Thanks in advance.

0 Kudos
2 Replies
TimP
Honored Contributor III
522 Views
Normally, the code generated by any vectorizing compiler would be satisfactory.
0 Kudos
kkkondo
Beginner
522 Views
Thank you.

With your advice I sought the latest MKL reference document, which included "v?mul."
0 Kudos
Reply