mirror of
https://github.com/amd/blis.git
synced 2026-05-13 18:52:14 +00:00
Avoid x18 use in FP32 kernel: - C address lines x[18-26] renamed to x[19-27] (reg index +1) - Original role of x27 fulfilled by x5 which is free after k-loop pert. FP64 does not require changing since x18 is not used there.