Skip to content

Commit

Permalink
Revert "contrib: gcrypt: disable asm for macOS aarch64 for now"
Browse files Browse the repository at this point in the history
This reverts commit 8edd1a3.

It seems to build properly. Modern should support arm64 properly.

We also build ASM for iOS/tvOS/xrOS since HAVE_BSD is no longer
set for these (4bfdaf5).
  • Loading branch information
robUx4 authored and fkuehne committed Aug 13, 2024
1 parent e04bdb3 commit 5885e53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contrib/src/gcrypt/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ endif
endif
ifdef HAVE_MACOSX
GCRYPT_CONF += --disable-aesni-support
ifeq ($(ARCH),aarch64)
GCRYPT_CONF += --disable-asm --disable-arm-crypto-support
endif
endif
ifdef HAVE_BSD
GCRYPT_CONF += --disable-asm --disable-aesni-support
Expand Down

0 comments on commit 5885e53

Please sign in to comment.