[libc-commits] [libc] [llvm] [libc][math] Refactor log10, log1p, log2 implementation to header-onl… (PR #176089)
Nico Weber via libc-commits
libc-commits at lists.llvm.org
Thu Jan 15 10:00:34 PST 2026
nico wrote:
> It is recommended to refactor each function individually. I recommend that you open a new PR for each function. This way, it will be easier to review and to figure out why the Bazel build or tests fail.
The test failure looks like some lit test unrelated to this PR.
Last I checked, bazel was a best-effort thing and not officially supported. Has that changed?
> Also, some of these functions are already assigned to other people.
Which ones?
https://github.com/llvm/llvm-project/pull/176089
More information about the libc-commits
mailing list