]> git.ozlabs.org Git - ccan/blobdiff - tools/configurator/configurator.c
config: add HAVE_BUILTIN_FFSLL
[ccan] / tools / configurator / configurator.c
index 1017e5c5a6378b9222bd118ba5ea3e8c39f69705..426a2ad7862f04b1997f9d61f6c3af4658581607 100644 (file)
@@ -71,6 +71,8 @@ static struct test tests[] = {
          "return __builtin_expect(argc == 1, 1) ? 0 : 1;" },
        { "HAVE_BUILTIN_FFSL", INSIDE_MAIN, NULL,
          "return __builtin_ffsl(0L) == 0 ? 0 : 1;" },
+       { "HAVE_BUILTIN_FFSLL", INSIDE_MAIN, NULL,
+         "return __builtin_ffsll(0LL) == 0 ? 0 : 1;" },
        { "HAVE_BUILTIN_POPCOUNTL", INSIDE_MAIN, NULL,
          "return __builtin_popcountl(255L) == 8 ? 0 : 1;" },
        { "HAVE_BUILTIN_TYPES_COMPATIBLE_P", INSIDE_MAIN, NULL,