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])
7920
7920
LIBHACL_LDFLAGS= # for now, no specific linker flags are needed
7921
7921
AC_SUBST ( [ LIBHACL_LDFLAGS] )
7922
7922
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.
7925
7924
if test "$UNIVERSAL_ARCHS" = "universal2" -o \
7926
- \( "$build_cpu" = "aarch64" -a "$build_vendor" = "apple" \); then
7925
+ \( "$build_cpu" = "aarch64" -a "$build_vendor" = "apple" \)
7926
+ then
7927
7927
use_hacl_universal2_impl=yes
7928
+ else
7929
+ use_hacl_universal2_impl=no
7928
7930
fi
7929
7931
7930
7932
# 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