Fix missing NO_AVX2 fallback for SapphireRapids
This commit is contained in:
parent
7228c708d7
commit
e61d96303d
|
@ -275,6 +275,7 @@ extern gotoblas_t gotoblas_EXCAVATOR;
|
||||||
#define gotoblas_SKYLAKEX gotoblas_SANDYBRIDGE
|
#define gotoblas_SKYLAKEX gotoblas_SANDYBRIDGE
|
||||||
#define gotoblas_COOPERLAKE gotoblas_SANDYBRIDGE
|
#define gotoblas_COOPERLAKE gotoblas_SANDYBRIDGE
|
||||||
#define gotoblas_ZEN gotoblas_SANDYBRIDGE
|
#define gotoblas_ZEN gotoblas_SANDYBRIDGE
|
||||||
|
#define gotoblas_SAPPHIRERAPIDS gotoblas_SANDYBRIDGE
|
||||||
#else
|
#else
|
||||||
extern gotoblas_t gotoblas_HASWELL;
|
extern gotoblas_t gotoblas_HASWELL;
|
||||||
extern gotoblas_t gotoblas_ZEN;
|
extern gotoblas_t gotoblas_ZEN;
|
||||||
|
|
Loading…
Reference in New Issue