summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-06-19 19:35:48 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2018-06-22 23:37:02 +0200
commit6c84a36b539d02a5f975a1e5e98c180621078498 (patch)
tree6962a58c79cd1c316d703374680812146adb4408 /include
parent8215e3503d0799211d268c3e2a0f1b648d5f9584 (diff)
downloadlvm2-6c84a36b539d02a5f975a1e5e98c180621078498.tar.gz
utils: add clzll
Check for __builtin_clzll and add wrapper when missing.
Diffstat (limited to 'include')
-rw-r--r--include/configure.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configure.h.in b/include/configure.h.in
index b1b2db392..50e35f780 100644
--- a/include/configure.h.in
+++ b/include/configure.h.in
@@ -528,6 +528,9 @@
/* Define to 1 if the system has the `__builtin_clz' built-in function */
#undef HAVE___BUILTIN_CLZ
+/* Define to 1 if the system has the `__builtin_clzll' built-in function */
+#undef HAVE___BUILTIN_CLZLL
+
/* Internalization package */
#undef INTL_PACKAGE