optimized Makefile.power for POWER8

This commit is contained in:
Werner Saar 2016-04-20 15:28:28 +02:00
parent 6fbca2a4a1
commit 391584af85
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
ifeq ($(CORE), POWER8)
COMMON_OPT += -Ofast -mcpu=power8 -mtune=power8 -mvsx -malign-power -DALLOC_SHM -fno-fast-math
FCOMMON_OPT += -O2 -frecursive -mcpu=power8 -mtune=power8 -malign-power -fno-fast-math
endif
FLAMEPATH = $(HOME)/flame/lib