[all-commits] [llvm/llvm-project] 64721a: [libc] Implement exp2f function that is correctly ...

lntue via All-commits all-commits at lists.llvm.org
Mon Mar 14 06:43:05 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 64721a3312c6e1b7189ffdcf05f9c6ee5b7e6777
      https://github.com/llvm/llvm-project/commit/64721a3312c6e1b7189ffdcf05f9c6ee5b7e6777
  Author: Tue Ly <lntue at google.com>
  Date:   2022-03-14 (Mon, 14 Mar 2022)

  Changed paths:
    M libc/src/math/generic/CMakeLists.txt
    M libc/src/math/generic/exp2f.cpp
    M libc/test/src/math/exhaustive/CMakeLists.txt
    A libc/test/src/math/exhaustive/exp2f_test.cpp
    M libc/test/src/math/exp2f_test.cpp

  Log Message:
  -----------
  [libc] Implement exp2f function that is correctly rounded for all rounding modes.

Implement exp2f function that is correctly rounded for all rounding modes.

Reviewed By: sivachandra, zimmermann6

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




More information about the All-commits mailing list