mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Clean up the intrinsics #ifdef mess
This commit is contained in:
parent
56795efd42
commit
f298f00e1b
10 changed files with 11 additions and 42 deletions
|
@ -1,10 +1,5 @@
|
|||
#ifdef _MSC_VER
|
||||
#include <intrin.h>
|
||||
#else
|
||||
#include <x86intrin.h>
|
||||
#endif
|
||||
|
||||
#include "Common/CPUDetect.h"
|
||||
#include "Common/Intrinsics.h"
|
||||
#include "Common/JitRegister.h"
|
||||
#include "Common/x64ABI.h"
|
||||
#include "VideoCommon/VertexLoaderX64.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue