File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7920,11 +7920,13 @@ AC_SUBST([LIBHACL_CFLAGS])
79207920LIBHACL_LDFLAGS= # for now, no specific linker flags are needed
79217921AC_SUBST ( [ LIBHACL_LDFLAGS] )
79227922
7923- # Determine if the specific HACL* universal2 implementation should be used
7924- use_hacl_universal2_impl=no
7923+ dnl Check if universal2 HACL* implementation should be used.
79257924if test "$UNIVERSAL_ARCHS" = "universal2" -o \
7926- \( "$build_cpu" = "aarch64" -a "$build_vendor" = "apple" \); then
7925+ \( "$build_cpu" = "aarch64" -a "$build_vendor" = "apple" \)
7926+ then
79277927 use_hacl_universal2_impl=yes
7928+ else
7929+ use_hacl_universal2_impl=no
79287930fi
79297931
79307932# The SIMD files use aligned_alloc, which is not available on older versions of
You can’t perform that action at this time.
0 commit comments