Skip to content

Commit cda2963

Browse files
authored
move ALPHA_I out of register 18 (reserved on OSX)
1 parent 6f759a9 commit cda2963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/arm64/cgemm_kernel_8x4.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4949
#define pCRow3 x15
5050
#define pA x16
5151
#define alphaR w17
52-
#define alphaI w18
52+
#define alphaI w19
5353

5454
#define alpha0_R s10
5555
#define alphaV0_R v10.s[0]

0 commit comments

Comments
 (0)