Skip to content

Commit

Permalink
limit optimization fix to Loongson3
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg committed Apr 29, 2024
1 parent 3cdced0 commit 041137b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
TOPDIR = ..
include ../Makefile.system
ifeq ($(F_COMPILER),GFORTRAN)
ifneq (, $(filter $(CORE),LOONGSON3R3 LOONGSON3R4))
override FFLAGS = $(filter_out(-O2 -O3,$(FFLAGS)) -O0
endif
override FFLAGS += -fno-tree-vectorize
endif

Expand Down

0 comments on commit 041137b

Please sign in to comment.