Drop NeoverseN2 to armv8.2-a on OSX to make it build with gcc11 too

This commit is contained in:
Martin Kroeker 2022-08-31 10:41:01 +02:00 committed by GitHub
parent 68277282df
commit ae3bcc8949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ ifeq (1, $(filter 1,$(GCCMINORVERSIONGTEQ4) $(GCCVERSIONGTEQ10)))
ifneq ($(OSNAME), Darwin) ifneq ($(OSNAME), Darwin)
CCOMMON_OPT += -march=armv8.5-a+sve+sve2+bf16 -mtune=neoverse-n2 CCOMMON_OPT += -march=armv8.5-a+sve+sve2+bf16 -mtune=neoverse-n2
else else
CCOMMON_OPT += -march=armv8.5-a+sve -mtune=neoverse-n2 CCOMMON_OPT += -march=armv8.2-a -mtune=cortex-a72
endif endif
ifneq ($(F_COMPILER), NAG) ifneq ($(F_COMPILER), NAG)
FCOMMON_OPT += -march=armv8.5-a+sve+sve2+bf16 -mtune=neoverse-n2 FCOMMON_OPT += -march=armv8.5-a+sve+sve2+bf16 -mtune=neoverse-n2