mirror of
https://github.com/yawut/SDL.git
synced 2026-08-01 07:53:54 -05:00
The MMX and 3DNow! instructions can't be compiled by 64-bit Visual Studio.
This commit is contained in:
parent
923def6446
commit
634567b09a
|
|
@ -35,8 +35,10 @@
|
|||
/* Visual Studio 2005 has a bug where intrin.h conflicts with winnt.h */
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1500) && !defined(_WIN32_WCE)
|
||||
#include <intrin.h>
|
||||
#ifndef _WIN64
|
||||
#define __MMX__
|
||||
#define __3dNOW__
|
||||
#endif
|
||||
#define __SSE__
|
||||
#define __SSE2__
|
||||
#elif defined(__MINGW64_VERSION_MAJOR)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user