mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
107bc13db3
Add a macro for the clz (count leading zeros) operation. Use the GCC __builtin_clz() for clz() if it is available and fall back to a shift based implementation on systems that do not set HAVE___BUILTIN_CLZ.