[libc-commits] [PATCH] D143275: [libc][bazel] Add bazel targets and unit tests for math functions.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Feb 3 08:44:14 PST 2023


lntue created this revision.
lntue added reviewers: gchatelet, michaelrj, sivachandra.
Herald added subscribers: ecnelises, tschuett.
Herald added projects: libc-project, All.
lntue requested review of this revision.

Add bazel targets and unit tests for single precision exponential,
logarithm, trigonometric, inverse trig, hyperbolic, and inverse hyperbolic
functions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143275

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143275.494663.patch
Type: text/x-patch
Size: 10403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230203/f31410a4/attachment-0001.bin>


More information about the libc-commits mailing list