Faster CRC32C & AEGIS-128 Crypto Performance On Linux 6.13 With Intel/AMD CPUs
The crypto subsystem updates were merged yesterday for the in-development Linux 6.13 kernel. Among other crypto improvements are new optimizations for some algorithms when running on Intel and AMD x86_64 processors.
Eric Biggers of Google is at it again with more Linux crypto performance optimizations. As noted last month he’s been working on CRC32C throughput optimizations via optimizing the x86 Assembly code. That work can yield up to a few percent better performance on Intel/AMD processors, particularly when having Retpoline enabled. This work involves some jump table elimination, simplifying the code for handling fewer than 200 bytes, and other tweaks to the CRC32C x86 code.
The other optimizations from Eric Biggers to the crypto…