Move ALPHA out of register 18 (reserved on OSX)
This commit is contained in:
parent
0b1acb0ba3
commit
108a21e47a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue