mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[Base] Disable AVX check on ARM64
This commit is contained in:
parent
b48ec84b3c
commit
f25484854c
|
|
@ -11,6 +11,8 @@
|
||||||
|
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
|
#if XE_ARCH_AMD64
|
||||||
|
|
||||||
// Includes Windows headers, so it goes after platform_win.h.
|
// Includes Windows headers, so it goes after platform_win.h.
|
||||||
#include "third_party/xbyak/xbyak/xbyak_util.h"
|
#include "third_party/xbyak/xbyak/xbyak_util.h"
|
||||||
|
|
||||||
|
|
@ -39,3 +41,5 @@ class StartupAvxCheck {
|
||||||
#pragma warning(suppress : 4073)
|
#pragma warning(suppress : 4073)
|
||||||
#pragma init_seg(lib)
|
#pragma init_seg(lib)
|
||||||
static StartupAvxCheck gStartupAvxCheck;
|
static StartupAvxCheck gStartupAvxCheck;
|
||||||
|
|
||||||
|
#endif
|
||||||
Loading…
Reference in a new issue