mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
This bug happens at a corner case, when k_iter == 0 and we jump to CONSIDERKLEFT. In current design, first row/col. of a and b are loaded twice. The fix is to rearrange a and b (first row/col.) loading instructions. Signed-off-by: Guodong Xu <guodong.xu@linaro.org>