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/Common/x64CPUDetect.cpp | |
| parent | 56795efd425fdbd080deeb0469f518c96bcc0eac (diff) | |
Clean up the intrinsics #ifdef mess
Diffstat (limited to 'Source/Core/Common/x64CPUDetect.cpp')
| -rw-r--r-- | Source/Core/Common/x64CPUDetect.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Source/Core/Common/x64CPUDetect.cpp b/Source/Core/Common/x64CPUDetect.cpp index 8ad8046c8b..d4d3eba05e 100644 --- a/Source/Core/Common/x64CPUDetect.cpp +++ b/Source/Core/Common/x64CPUDetect.cpp @@ -7,13 +7,9 @@ #include "Common/CommonTypes.h" #include "Common/CPUDetect.h" +#include "Common/Intrinsics.h" -#ifdef _WIN32 -#include <intrin.h> -#else - -//#include <config/i386/cpuid.h> -#include <xmmintrin.h> +#ifndef _WIN32 #if defined __FreeBSD__ #include <sys/types.h> |
