fix epilogue code (#695)

Repair the epilogue code for the aarch64 SGEMM kernel to restore registers from the correct stack location.
This commit is contained in:
Tracy Sharpe 2019-03-22 18:13:41 -07:00 committed by GitHub
parent 179afe1594
commit 21dacdd4d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -453,7 +453,7 @@ MlasSgemmKernel\Mode\():
.L\Mode\().ExitKernel:
mov x0,x4
ldp d10,d11,[sp,16]
ldp d8,d9,[sp,32]!
ldp d8,d9,[sp],32
ret
//