[libc] Remove the redundant header FPUtil/FEnvUtils.h
authorTue Ly <lntue@google.com>
Fri, 4 Mar 2022 03:58:51 +0000 (22:58 -0500)
committerTue Ly <lntue@google.com>
Fri, 4 Mar 2022 19:09:47 +0000 (14:09 -0500)
commit76ec69a911c696feb9d315fa8335406556718e89
treeacb9b3e600ff54c756bddcd6518c20d14e0f3aad
parentdce6aa237a07e581881f540222e68e6f2b912430
[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
30 files changed:
libc/src/__support/FPUtil/CMakeLists.txt
libc/src/__support/FPUtil/FEnvImpl.h
libc/src/__support/FPUtil/FEnvUtils.h [deleted file]
libc/src/__support/FPUtil/NearestIntegerOperations.h
libc/src/fenv/feclearexcept.cpp
libc/src/fenv/fedisableexcept.cpp
libc/src/fenv/feenableexcept.cpp
libc/src/fenv/fegetenv.cpp
libc/src/fenv/fegetexcept.cpp
libc/src/fenv/fegetexceptflag.cpp
libc/src/fenv/fegetround.cpp
libc/src/fenv/feholdexcept.cpp
libc/src/fenv/feraiseexcept.cpp
libc/src/fenv/fesetenv.cpp
libc/src/fenv/fesetexceptflag.cpp
libc/src/fenv/fesetround.cpp
libc/src/fenv/fetestexcept.cpp
libc/src/fenv/feupdateenv.cpp
libc/src/math/generic/log10f.cpp
libc/src/math/generic/log1pf.cpp
libc/src/math/generic/log2f.cpp
libc/test/src/fenv/enabled_exceptions_test.cpp
libc/test/src/fenv/exception_flags_test.cpp
libc/test/src/fenv/exception_status_test.cpp
libc/test/src/fenv/feclearexcept_test.cpp
libc/test/src/fenv/feholdexcept_test.cpp
libc/test/src/fenv/feupdateenv_test.cpp
libc/test/src/fenv/getenv_and_setenv_test.cpp
libc/test/src/math/RIntTest.h
libc/test/src/math/RoundToIntegerTest.h