We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123e0df commit ec0d5c7Copy full SHA for ec0d5c7
Makefile.arm64
@@ -123,7 +123,7 @@ ifeq ($(GCCVERSIONGTEQ9), 1)
123
ifeq (1, $(filter 1,$(GCCMINORVERSIONGTEQ4) $(GCCVERSIONGTEQ10)))
124
CCOMMON_OPT += -march=armv8.5-a+sve+sve2+bf16 -mtune=neoverse-n2
125
ifneq ($(F_COMPILER), NAG)
126
-FCOMMON_OPT += -march=armv8.5-a -mtune=neoverse-n2
+FCOMMON_OPT += -march=armv8.5-a+sve+sve2+bf16 -mtune=neoverse-n2
127
endif
128
else
129
CCOMMON_OPT += -march=armv8.5-a -mtune=native
0 commit comments