Skip to content

Commit

Permalink
Fix build on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Oct 3, 2023
1 parent 3352f45 commit b40b75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpuinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static int check_4th_gen_intel_core_features()

#else /* non-Intel compiler */

#if defined (__arm__) || defined (__arm64__)
#if defined (__arm__) || defined (__arm64__) || defined(__aarch64__)
static int check_4th_gen_intel_core_features()
{
return 0;
Expand Down

0 comments on commit b40b75f

Please sign in to comment.