eal: remove useless code in bsf64 function
authorAnatoly Burakov <anatoly.burakov@intel.com>
Wed, 21 Nov 2018 12:05:02 +0000 (12:05 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 23 Nov 2018 00:43:26 +0000 (01:43 +0100)
commit816c924e9e26ae82c3d7186d3206f0ee72e78213
tree22a6b5f04e470ef51c20e8ead1be4f92507a0076
parent615fcf55d24eeb3747b3300b25f61eed8f9053ab
eal: remove useless code in bsf64 function

RTE_BITMAP_OPTIMIZATIONS was never set to 0 and makes no sense
anyway, so remove all code related to it. Also, drop the "likely"
for bsf64 code, because it's a generic function and we cannot
make any assumptions about likely values of incoming arguments.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
lib/librte_eal/common/include/rte_bitmap.h