e682b02084
According to GCC documentation for __builtin_clz:
Returns the number of leading 0-bits in x,
starting at the most significant bit position.
If x is 0, the result is undefined.
__builtin_clz will be called with 0 if the existing
prefix address matches the one we want to insert.
Fixes:
|
||
---|---|---|
.. | ||
meson.build | ||
rte_rib6.c | ||
rte_rib6.h | ||
rte_rib.c | ||
rte_rib.h | ||
version.map |