[libc-commits] [libc] [libc][stdbit] implement stdc_first_leading_zero (C23) (PR #81340)
via libc-commits
libc-commits at lists.llvm.org
Fri Feb 9 21:55:05 PST 2024
================
@@ -238,13 +238,36 @@ LIBC_INLINE constexpr To bit_or_static_cast(const From &from) {
}
}
+#define ADD_SPECIALIZATION(NAME, TYPE, BUILTIN) \
----------------
lntue wrote:
Can we have different macro names to distinguish between this `ADD_SPECIALIZATION` and the previous `ADD_SPECIALIZATION`? It is going to be a bit tricky for readability to see which definition apply to which `ADD_SPECIALIZATION` when searching.
https://github.com/llvm/llvm-project/pull/81340
More information about the libc-commits
mailing list