mirror of
https://github.com/amd/blis.git
synced 2026-05-12 10:05:38 +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.