aklomp / base64

Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
BSD 2-Clause "Simplified" License
865 stars 162 forks source link

NEON64: enc: avoid reserved tokens in macro arguments #100

Closed mscdex closed 2 years ago

mscdex commented 2 years ago

Specifically "R" is a valid string literal prefix which causes compiler errors on gcc.

Fixes: https://github.com/aklomp/base64/issues/99