This is an archive of the discontinued LLVM Phabricator instance.

[libc] Fix feclearexcept for x86_64.
ClosedPublic

Authored by sivachandra on Jun 28 2021, 9:50 PM.

Details

Summary

Previously, feclearexcept cleared all exceptions irrespective of the
argument. This change brings it in line with the aarch64 flavors wherein
only those exceptions listed in the argument will be cleared.

Diff Detail

Event Timeline

sivachandra created this revision.Jun 28 2021, 9:50 PM
sivachandra requested review of this revision.Jun 28 2021, 9:50 PM
lntue accepted this revision.Jun 30 2021, 10:10 AM
This revision is now accepted and ready to land.Jun 30 2021, 10:10 AM
This revision was landed with ongoing or failed builds.Jun 30 2021, 10:28 AM
This revision was automatically updated to reflect the committed changes.