mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-30 03:53:13 +00:00
Add fls64() alias for userspace flsll()
Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -81,6 +81,7 @@ do { \
|
||||
\
|
||||
(_x == 0 ? 0 : 64 - __builtin_clzll(_x)); \
|
||||
})
|
||||
#define fls64(x) flsll(x)
|
||||
|
||||
#define ilog2(x) \
|
||||
({ \
|
||||
|
||||
Reference in New Issue
Block a user