Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
#454: better target CPU detection in configure
Browse files Browse the repository at this point in the history
  • Loading branch information
hugbug committed Oct 25, 2017
1 parent ff671e7 commit 18fbd12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -8366,7 +8366,7 @@ case $host_cpu in
PCLMUL_CXXFLAGS="-msse4.1 -mpclmul"
USE_SIMD=yes
;;
arm)
arm*)
NEON_CXXFLAGS="-mfpu=neon"
ACLECRC_CXXFLAGS="-march=armv8-a+crc"
USE_SIMD=yes
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -559,7 +559,7 @@ case $host_cpu in
PCLMUL_CXXFLAGS="-msse4.1 -mpclmul"
USE_SIMD=yes
;;
arm)
arm*)
NEON_CXXFLAGS="-mfpu=neon"
ACLECRC_CXXFLAGS="-march=armv8-a+crc"
USE_SIMD=yes
Expand Down

0 comments on commit 18fbd12

Please sign in to comment.