[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
Thu Mar 3 20:02:13 PST 2022
lntue created this revision.
lntue added reviewers: michaelrj, sivachandra.
Herald added subscribers: ecnelises, tschuett.
Herald added projects: libc-project, All.
lntue requested review of this revision.
Remove the redundant header FPUtil/FEnvUtils.h, use FPUtil/FEnvImpl.h header instead.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D120965
Files:
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.412915.patch
Type: text/x-patch
Size: 14373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220304/5c8c90a8/attachment-0001.bin>
More information about the libc-commits
mailing list