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 64c92d1 commit bbce9ebCopy full SHA for bbce9eb
libc/src/__support/CPP/bit.h
@@ -283,7 +283,7 @@ popcount(T value) {
283
}
284
#define ADD_SPECIALIZATION(TYPE, BUILTIN) \
285
template <> \
286
- [[nodiscard]] LIBC_INLINE constexpr int popcount<TYPE>(TYPE value) { \
+ [[nodiscard]] LIBC_INLINE constexpr int popcount<TYPE>(TYPE value) { \
287
return BUILTIN(value); \
288
289
ADD_SPECIALIZATION(unsigned char, __builtin_popcount)
0 commit comments