WojciechMula / base64simd

Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)
http://0x80.pl/articles/index.html#base64-algorithm-new
BSD 2-Clause "Simplified" License
154 stars 13 forks source link

Correct "See also" in http://0x80.pl/articles/base64-simd-neon.html#see-also-update #4

Closed mayeut closed 7 years ago

mayeut commented 7 years ago

Hi,

First off thanks for your work, I'm always learning some new tricks reading your articles.

Just to clarify one thing in the see also of Neon base64 article: You mention Alfred Klomp developed the algorithm for libbase64 ARM64 decoding but what you're referring to is in fact one of my commits: aklomp/base64@ac5c74a8de9f085f726ddb08ff11c781c43ee0ca I'd very much appreciate a correction of the author there.

Thanks, Matthieu Darbois

WojciechMula commented 7 years ago

Hi Matthieu, nice to hear it. BTW I was planning to contribute to Alfred's library, but you were faster. :)

I've just put your name in the article. Sorry for that, I didn't check file's history.

mayeut commented 7 years ago

Hi Wojciech, thanks for the correction. Very much appreciated.