[libc-commits] [libc] [libc][stdbit] implement stdc_first_leading_zero (C23) (PR #81340)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Mon Feb 12 08:14:44 PST 2024
================
@@ -238,13 +238,36 @@ LIBC_INLINE constexpr To bit_or_static_cast(const From &from) {
}
}
+#define ADD_SPECIALIZATION(NAME, TYPE, BUILTIN) \
----------------
nickdesaulniers wrote:
done in cea5f1fe0cef PTAL
https://github.com/llvm/llvm-project/pull/81340
More information about the libc-commits
mailing list