mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
Was actually visiting unnecessary rows.
This commit is contained in:
parent
f0eda5baaa
commit
220edbbccf
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ iloop: ld %r7, %r11, #0;
|
|||
@p0 ? jmpi cloop;
|
||||
|
||||
addi %r9, %r9, #1;
|
||||
sub %r7, %r9, %r4;
|
||||
sub %r7, %r9, %r14;
|
||||
rtop @p0, %r7;
|
||||
@p0 ? jmpi rloop;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue