[all-commits] [llvm/llvm-project] e7e71e: [libc][NFC] Remove few deprecated FPUtil header fi...

Siva Chandra via All-commits all-commits at lists.llvm.org
Wed Jun 30 15:10:22 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7e71e9454ed76c1b3d8140170b5333c28bef1be
      https://github.com/llvm/llvm-project/commit/e7e71e9454ed76c1b3d8140170b5333c28bef1be
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2021-06-30 (Wed, 30 Jun 2021)

  Changed paths:
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/FrexpTest.h
    A libc/test/src/math/LogbTest.h
    A libc/test/src/math/ModfTest.h
    M libc/test/src/math/cosf_test.cpp
    M libc/test/src/math/exp2f_test.cpp
    M libc/test/src/math/expf_test.cpp
    M libc/test/src/math/expm1f_test.cpp
    M libc/test/src/math/frexp_test.cpp
    M libc/test/src/math/frexpf_test.cpp
    M libc/test/src/math/frexpl_test.cpp
    M libc/test/src/math/logb_test.cpp
    M libc/test/src/math/logbf_test.cpp
    M libc/test/src/math/logbl_test.cpp
    M libc/test/src/math/modf_test.cpp
    M libc/test/src/math/modff_test.cpp
    M libc/test/src/math/modfl_test.cpp
    M libc/test/src/math/sdcomp26094.h
    M libc/test/src/math/sin_test.cpp
    M libc/test/src/math/sincosf_test.cpp
    M libc/test/src/math/sinf_test.cpp
    R libc/utils/FPUtil/BitPatterns.h
    M libc/utils/FPUtil/CMakeLists.txt
    R libc/utils/FPUtil/ClassificationFunctions.h
    R libc/utils/FPUtil/FloatOperations.h

  Log Message:
  -----------
  [libc][NFC] Remove few deprecated FPUtil header files and test patterns.

Few tests have been converted to the new test patterns to facilitate
this.




More information about the All-commits mailing list