Common: Move SSE detection ifdefs to platform.h
This commit is contained in:
parent
a594fdb66e
commit
ae963d75f8
3 changed files with 21 additions and 16 deletions
|
@ -5,6 +5,8 @@
|
|||
#include <algorithm>
|
||||
|
||||
#include "common/hash.h"
|
||||
#include "common/platform.h"
|
||||
|
||||
#if _M_SSE >= 0x402
|
||||
#include "common/cpu_detect.h"
|
||||
#include <nmmintrin.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue