Clean up the intrinsics #ifdef mess

This commit is contained in:
Tillmann Karras
2015-02-23 20:40:05 +01:00
parent 56795efd42
commit f298f00e1b
10 changed files with 11 additions and 42 deletions

View File

@ -7,12 +7,7 @@
#include "Common/CommonTypes.h"
#include "Common/CPUDetect.h"
#include "Common/FPURoundMode.h"
#ifdef _WIN32
# include <mmintrin.h>
#else
# include <xmmintrin.h>
#endif
#include "Common/Intrinsics.h"
namespace FPURoundMode
{