mirror of https://github.com/PCSX2/pcsx2.git
Common: Don't include x86_intrin.h globally
This commit is contained in:
parent
1dac754ca3
commit
87d392adb5
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include "General.h"
|
||||
#include "Console.h"
|
||||
#include "emitter/x86_intrin.h"
|
||||
|
||||
static u32 PAUSE_TIME = 0;
|
||||
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
#include "Pcsx2Types.h"
|
||||
#include <cstddef>
|
||||
|
||||
#include "common/emitter/x86_intrin.h"
|
||||
|
||||
// --------------------------------------------------------------------------------------
|
||||
// Dev / Debug conditionals - Consts for using if() statements instead of uglier #ifdef.
|
||||
// --------------------------------------------------------------------------------------
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include "common/emitter/internal.h"
|
||||
#include "common/emitter/tools.h"
|
||||
#include "common/emitter/x86_intrin.h"
|
||||
|
||||
// Mask of valid bit fields for the target CPU. Typically this is either 0xFFFF (SSE2
|
||||
// or better) or 0xFFBF (SSE1 and earlier). Code can ensure a safe/valid MXCSR by
|
||||
|
|
Loading…
Reference in New Issue