Skip to content

Commit

Permalink
fix compile issue #19
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Oct 17, 2024
1 parent 47bddd9 commit f66a91e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions base64_s390x.s
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ TEXT ·encodeAsm(SB),NOSPLIT,$0

MOVD $base64_const<>(SB), R5
VLM (R5), REV_BYTES, RESHUFFLE_MASK
VREPIF 0x0fc0fc00, MULHI_MASK
VREPIF 0x04000040, MULHI_CONST
VREPIF 0x003F03F0, MULLO_MASK
VREPIF 0x01000010, MULLO_CONST
VREPIB 0x33, RANGE1_END
VREPIB 0x19, RANGE0_END
VREPIF $0x0fc0fc00, MULHI_MASK
VREPIF $0x04000040, MULHI_CONST
VREPIF $0x003F03F0, MULLO_MASK
VREPIF $0x01000010, MULLO_CONST
VREPIB $0x33, RANGE1_END
VREPIB $0x19, RANGE0_END
VZERO ZERO

loop:
Expand Down

0 comments on commit f66a91e

Please sign in to comment.