Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

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

kkkondo
Beginner
747 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
747 Views
Normally, the code generated by any vectorizing compiler would be satisfactory.
0 Kudos
kkkondo
Beginner
747 Views
Thank you.

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