mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 16:58:52 -05: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