[all-commits] [llvm/llvm-project] 1ad8d9: [libc][bazel] Add bazel targets and unit tests for...

lntue via All-commits all-commits at lists.llvm.org
Fri Feb 3 12:11:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ad8d9d66d11018d4db71e3a7f6a260659ff39b3
      https://github.com/llvm/llvm-project/commit/1ad8d9d66d11018d4db71e3a7f6a260659ff39b3
  Author: Tue Ly <lntue at google.com>
  Date:   2023-02-03 (Fri, 03 Feb 2023)

  Changed paths:
    M libc/docs/build_and_test.rst
    M libc/src/math/generic/explogxf.h
    M libc/src/math/generic/inv_trigf_utils.h
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
    M utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel

  Log Message:
  -----------
  [libc][bazel] Add bazel targets and unit tests for math functions.

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

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D143275




More information about the All-commits mailing list