commit | 9504dd64c6a92de1c20f6a53fb25c4e27ba6683d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Oct 15 09:37:03 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Oct 15 13:25:06 2018 +0200 |
tree | aa733f293244b1b041d07f05874db21d106108f7 | |
parent | 98d334bd945b038b7340af451ed7873143076a4b [diff] |
MINOR: config: use atleast2() instead of my_popcountl() where relevant Quite often we used my_popcountl() just to check for > 1 bit set. Now we have an easier solution, let's use it.