Skip to content

Commit

Permalink
fix copy/paste issue #19
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Oct 17, 2024
1 parent 0a712ed commit 47bddd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base64_s390x.s
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ loop:
VL (R2), X0
VPERM X0, X0, RESHUFFLE_MASK, X0
VN X0, MULHI_MASK, X1
VMLHH(X1, MULHI_CONST, X1)
VMLHH X1, MULHI_CONST, X1
VN X0, MULLO_MASK, X2
VMLHW(X2, MULLO_CONST, X2)
VMLHW X2, MULLO_CONST, X2
VO X1, X2, X0

VSB RANGE1_END, X0, X1
Expand Down

0 comments on commit 47bddd9

Please sign in to comment.