Skip to content

Commit 590fbff

Browse files
authored
move alpha to x19/x20 to leave x18 unused for OSX
1 parent 3809402 commit 590fbff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/arm64/zgemm_kernel_4x4.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4848
#define pCRow2 x14
4949
#define pCRow3 x15
5050
#define pA x16
51-
#define alphaR x17
52-
#define alphaI x18
51+
#define alphaR x19
52+
#define alphaI x20
5353

5454
#define alpha0_R d10
5555
#define alphaV0_R v10.d[0]

0 commit comments

Comments
 (0)