Allow negative INCX (API change from version 3.10 of the reference implementation)
This commit is contained in:
parent
07e32c4cb8
commit
34da1a067d
|
@ -58,7 +58,7 @@
|
||||||
testq M, M
|
testq M, M
|
||||||
jle .L999
|
jle .L999
|
||||||
testq INCX, INCX
|
testq INCX, INCX
|
||||||
jle .L999
|
je .L999
|
||||||
|
|
||||||
salq $BASE_SHIFT, INCX
|
salq $BASE_SHIFT, INCX
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
jle .L999
|
jle .L999
|
||||||
pxor %xmm1, %xmm1
|
pxor %xmm1, %xmm1
|
||||||
testq INCX, INCX
|
testq INCX, INCX
|
||||||
jle .L999
|
je .L999
|
||||||
|
|
||||||
pxor %xmm2, %xmm2
|
pxor %xmm2, %xmm2
|
||||||
leaq (, INCX, SIZE), INCX
|
leaq (, INCX, SIZE), INCX
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
testq M, M
|
testq M, M
|
||||||
jle .L999
|
jle .L999
|
||||||
testq INCX, INCX
|
testq INCX, INCX
|
||||||
jle .L999
|
je .L999
|
||||||
|
|
||||||
salq $ZBASE_SHIFT, INCX
|
salq $ZBASE_SHIFT, INCX
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
jle .L999
|
jle .L999
|
||||||
pxor %xmm1, %xmm1
|
pxor %xmm1, %xmm1
|
||||||
testq INCX, INCX
|
testq INCX, INCX
|
||||||
jle .L999
|
je .L999
|
||||||
|
|
||||||
xorq FLAG, FLAG
|
xorq FLAG, FLAG
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue