Fix build issues on OS X i386.

This commit is contained in:
comex
2013-10-05 22:55:01 -04:00
parent c054049712
commit a9908fdf09
4 changed files with 6 additions and 4 deletions

View File

@ -50,6 +50,9 @@
#elif defined(_M_IX86)
// windows non-gcc
#include <intrin.h>
#endif
#ifndef bit_MMX
#define bit_MMX (1 << 23)
#define bit_MMX (1 << 23)
#define bit_SSE (1 << 25)
#define bit_SSE2 (1 << 26)