Properly set floating point exceptions and add more exceptional
values for non-FMA x86-64 targets.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D143699
[libc][math] Update exceptional cases for logf, log10f, log2f, log1pf. ClosedPublic Authored by lntue on Feb 9 2023, 8:54 PM.
Details Summary Properly set floating point exceptions and add more exceptional
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 9 2023, 8:54 PM This revision is now accepted and ready to land.Feb 10 2023, 10:52 AM This revision was landed with ongoing or failed builds.Feb 10 2023, 11:09 AM Closed by commit rGae2d8b49713d: [libc][math] Update exceptional cases for logf, log10f, log2f, log1pf. (authored by lntue). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 496560 libc/src/__support/FPUtil/except_value_utils.h
libc/src/math/generic/CMakeLists.txt
libc/src/math/generic/log10f.cpp
libc/src/math/generic/log1pf.cpp
libc/src/math/generic/log2f.cpp
libc/src/math/generic/logf.cpp
libc/test/UnitTest/FPMatcher.h
libc/test/src/math/exhaustive/log1pf_test.cpp
libc/test/src/math/log10f_test.cpp
libc/test/src/math/log1pf_test.cpp
libc/test/src/math/log2f_test.cpp
libc/test/src/math/logf_test.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
|