diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2015-02-23 20:40:05 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2015-02-24 01:02:36 +0100 |
| commit | f298f00e1b3dfd14eeeac65524c9703f0758fa5a (patch) | |
| tree | d3724f53e907f2c1008f88efdf3d08243643e181 /Source/Core/VideoCommon/VertexLoaderX64.cpp | |
| parent | 56795efd425fdbd080deeb0469f518c96bcc0eac (diff) | |
Clean up the intrinsics #ifdef mess
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderX64.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoaderX64.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Source/Core/VideoCommon/VertexLoaderX64.cpp b/Source/Core/VideoCommon/VertexLoaderX64.cpp index 5c962095bd..ae6623db90 100644 --- a/Source/Core/VideoCommon/VertexLoaderX64.cpp +++ b/Source/Core/VideoCommon/VertexLoaderX64.cpp @@ -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" |
