This is an archive of the discontinued LLVM Phabricator instance.

[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
changes it such that only the exceptions in the flag will be set.

Diff Detail

Event Timeline

sivachandra created this revision.Jun 28 2021, 11:40 PM
sivachandra requested review of this revision.Jun 28 2021, 11:40 PM
lntue accepted this revision.Jun 30 2021, 10:08 AM
This revision is now accepted and ready to land.Jun 30 2021, 10:08 AM