Skip to content

Commit

Permalink
Remove FMA support, looks like there is still enough HW without it
Browse files Browse the repository at this point in the history
  • Loading branch information
sfiligoi committed Mar 28, 2022
1 parent 8506835 commit 0574b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0574b16

Please sign in to comment.