Skip to content

Commit dfc0b35

Browse files
committed
Update comment
1 parent 0d671a2 commit dfc0b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rapidjson/internal/clzll.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ inline uint32_t clzll(uint64_t x) {
6464
}
6565

6666
#define RAPIDJSON_CLZLL RAPIDJSON_NAMESPACE::internal::clzll
67-
#endif // defined(__has_builtin) && __has_builtin(__builtin_clzll)
67+
#endif // (defined(__GNUC__) && __GNUC__ >= 4) || RAPIDJSON_HAS_BUILTIN(__builtin_clzll)
6868

6969
} // namespace internal
7070
RAPIDJSON_NAMESPACE_END

0 commit comments

Comments
 (0)