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

@ -35,7 +35,7 @@ endif
# Seems like all recent Mac's have AES-NI, after firmware upgrade 2.2
# Found no good way to detect it from command line. TODO: Might be some osx sysinfo magic
ifeq ($(USE_AESNI),yes)
CXXFLAGS += -maes -DAESNI
CXXFLAGS += -maes
endif
ifeq ($(USE_AVX),1)
CXXFLAGS += -mavx