Skip to content

Commit

Permalink
Re-add ISCLANG filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mousius committed Jul 29, 2024
1 parent 85ca003 commit 3ed226d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ed226d

Please sign in to comment.