Fix SICORTEX ASUM/ZASUM and SUM/ZSUM for INCX <=0 (#4640)

* Exit early if INCX <= 0
This commit is contained in:
Martin Kroeker 2024-04-14 15:39:11 +02:00 committed by GitHub
parent 23d5a8b16e
commit 4c03ed437f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,7 @@
MTC $0, s1
MTC $0, s2
blez INCX, .L999
dsll INCX, INCX, BASE_SHIFT
blez N, .L999

View File

@ -73,6 +73,7 @@
MTC $0, s1
MTC $0, s2
blez INCX, .L999
dsll INCX, INCX, BASE_SHIFT
blez N, .L999

View File

@ -73,6 +73,7 @@
MTC $0, s1
MTC $0, s2
blez INCX, .L999
dsll INCX, INCX, ZBASE_SHIFT
blez N, .L999

View File

@ -73,6 +73,7 @@
MTC $0, s1
MTC $0, s2
blez INCX, .L999
dsll INCX, INCX, ZBASE_SHIFT
blez N, .L999