Skip to content

Commit

Permalink
simplifying
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Jan 19, 2018
1 parent 9bb060a commit 26f6a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ We are investigating the possibility of SIMD-accelerated base64 codecs.

* Wojciech Muła, Daniel Lemire, Faster Base64 Encoding and Decoding Using AVX2 Instructions, ACM Transactions on the Web (to appear) https://arxiv.org/abs/1704.00605

Our AVX2 decoder does not use floating-point numbers or multiplications, so it is not subject to potential turbo frequency throttling on many-core processors.
Our AVX2 decoder does not use floating-point numbers.

## Sample usage

Expand Down

0 comments on commit 26f6a02

Please sign in to comment.