Skip to content

Commit bc7154a

Browse files
authored
Merge pull request #4482 from martin-frbg/issue4476
Fix missing NO_AVX2 fallback for SapphireRapids in DYNAMIC_ARCH
2 parents 6d8a273 + e61d963 commit bc7154a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/others/dynamic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ extern gotoblas_t gotoblas_EXCAVATOR;
275275
#define gotoblas_SKYLAKEX gotoblas_SANDYBRIDGE
276276
#define gotoblas_COOPERLAKE gotoblas_SANDYBRIDGE
277277
#define gotoblas_ZEN gotoblas_SANDYBRIDGE
278+
#define gotoblas_SAPPHIRERAPIDS gotoblas_SANDYBRIDGE
278279
#else
279280
extern gotoblas_t gotoblas_HASWELL;
280281
extern gotoblas_t gotoblas_ZEN;

0 commit comments

Comments
 (0)