Re-add ISCLANG filter

This commit is contained in:
Chris Sidebottom 2024-07-29 11:32:59 +01:00
parent 85ca003ae7
commit 3ed226d3f8
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ endif
ifeq ($(CORE), A64FX)
ifeq (1, $(filter 1,$(GCCVERSIONGTEQ10) $(ISCLANG)))
ifeq (1, $(filter 1,$(GCCMINORVERSIONGTEQ3)))
ifeq (1, $(filter 1,$(GCCMINORVERSIONGTEQ3) $(ISCLANG)))
CCOMMON_OPT += -march=armv8.2-a+sve -mtune=a64fx
ifneq ($(F_COMPILER), NAG)
FCOMMON_OPT += -march=armv8.2-a+sve -mtune=a64fx