Skip to content

Commit

Permalink
loongarch64: Fixed utest fork:safety
Browse files Browse the repository at this point in the history
  • Loading branch information
XiWeiGu committed May 9, 2024
1 parent 21dd649 commit 19bbf38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/loongarch64/dgemm_ncopy_16.S
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
addi.d TD, TD, 0x10

.L_N1:
andi J, N, 0x01
beq ZERO, J, .L_N0
move S1, TS
beq ZERO, M, .L_N0

Expand Down

0 comments on commit 19bbf38

Please sign in to comment.