1
0
mirror of http://git.haproxy.org/git/haproxy.git/ synced 2025-01-23 22:12:46 +00:00
haproxy/include
Willy Tarreau d87a67f9bc MINOR: tools: implement my_flsl()
We already have my_ffsl() to find the lowest bit set in a word, and
this patch implements the search for the highest bit set in a word.
On x86 it uses the bsr instruction and on other architectures it
uses an efficient implementation.
2019-03-07 13:48:04 +01:00
..
common MINOR: tools: implement my_flsl() 2019-03-07 13:48:04 +01:00
import
proto MINOR: task: use LIST_DEL_INIT() to remove a task from the queue 2019-03-07 11:45:44 +01:00
types MINOR: listener: improve incoming traffic distribution 2019-03-07 13:48:04 +01:00