mirror of
https://github.com/amd/blis.git
synced 2026-05-13 18:52:14 +00:00
Details: - Added missing 'const' qualifiers to signatures of functions defined in kernels/zen/3/bli_gemm_small.c. This fixes compile-time errors when targeting 'zen3' subconfig (which apparently is enabling AMD's gemm_small code path by default). Thanks to Devin Matthews for reporting this error.