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

This commit is contained in:
Martin Kroeker 2023-08-10 16:53:33 +02:00 committed by GitHub
parent f692178792
commit 7dd441d5db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -77,7 +77,7 @@
blez N, .L999
mov.d s2, s1
blez INCX, .L999
beqz INCX, .L999
dsll INCX, INCX, ZBASE_SHIFT
dsra I, N, 2

View File

@ -81,7 +81,7 @@
blez N, .L999
MTC $0, s1
blez INCX, .L999
beqz INCX, .L999
dsll INCX, INCX, BASE_SHIFT
move XX, X

View File

@ -77,7 +77,7 @@
blez N, .L999
mov.d s2, s1
blez INCX, .L999
beqz INCX, .L999
dsll INCX, INCX, BASE_SHIFT
bne INCX, TEMP, .L20

View File

@ -80,7 +80,7 @@
blez N, .L999
MTC $0, s1
blez INCX, .L999
beqz INCX, .L999
dsll INCX, INCX, ZBASE_SHIFT
move XX, X