[libc-commits] [libc] [libc][stdbit] implement stdc_first_trailing_zero (C23) (PR #81526)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Tue Feb 13 14:11:18 PST 2024
================
@@ -268,6 +268,65 @@ SPECIALIZE_FLZ(first_leading_zero, unsigned long long, __builtin_clzll)
#undef SPECIALIZE_FLZ
+#define SPECIALIZE_FLO(NAME, TYPE, BUILTIN) \
----------------
nickdesaulniers wrote:
sure, done in https://github.com/llvm/llvm-project/pull/81502/commits/ce727813aad9428ac2803f77bf143637ffa7a6e7
Note: this PR is stacked on top of #81502. #81502 should land first, then this PR.
https://github.com/llvm/llvm-project/pull/81526
More information about the libc-commits
mailing list