Add fls64() alias for userspace flsll()

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2024-04-15 11:06:24 -07:00
parent 70a932614a
commit f41bd60ca4
+1
View File
@@ -81,6 +81,7 @@ do { \
\
(_x == 0 ? 0 : 64 - __builtin_clzll(_x)); \
})
#define fls64(x) flsll(x)
#define ilog2(x) \
({ \