mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +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. Change-Id: I4a985a3abf9b1e7a0ee29e17c7d39a4a27138c4c Signed-off-by: Guodong Xu <guodong.xu@linaro.org>