POWER7+ VSX support plus AES hardware support for POWER8 and newer. (#41)

This commit is contained in:
Judemir Ribeiro
2019-06-22 09:54:02 -04:00
committed by tevador
parent 8ff1bf027a
commit 776723dd40
2 changed files with 226 additions and 0 deletions

View File

@@ -22,6 +22,14 @@ ifeq ($(PLATFORM),x86_64)
CXXFLAGS += -maes
endif
ifeq ($(PLATFORM),ppc64)
CXXFLAGS += -mcpu=native
endif
ifeq ($(PLATFORM),ppc64le)
CXXFLAGS += -mcpu=native
endif
release: CXXFLAGS += -O3 -flto
release: CCFLAGS += -O3 -flto
release: LDFLAGS += -flto