Hi
as written, the instrinct function
_mm_movepi64_pi64
defined in
emmintrin.h
does not link, while other like
_mm_packus_epi16 do
What is wrong?
thx for help
Stefan
Hi,
you have to link the lib-file, where the function _mm_packus_epi16 was implemented.