Can't open 'pmmintrin.h'

CookieMonster
Posts: 49
Joined: Sun Jan 29, 2012 10:01 pm

Can't open 'pmmintrin.h'

Post by CookieMonster »

I tried to compile the DX11 SDK sample using "Visual Studio 2005" in "Windows 7" but a header was missing.

In vectormath_aos.h on line 60:
fatal error C1083: Cannot open include file: 'pmmintrin.h': No such file or directory
Is this a Macintosh specific header?
Ripiz
Posts: 47
Joined: Mon Aug 16, 2010 10:43 am

Re: Can't open 'pmmintrin.h'

Post by Ripiz »

It's SSE specific header, you need newer Visual Studio version.
CookieMonster
Posts: 49
Joined: Sun Jan 29, 2012 10:01 pm

Re: Can't open 'pmmintrin.h'

Post by CookieMonster »

Ok, I can get the latest version for free if I want to try it.