diff --git a/Makefile.power b/Makefile.power index cc138e60a..ff7d8edb1 100644 --- a/Makefile.power +++ b/Makefile.power @@ -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