Move ALPHA out of register 18 (reserved on OSX)

This commit is contained in:
Martin Kroeker 2023-04-13 18:05:14 +02:00 committed by GitHub
parent 0b1acb0ba3
commit 108a21e47a
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 w18 #define alpha w19
#define vec_len x19 #define vec_len x20
#define vec_lenx2 x20 #define vec_lenx2 x20
#define alpha0 s10 #define alpha0 s10