Browse Source

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

tags/v0.3.22^2
Martin Kroeker GitHub 3 years ago
parent
commit
ae3bcc8949
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.arm64

+ 1
- 1
Makefile.arm64 View File

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


Loading…
Cancel
Save