Browse Source

mips64: Fixed scalar optimization bug in dzsum

pull/4639/head
gxw 2 years ago
parent
commit
3508066e50
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      kernel/mips64/zsum.S

+ 2
- 0
kernel/mips64/zsum.S View File

@@ -73,6 +73,8 @@
MTC $0, s1

MTC $0, s2

blez INCX, .L999
dsll INCX, INCX, ZBASE_SHIFT

blez N, .L999


Loading…
Cancel
Save