mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
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:
parent
5fdffe660e
commit
9287d65919
2 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -627,6 +627,10 @@ LazyUpdate::LazyUpdate()
|
|||
dirty = true;
|
||||
}
|
||||
|
||||
#ifdef CPU_X86
|
||||
#include <xmmintrin.h>
|
||||
#endif
|
||||
|
||||
void SpinLock::Wait()
|
||||
{
|
||||
volatile int n = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue