Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
The MMX and 3DNow! instructions can't be compiled by 64-bit Visual St…
Browse files Browse the repository at this point in the history
…udio.
  • Loading branch information
slouken committed Mar 8, 2011
1 parent ec56c0c commit 68f96d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/SDL_cpuinfo.h
Expand Up @@ -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)
Expand Down

0 comments on commit 68f96d0

Please sign in to comment.