delete old AESNI definition

This commit is contained in:
R4SAS 2018-06-29 02:30:03 +03:00
parent 64aee9c8ae
commit 55af4ed385
4 changed files with 4 additions and 4 deletions

View file

@ -64,7 +64,7 @@ ifneq ($(shell $(GREP) -c aes /proc/cpuinfo),0)
ifeq ($(machine), aarch64)
CXXFLAGS += -DARM64AES
else
CPU_FLAGS += -maes -DAESNI
CPU_FLAGS += -maes
endif
endif
endif