[libc-commits] [PATCH] D120965: [libc] Remove the redundant header FPUtil/FEnvUtils.h

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Mar 4 11:10:08 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG76ec69a911c6: [libc] Remove the redundant header FPUtil/FEnvUtils.h (authored by lntue).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120965/new/

https://reviews.llvm.org/D120965

Files:
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/FEnvImpl.h
  libc/src/__support/FPUtil/FEnvUtils.h
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120965.413076.patch
Type: text/x-patch
Size: 14749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220304/a3c707f7/attachment-0001.bin>


More information about the libc-commits mailing list