Allow negative INCX (API change from version 3.10 of the reference implementation)

This commit is contained in:
Martin Kroeker 2023-08-10 17:00:18 +02:00 committed by GitHub
parent c211da0688
commit 07e32c4cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@
testl M, M
jle .L999
testl INCX, INCX
jle .L999
je .L999
sall $BASE_SHIFT, INCX
fldz

View File

@ -69,7 +69,7 @@
jle .L999
pxor %xmm1, %xmm1
testl INCX, INCX
jle .L999
je .L999
leal (, INCX, SIZE), INCX
cmpl $SIZE, INCX

View File

@ -78,7 +78,7 @@
testl M, M
jle .L999
testl INCX, INCX
jle .L999
je .L999
sall $ZBASE_SHIFT, INCX
fldz

View File

@ -69,7 +69,7 @@
jle .L999
pxor %xmm1, %xmm1
testl INCX, INCX
jle .L999
je .L999
sall $ZBASE_SHIFT, INCX