mirror of
https://git.tukaani.org/xz.git
synced 2025-02-22 16:38:11 +00:00
This is *NOT* done for security reasons even though the backdoor relied on the ifunc code. Instead, the reason is that in this project ifunc provides little benefits but it's quite a bit of extra code to support it. The only case where ifunc *might* matter for performance is if the CRC functions are used directly by an application. In normal compression use it's completely irrelevant. (cherry picked from commit 689ae2427342a2ea1206eb5ca08301baf410e7e0)