Skip to content

Commit

Permalink
limit fix to loongson3
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Apr 29, 2024
1 parent bc8ae2a commit bdbc343
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ctest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ endif

override CFLAGS += -DADD$(BU) -DCBLAS
ifeq ($(F_COMPILER),GFORTRAN)
ifeeq (, $(filter $(CORE),LOONGSON3R3 LOONGSON3R4))
override FFLAGS = $(filter_out(-O2 -O3,$(FFLAGS)) -O0
endif
override FFLAGS += -fno-tree-vectorize
endif
override TARGET_ARCH=
Expand Down

0 comments on commit bdbc343

Please sign in to comment.