We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11f348 commit b05d183Copy full SHA for b05d183
configure.ac
@@ -7920,11 +7920,13 @@ AC_SUBST([LIBHACL_CFLAGS])
7920
LIBHACL_LDFLAGS= # for now, no specific linker flags are needed
7921
AC_SUBST([LIBHACL_LDFLAGS])
7922
7923
-# Determine if the specific HACL* universal2 implementation should be used
7924
-use_hacl_universal2_impl=no
+dnl Check if universal2 HACL* implementation should be used.
7925
if test "$UNIVERSAL_ARCHS" = "universal2" -o \
7926
- \( "$build_cpu" = "aarch64" -a "$build_vendor" = "apple" \); then
+ \( "$build_cpu" = "aarch64" -a "$build_vendor" = "apple" \)
+then
7927
use_hacl_universal2_impl=yes
7928
+else
7929
+ use_hacl_universal2_impl=no
7930
fi
7931
7932
# The SIMD files use aligned_alloc, which is not available on older versions of
0 commit comments