- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
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.
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
