Fix IQK_FA_ALL_QUANTS on AVX2

This commit is contained in:
Iwan Kawrakow
2025-04-30 11:30:11 +03:00
parent 9ba362706c
commit e8dc26d544

View File

@@ -16974,7 +16974,11 @@ struct FlashQKfp32 {
#ifdef __aarch64__
MAKE_FUNCS(mul_mat_qX_0_q8_0<DequantizerIQ4NL, nq);
#else
#ifdef HAVE_FANCY_SIMD
MAKE_FUNCS(mul_mat_qX_1_q8_2_T<IQ4_NL_Unpacker, nq);
#else
MAKE_FUNCS(mul_mat_qX_0_q8_0_T<IQ4_NL_Unpacker, nq);
#endif
#endif
}
#endif