Browse Source

loongarch64: Fixed utest fork:safety

pull/4710/head
gxw 2 years ago
parent
commit
b0d990a1d3
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      kernel/loongarch64/dgemm_ncopy_16.S
  2. +2
    -0
      kernel/loongarch64/dgemm_ncopy_8_lsx.S

+ 2
- 0
kernel/loongarch64/dgemm_ncopy_16.S View File

@@ -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



+ 2
- 0
kernel/loongarch64/dgemm_ncopy_8_lsx.S View File

@@ -268,6 +268,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
addi.d S2, S2, 0x08
addi.d TD, TD, 0x10
.L_N1:
andi J, N, 0x01
beq ZERO, J, .L_N0
move S1, TS
beq ZERO, M, .L_N0
.L_M1:


Loading…
Cancel
Save