[libc-commits] [PATCH] D106470: [libc] Rename FEnv.h and refactor subsequent files

Hedin GarcĂ­a via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jul 21 17:08:15 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG049cfc464d17: [libc] Rename FEnv.h and refactor subsequent files (authored by hedingarcia).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106470

Files:
  libc/src/fenv/feclearexcept.cpp
  libc/src/fenv/fegetenv.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/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
  libc/utils/FPUtil/CMakeLists.txt
  libc/utils/FPUtil/DummyFEnv.h
  libc/utils/FPUtil/DummyFEnvImpl.h
  libc/utils/FPUtil/FEnv.h
  libc/utils/FPUtil/FEnvUtils.h
  libc/utils/FPUtil/NearestIntegerOperations.h
  libc/utils/FPUtil/aarch64/FEnv.h
  libc/utils/FPUtil/aarch64/FEnvImpl.h
  libc/utils/FPUtil/x86_64/FEnv.h
  libc/utils/FPUtil/x86_64/FEnvImpl.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106470.360655.patch
Type: text/x-patch
Size: 11737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210722/4dc44a08/attachment-0001.bin>


More information about the libc-commits mailing list