We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d671a2 commit dfc0b35Copy full SHA for dfc0b35
include/rapidjson/internal/clzll.h
@@ -64,7 +64,7 @@ inline uint32_t clzll(uint64_t x) {
64
}
65
66
#define RAPIDJSON_CLZLL RAPIDJSON_NAMESPACE::internal::clzll
67
-#endif // defined(__has_builtin) && __has_builtin(__builtin_clzll)
+#endif // (defined(__GNUC__) && __GNUC__ >= 4) || RAPIDJSON_HAS_BUILTIN(__builtin_clzll)
68
69
} // namespace internal
70
RAPIDJSON_NAMESPACE_END
0 commit comments