Merge pull request #4482 from martin-frbg/issue4476

Fix missing NO_AVX2 fallback for SapphireRapids in DYNAMIC_ARCH
This commit is contained in:
Martin Kroeker
2024-02-04 23:13:10 +01:00
committed by GitHub

View File

@@ -275,6 +275,7 @@ extern gotoblas_t gotoblas_EXCAVATOR;
#define gotoblas_SKYLAKEX gotoblas_SANDYBRIDGE
#define gotoblas_COOPERLAKE gotoblas_SANDYBRIDGE
#define gotoblas_ZEN gotoblas_SANDYBRIDGE
#define gotoblas_SAPPHIRERAPIDS gotoblas_SANDYBRIDGE
#else
extern gotoblas_t gotoblas_HASWELL;
extern gotoblas_t gotoblas_ZEN;