mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-11 06:41:06 +00:00
Common: Move SSE detection ifdefs to platform.h
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user