Skip to content

Commit

Permalink
fix VLM issue #19
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Oct 17, 2024
1 parent 2ef02a2 commit 29e1504
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 @@ -206,8 +206,8 @@ TEXT ·decodeUrlAsm(SB),NOSPLIT,$0
MOVD src_base+24(FP), R2
MOVD src_len+32(FP), R3

MOVD $decode_const<>(SB), R4
VLM (R4), LUT_HI, RESHUFFLE_MASK
MOVD $decode_const<>+0x30(SB), R4
VLM (R4), RESHUFFLE_CONST0, LUT_ROLL
VREPIB $0xff, NEG
VREPIB $0x0f, NIBBLE_MASK
VREPIB $0x5e, DECODE_CONST
Expand Down

0 comments on commit 29e1504

Please sign in to comment.