mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-20 06:21:10 +01:00
The current construct was made when developing on a 32-bit machine. Having a simple bswap operation replaced with 2 bswap, 2 shift and 2 or is quite of a waste of precious cycles... Let's provide a trivial asm-based implementation for x86_64.