Add log, log2, log10, log1p and their unit tests to bazel layout.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D151252
[libc][bazel] Add log, log2, log10, log1p to bazel layout. ClosedPublic Authored by lntue on May 23 2023, 1:22 PM.
Details Summary Add log, log2, log10, log1p and their unit tests to bazel layout.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 23 2023, 1:22 PM This revision is now accepted and ready to land.May 24 2023, 1:42 AM Closed by commit rGa2ac3678cd33: [libc][bazel] Add log, log2, log10, log1p to bazel layout. (authored by lntue). · Explain WhyMay 24 2023, 4:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 525107 libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/log1p.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel
|