Skip to content

Commit

Permalink
[Base] Disable AVX check on ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
Wunkolo committed Apr 28, 2024
1 parent b48ec84 commit f254848
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/xenia/base/main_init_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

#include <cstdlib>

#if XE_ARCH_AMD64

// Includes Windows headers, so it goes after platform_win.h.
#include "third_party/xbyak/xbyak/xbyak_util.h"

Expand Down Expand Up @@ -39,3 +41,5 @@ class StartupAvxCheck {
#pragma warning(suppress : 4073)
#pragma init_seg(lib)
static StartupAvxCheck gStartupAvxCheck;

#endif

0 comments on commit f254848

Please sign in to comment.