Intel SSE and ARM NEON hexadecimal string
Posted: Tue Nov 14, 2023 10:49 pm
Here's a followup to a book example. Creating a hexadecimal string just begs for SIMD implementations. Here are Intel SSE and ARM NEON implementations, SSE and NEON C intrinsic implementations, x86-64 and AArch64 implementations, and an ordinary C implementation for comparison. Windows, macOS, and Linux.
https://github.com/atribelli/hexstr
https://github.com/atribelli/hexstr