Add bazel targets and unit tests for single precision exponential,
logarithm, trigonometric, inverse trig, hyperbolic, and inverse hyperbolic
functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D143275
[libc][bazel] Add bazel targets and unit tests for math functions. ClosedPublic Authored by lntue on Feb 3 2023, 8:44 AM.
Details Summary Add bazel targets and unit tests for single precision exponential,
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 3 2023, 8:44 AM This revision is now accepted and ready to land.Feb 3 2023, 11:33 AM Closed by commit rG1ad8d9d66d11: [libc][bazel] Add bazel targets and unit tests for math functions. (authored by lntue). · Explain WhyFeb 3 2023, 12:11 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 494700 libc/docs/build_and_test.rst
libc/src/math/generic/explogxf.h
libc/src/math/generic/inv_trigf_utils.h
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel
|