mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
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:
parent
179afe1594
commit
21dacdd4d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue