Hi
I'm trying to use SSE2/SSE intrinsics to convert some of my old code
from Altivec to SSE2/SSE. If I'm using <emmintrin.h> I'm getting an
overload compilation error. If I'm using <xmmintrin.h> only some of
SSE2 intrinsics are implemented. For example _mm_cmplt_epi16 Is not
implemented. Does anyone seen this problem. Is there a work around?
Tomer