Browse Source

Use x21 for I to leave x18 unused (reserved on OSX)

tags/v0.3.18
Martin Kroeker GitHub 4 years ago
parent
commit
0a4ac4b585
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/arm64/sgemm_tcopy_16.S

+ 1
- 1
kernel/arm64/sgemm_tcopy_16.S View File

@@ -30,7 +30,7 @@ All rights reserved.
#define B00 x22 #define B00 x22
#define I x18
#define I x21
#define J x19 #define J x19
#define TEMP1 x20 #define TEMP1 x20


Loading…
Cancel
Save