Loongson/MIPS buildfix.

This commit is contained in:
Sacha 2013-03-27 00:02:32 +10:00
parent f7942f2724
commit 4ea837cff5

View file

@ -33,8 +33,8 @@
#define INFINITE 0xffffffff
#endif
// Assume !ARM = x86
#if !defined(ARM)
// Assume !ARM && !MIPS = x86
#if !defined(ARM) && !defined(MIPS)
#include <xmmintrin.h>
#endif