[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:04:38 PDT 2021
hedingarcia updated this revision to Diff 360653.
hedingarcia added a comment.
[libc] Made a fix to CMakeLists.txt
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.360653.patch
Type: text/x-patch
Size: 11737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210722/85073d8b/attachment-0001.bin>
More information about the libc-commits
mailing list