Core: xmmintrin.h include moved to Mt.cpp to resolve SDL2 incompatibility

git-svn-id: svn://ultimatepp.org/upp/trunk@11676 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-01-10 09:50:10 +00:00
parent 5fdffe660e
commit 9287d65919
2 changed files with 4 additions and 4 deletions

View file

@ -350,10 +350,6 @@ class JsonIO;
#include "Huge.h"
#ifdef CPU_X86
#include <xmmintrin.h>
#endif
#ifdef PLATFORM_WIN32
NTL_MOVEABLE(POINT)
NTL_MOVEABLE(SIZE)

View file

@ -627,6 +627,10 @@ LazyUpdate::LazyUpdate()
dirty = true;
}
#ifdef CPU_X86
#include <xmmintrin.h>
#endif
void SpinLock::Wait()
{
volatile int n = 0;