Remove unused TEMP2 and reshuffle to leave x18 unused (reserved on OSX)
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Fri, 17 Sep 2021 07:18:25 +0000 (09:18 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Sep 2021 07:18:25 +0000 (09:18 +0200)
kernel/arm64/dgemm_tcopy_8.S

index 9ab51ff..7e5bf60 100644 (file)
@@ -50,11 +50,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #define        B03             x16
 #define        B04             x17
 
-#define I              x18
-#define        J               x19
+#define I              x19
+#define        J               x20
 
-#define TEMP1          x20
-#define TEMP2          x21
+#define TEMP1          x21
 
 #define A_PREFETCH     2560
 #define B_PREFETCH     256