Skip to content

Commit

Permalink
Merge branch 'bylaws-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Jan 14, 2024
2 parents 2ce465b + 7219e23 commit 086530e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbyak/xbyak_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "xbyak.h"
#endif // XBYAK_ONLY_CLASS_CPU

#if defined(__i386__) || defined(__x86_64__) || defined(_M_IX86) || defined(_M_X64)
#if defined(__i386__) || (defined(__x86_64__) && !defined(__arm64ec__)) || defined(_M_IX86) || (defined(_M_X64) && !defined(_M_ARM64EC))
#define XBYAK_INTEL_CPU_SPECIFIC
#endif

Expand Down

0 comments on commit 086530e

Please sign in to comment.