Skip to content

Commit

Permalink
contrib: gcrypt: remove aesni-support disabling
Browse files Browse the repository at this point in the history
It's automatically detecting if SSE3/AVX/AVX2 is supported
byt the compiler to use these.

It was originally added in 7c98e07.
  • Loading branch information
robUx4 authored and fkuehne committed Aug 13, 2024
1 parent 5885e53 commit 23feca2
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 @@ -52,9 +52,6 @@ ifeq ($(ARCH),x86_64)
GCRYPT_CONF += ac_cv_sys_symbol_underscore=yes
endif
endif
ifdef HAVE_MACOSX
GCRYPT_CONF += --disable-aesni-support
endif
ifdef HAVE_BSD
GCRYPT_CONF += --disable-asm --disable-aesni-support
endif
Expand Down

0 comments on commit 23feca2

Please sign in to comment.