Browse Source

Update Makefile.arm64

pull/3433/head
Martin Kroeker GitHub 4 years ago
parent
commit
eaaa687c15
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

@@ -153,7 +153,7 @@ endif
endif
endif

ifeq (1, $(filter 1,$(GCCVERSIONGTEQ11) $(ISCLANG)))
ifeq (1, $(filter 1,$(GCCVERSIONGTEQ10) $(ISCLANG)))
ifeq ($(CORE), A64FX)
CCOMMON_OPT += -march=armv8.2-a+sve -mtune=a64fx
ifneq ($(F_COMPILER), NAG)


Loading…
Cancel
Save