mirror of
https://github.com/boostorg/log.git
synced 2026-02-09 11:12:38 +00:00
Use byte shuffle instead of arithmetics and masking to convert half-bytes to characters. Since the new algorithm more heavilly relies on pshufb, and it is slow on some older Intel Atom CPUs, retain the old implementation and use it when we know pshufb is slow. We might drop it eventually.