Skip to content

Commit

Permalink
raid: remove unneeded load
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo de Lara <[email protected]>
  • Loading branch information
pablodelara committed Dec 11, 2023
1 parent 5d6092c commit 8f2634a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion raid/pq_check_sse.asm
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ len_aligned_32bytes:

loop48:
mov ptr, [arg2+8+vec*8] ;Get address of P parity vector
mov tmp, [arg2+(2*8)+vec*8] ;Get address of Q parity vector
XLDR xp1, [ptr+pos] ;Initialize xp1 with P1 src
XLDR xp2, [ptr+pos+16] ;Initialize xp2 with P2 src + 16B ahead
XLDR xp3, [ptr+pos+32] ;Initialize xp3 with P2 src + 32B ahead
Expand Down

0 comments on commit 8f2634a

Please sign in to comment.