From 0574b1671c30c3e0409fab3c452290bd4610367e Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Mon, 28 Mar 2022 14:25:58 -0700 Subject: [PATCH] Remove FMA support, looks like there is still enough HW without it --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 7dad63d..993a6b7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -68,7 +68,7 @@ endif ifneq (,$(findstring pgi,$(COMPILER))) ifeq ($(PERFORMING_CONDA_BUILD),True) - CPPFLAGS += -tp=piledriver + CPPFLAGS += -tp=sandybridge endif else ifeq ($(PERFORMING_CONDA_BUILD),True)