> all AVX512 features while disabling AVX512FP16. And "-mavx512f -mno-
> avx10.1"
> should disable all AVX512 features. Both of the two combinations currently
> will ignore "-mno-". In GCC 15, we will raise a warning to mention that we

Correction here, "-mavx512f -mno-avx10.1" should keep AVX512 on since
It will finally become AVX10.1 implies all AVX512, just like AVX512F implies
AVX2. So it won't disable AVX512.

Thx,
Haochen

Reply via email to