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 05bf35f commit 85ca003Copy full SHA for 85ca003
Makefile.arm64
@@ -276,12 +276,19 @@ endif
276
endif
277
278
279
-ifeq (1, $(filter 1,$(GCCVERSIONGTEQ11) $(ISCLANG)))
280
ifeq ($(CORE), A64FX)
+ifeq (1, $(filter 1,$(GCCVERSIONGTEQ10) $(ISCLANG)))
281
+ifeq (1, $(filter 1,$(GCCMINORVERSIONGTEQ3)))
282
CCOMMON_OPT += -march=armv8.2-a+sve -mtune=a64fx
283
ifneq ($(F_COMPILER), NAG)
284
FCOMMON_OPT += -march=armv8.2-a+sve -mtune=a64fx
285
286
+else
287
+CCOMMON_OPT += -march=armv8.4-a+sve -mtune=neoverse-n1
288
+ifneq ($(F_COMPILER), NAG)
289
+FCOMMON_OPT += -march=armv8.4-a -mtune=neoverse-n1
290
+endif
291
292
293
294
0 commit comments