Skip to content

Commit

Permalink
Checking if this works #17 #16
Browse files Browse the repository at this point in the history
  • Loading branch information
claucece committed Mar 16, 2020
1 parent c2607fc commit 67274cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ AC_CANONICAL_HOST
AS_CASE([$host_cpu],
[ia64|mips64|mips64eb|mipseb64|mips64el|mipsel64|mips64*|powerpc64*|sparc64|x86_64], [ARCH_DIR=arch_x86_64],
[arch64|aarch64|powerpc*], [ARCH_DIR=arch_ref64],
[arm*], [ARCH_DIR=arch_arm_32],
AS_CASE([$simd],
[neon], [ARCH_DIR=arch_neon],
[ARCH_DIR=arch_arm_32]
),
[ARCH_DIR=arch_32]
)
AC_SUBST([ARCH_DIR])
Expand Down

0 comments on commit 67274cb

Please sign in to comment.