Skip to content

Commit ec0d5c7

Browse files
committed
Add gfortran parameters
1 parent 123e0df commit ec0d5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ ifeq ($(GCCVERSIONGTEQ9), 1)
123123
ifeq (1, $(filter 1,$(GCCMINORVERSIONGTEQ4) $(GCCVERSIONGTEQ10)))
124124
CCOMMON_OPT += -march=armv8.5-a+sve+sve2+bf16 -mtune=neoverse-n2
125125
ifneq ($(F_COMPILER), NAG)
126-
FCOMMON_OPT += -march=armv8.5-a -mtune=neoverse-n2
126+
FCOMMON_OPT += -march=armv8.5-a+sve+sve2+bf16 -mtune=neoverse-n2
127127
endif
128128
else
129129
CCOMMON_OPT += -march=armv8.5-a -mtune=native

0 commit comments

Comments
 (0)