Enable AVX-VNNI 256-bit path for Q8_1 R8 dot product (#1463)

Ungate the VNNI path in mul_mat_q8_1_r8_q8_2 by changing the
guard from HAVE_FANCY_SIMD to HAVE_VNNI256. This block only uses
256-bit intrinsics so it is safe for AVX-VNNI (non-512) CPUs.

Co-authored-by: Adam Caldwell <accaldwell@users.noreply.github.com>
This commit is contained in:
Adam Caldwell 2026-03-18 08:09:30 -07:00 committed by GitHub
parent b08b620c9f
commit 1f4f09419b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Diff Content Not Available