Skip to content

Commit

Permalink
19783: Corrects builds of Apple M1 and above to use arm 8.5a instead …
Browse files Browse the repository at this point in the history
…of 8.4a (#102)
  • Loading branch information
howsohazard authored Mar 25, 2024
1 parent 411fbe6 commit af48bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/cmake/global_compiler_flags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ if(IS_UNIX)
set(ARCH_VERSION "x86-64")
elseif(IS_ARM64)
if(IS_MACOS)
set(ARCH_VERSION "armv8.4-a+simd")
set(ARCH_VERSION "armv8.5-a+simd")
elseif(IS_LINUX)
set(ARM64_LIB_DIR "/usr/aarch64-linux-gnu")
if(IS_ARM64_8A)
Expand Down

0 comments on commit af48bc3

Please sign in to comment.