We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13c764e + 8f4e325 commit 452741bCopy full SHA for 452741b
1 file changed
Makefile.x86_64
@@ -130,11 +130,11 @@ ifeq ($(C_COMPILER), GCC)
130
endif
131
132
else ifeq ($(C_COMPILER), CLANG)
133
- # cooperlake support was added in clang 12
+ # sapphire rapids support was added in clang 12
134
ifeq ($(CLANGVERSIONGTEQ12), 1)
135
- CCOMMON_OPT += -march=cooperlake
+ CCOMMON_OPT += -march=sapphirerapids
136
ifneq ($(F_COMPILER), NAG)
137
- FCOMMON_OPT += -march=cooperlake
+ FCOMMON_OPT += -march=sapphirerapids
138
139
else # not supported in clang, fallback to avx512
140
CCOMMON_OPT += -march=skylake-avx512
0 commit comments