|
|
@ -55,15 +55,12 @@ else |
|
|
|
endif |
|
|
|
endif |
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
IS_64 := $(shell $(CXX) -dumpmachine 2>&1 | $(GREP) -c "64") |
|
|
|
|
|
|
|
ifeq ($(USE_AESNI),yes) |
|
|
|
ifeq ($(USE_AESNI),yes) |
|
|
|
ifeq ($(IS_64),1) |
|
|
|
|
|
|
|
#check if AES-NI is supported by CPU
|
|
|
|
#check if AES-NI is supported by CPU
|
|
|
|
ifneq ($(shell $(GREP) -c aes /proc/cpuinfo),0) |
|
|
|
ifneq ($(shell $(GREP) -c aes /proc/cpuinfo),0) |
|
|
|
CPU_FLAGS += -maes -DAESNI |
|
|
|
CPU_FLAGS += -maes -DAESNI |
|
|
|
endif |
|
|
|
endif |
|
|
|
endif |
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(USE_AVX),yes) |
|
|
|
ifeq ($(USE_AVX),yes) |
|
|
|
#check if AVX supported by CPU
|
|
|
|
#check if AVX supported by CPU
|
|
|
|