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

Vector pw multiplication on Itanium

emoreno
초급자
670 조회수
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 포인트
2 응답
Sergey_M_Intel2
670 조회수

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 포인트
Intel_C_Intel
직원
669 조회수

I completely concur with Sergey.

Bruce

0 포인트
응답