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.

Vector pw multiplication on Itanium

emoreno
Beginner
685 Views
Hi all.

I'm serching for a routine to do pointwise multiplication of two double precision vectors (something like a vdMul in VML library)

I already saw a message about this topic, about the __mm_mul_pd instrinsic, but this intrinsic is a SIMD 2 (only works for Pentium4).

Any body have a hint to solve construct a vdMul function?

Thanks.
0 Kudos
2 Replies
Sergey_M_Intel2
Employee
685 Views

Hello,

Intel compiler should perform well on pointwise multiplication. Did you try the compiler? I wounder if adding this feature to MKL would bringsome benefit compared to the compiler generated code.

Sergey

0 Kudos
Intel_C_Intel
Employee
684 Views

I completely concur with Sergey.

Bruce

0 Kudos
Reply