[all-commits] [llvm/llvm-project] 96d857: [libc] Move implementations of expf and exp2f from...

Siva Chandra via All-commits all-commits at lists.llvm.org
Fri May 15 12:52:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 96d85726b0fc3c5154265cea156483a3f63ebe21
      https://github.com/llvm/llvm-project/commit/96d85726b0fc3c5154265cea156483a3f63ebe21
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2020-05-15 (Fri, 15 May 2020)

  Changed paths:
    M libc/config/linux/api.td
    M libc/lib/CMakeLists.txt
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    M libc/src/math/cosf.cpp
    A libc/src/math/exp2f.cpp
    A libc/src/math/exp2f.h
    A libc/src/math/exp_utils.cpp
    A libc/src/math/exp_utils.h
    A libc/src/math/expf.cpp
    A libc/src/math/expf.h
    A libc/src/math/math_utils.cpp
    M libc/src/math/math_utils.h
    M libc/src/math/sincosf.cpp
    M libc/src/math/sinf.cpp
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/exp2f_test.cpp
    A libc/test/src/math/expf_test.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h

  Log Message:
  -----------
  [libc] Move implementations of expf and exp2f from the AOR to src/math.

Reviewers: phosek

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




More information about the All-commits mailing list