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
..
2019-03-07 13:48:04 +01:00
2015-10-12 20:58:51 +02:00
2019-01-31 19:38:25 +01:00