Allow negative INCX (API change from version 3.10 of the reference implementation)
This commit is contained in:
parent
a34a0a7abc
commit
c211da0688
|
@ -76,7 +76,7 @@
|
|||
FMOV c1, t4
|
||||
|
||||
cmp INCX, 0
|
||||
ble .LL20
|
||||
beq .LL20
|
||||
sll INCX, ZBASE_SHIFT, INCX
|
||||
|
||||
cmp N, 0
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
FMOV fzero, c1
|
||||
|
||||
cmp INCX, 0
|
||||
ble .LL99
|
||||
beq .LL99
|
||||
sll INCX, BASE_SHIFT, INCX
|
||||
|
||||
add %sp, -8, %sp
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
FMOV c1, t4
|
||||
|
||||
cmp INCX, 0
|
||||
ble .LL20
|
||||
beq .LL20
|
||||
sll INCX, BASE_SHIFT, INCX
|
||||
|
||||
cmp N, 0
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
FMOV fzero, c1
|
||||
|
||||
cmp INCX, 0
|
||||
ble .LL99
|
||||
beq .LL99
|
||||
sll INCX, ZBASE_SHIFT, INCX
|
||||
|
||||
add %sp, -8, %sp
|
||||
|
|
Loading…
Reference in New Issue