revert "move alpha out of register 18" (out of PR scope, no SVE on Apple hw)

This commit is contained in:
Martin Kroeker 2023-04-17 14:23:13 +02:00 committed by GitHub
parent 8be68fa7f4
commit 44164e3a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ With this approach, we can reuse sgemm_n|tcopy_sve_v1.c packing functions. */
#define lanes x15 #define lanes x15
#define pA1 x16 #define pA1 x16
#define pA2 x17 #define pA2 x17
#define alpha w19 #define alpha w18
#define vec_len x20 #define vec_len x19
#define vec_lenx2 x20 #define vec_lenx2 x20
#define alpha0 s10 #define alpha0 s10