Common: Don't include x86_intrin.h globally

This commit is contained in:
Stenzek 2023-12-22 20:55:30 +10:00 committed by Connor McLaughlin
parent 1dac754ca3
commit 87d392adb5
3 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,7 @@
#include "General.h"
#include "Console.h"
#include "emitter/x86_intrin.h"
static u32 PAUSE_TIME = 0;

View File

@ -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.
// --------------------------------------------------------------------------------------

View File

@ -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