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

Vector element by element multiply

peter_w
初学者
1,552 次查看
I am a new MKL user, one thing I need to vectorise some code is a vector element by element multiply - like v?div - is there an equivalent for multiplication, or some easy way of achieving the same thing?Am I missingsomething obvious? thanks.
0 项奖励
1 回复
TimP
名誉分销商 III
1,552 次查看
With so many vectorizing compilers available, as well as C compilers with the intrinsics in xmmintrin.h, there isn't much demand for such a library function.
0 项奖励
回复