Use builtin_clzll to count the leading zero bits, the data is based on
long long so builtin_clz will return an incorrect value.
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D3375
Use __builtin_clzll to count the leading zero bits, the data is based on Tags None Referenced Files None Subscribers None
Description
Details
|