Previously, exceptions from the flag were being added. This patch
changes it such that only the exceptions in the flag will be set.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D105085
[libc] Clear all exceptions before setting in fesetexceptflag. ClosedPublic Authored by sivachandra on Jun 28 2021, 11:40 PM.
Details Summary Previously, exceptions from the flag were being added. This patch
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 30 2021, 10:08 AM Closed by commit rG804dc3dcf27d: [libc] Clear all exceptions before setting in fesetexceptflag. (authored by sivachandra). · Explain WhyJun 30 2021, 10:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 355616 libc/src/fenv/fesetexceptflag.cpp
libc/test/src/fenv/exception_flags_test.cpp
|