[all-commits] [llvm/llvm-project] 76ec69: [libc] Remove the redundant header FPUtil/FEnvUtils.h

lntue via All-commits all-commits at lists.llvm.org
Fri Mar 4 11:10:23 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 76ec69a911c696feb9d315fa8335406556718e89
      https://github.com/llvm/llvm-project/commit/76ec69a911c696feb9d315fa8335406556718e89
  Author: Tue Ly <lntue at google.com>
  Date:   2022-03-04 (Fri, 04 Mar 2022)

  Changed paths:
    M libc/src/__support/FPUtil/CMakeLists.txt
    M libc/src/__support/FPUtil/FEnvImpl.h
    R libc/src/__support/FPUtil/FEnvUtils.h
    M libc/src/__support/FPUtil/NearestIntegerOperations.h
    M libc/src/fenv/feclearexcept.cpp
    M libc/src/fenv/fedisableexcept.cpp
    M libc/src/fenv/feenableexcept.cpp
    M libc/src/fenv/fegetenv.cpp
    M libc/src/fenv/fegetexcept.cpp
    M libc/src/fenv/fegetexceptflag.cpp
    M libc/src/fenv/fegetround.cpp
    M libc/src/fenv/feholdexcept.cpp
    M libc/src/fenv/feraiseexcept.cpp
    M libc/src/fenv/fesetenv.cpp
    M libc/src/fenv/fesetexceptflag.cpp
    M libc/src/fenv/fesetround.cpp
    M libc/src/fenv/fetestexcept.cpp
    M libc/src/fenv/feupdateenv.cpp
    M libc/src/math/generic/log10f.cpp
    M libc/src/math/generic/log1pf.cpp
    M libc/src/math/generic/log2f.cpp
    M libc/test/src/fenv/enabled_exceptions_test.cpp
    M libc/test/src/fenv/exception_flags_test.cpp
    M libc/test/src/fenv/exception_status_test.cpp
    M libc/test/src/fenv/feclearexcept_test.cpp
    M libc/test/src/fenv/feholdexcept_test.cpp
    M libc/test/src/fenv/feupdateenv_test.cpp
    M libc/test/src/fenv/getenv_and_setenv_test.cpp
    M libc/test/src/math/RIntTest.h
    M libc/test/src/math/RoundToIntegerTest.h

  Log Message:
  -----------
  [libc] Remove the redundant header FPUtil/FEnvUtils.h

Remove the redundant header FPUtil/FEnvUtils.h, use FPUtil/FEnvImpl.h header instead.

Reviewed By: sivachandra

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




More information about the All-commits mailing list