sse3 intrinsics with vs 2003

Started by
3 comments, last by Quak 17 years, 6 months ago
hi, is there a way to compile sse3 intrinsics with the visual studio 2003 (c++) compiler? I have used the intel compiler eval edition so far which has now expired. the intel compiler has header files for sse3 intrinsics but I can't find those for the vs compiler. thanks, quak
Advertisement

You should be able to just #include xmmintrin.h, and they'll work.
You might need to install one of the service packs for this though
Joshua Barczak3D Application Research GroupAMD
xmmintrin.h doesn't contain sse3 prototypes.
the intel compiler has these prototypes in pmmintrin.h but there isn't such a file for visual studio. I installed the latest service pack but it didn't help..

Oops, I missed the fact that it was SSE3, not SSE2 :)
As far as I know 2K3 doesn't support them.
Joshua Barczak3D Application Research GroupAMD
xmmintrin.h doesn't contain sse3 prototypes.
the intel compiler has these prototypes in pmmintrin.h but there isn't such a file for visual studio. I installed the latest service pack but it didn't help..

This topic is closed to new replies.

Advertisement