Skip to content

Commit 90cc944

Browse files
authored
Move alphaI to x22 to leave x18 unused (reserved on OSX)
1 parent 590fbff commit 90cc944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/arm64/ztrmm_kernel_4x4.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4949
#define pCRow3 x15
5050
#define pA x16
5151
#define alphaR x17
52-
#define alphaI x18
52+
#define alphaI x22
5353
#define temp x19
5454
#define tempOffset x20
5555
#define tempK x21

0 commit comments

Comments
 (0)