Add fls64() alias for userspace flsll()

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2024-10-17 11:42:16 -07:00
committed by Auke Kok
parent 597ce6a4c0
commit 7b5f59ca53
+1
View File
@@ -82,6 +82,7 @@ do { \
\
(_x == 0 ? 0 : 64 - __builtin_clzll(_x)); \
})
#define fls64(x) flsll(x)
#define ilog2(x) \
({ \