We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c764e commit 8f4e325Copy full SHA for 8f4e325
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