[all-commits] [llvm/llvm-project] 0ae409: [libc][math] Slightly improve sinhf and coshf perf...

lntue via All-commits all-commits at lists.llvm.org
Tue Jun 20 06:27:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ae409c0d70d6251777351296599b60c81c54d2d
      https://github.com/llvm/llvm-project/commit/0ae409c0d70d6251777351296599b60c81c54d2d
  Author: Tue Ly <lntue at google.com>
  Date:   2023-06-20 (Tue, 20 Jun 2023)

  Changed paths:
    M libc/src/math/generic/coshf.cpp
    M libc/src/math/generic/explogxf.h
    M libc/src/math/generic/sinhf.cpp

  Log Message:
  -----------
  [libc][math] Slightly improve sinhf and coshf performance.

Re-order exceptional branches and slightly adjust the evaluation.
Depends on https://reviews.llvm.org/D153026 .

Reviewed By: michaelrj

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




More information about the All-commits mailing list