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 BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
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