haproxy/include
Willy Tarreau 36eb3a3ac8 MINOR: tools: make my_htonll() more efficient on x86_64
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.
2017-09-20 11:27:31 +02:00
..
common MINOR: tools: make my_htonll() more efficient on x86_64 2017-09-20 11:27:31 +02:00
import CLEANUP: da: move global settings out of the global section 2016-12-21 21:30:54 +01:00
proto MINOR: listener: new function listener_release 2017-09-15 11:49:52 +02:00
types MINOR: listeners: make listeners count consistent with reality 2017-09-15 11:49:52 +02:00