Skip to content

Commit e61d963

Browse files
authored
Fix missing NO_AVX2 fallback for SapphireRapids
1 parent 7228c70 commit e61d963

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)