This is an archive of the discontinued LLVM Phabricator instance.

[libc] Allow reading and writing __FE_DENORM if available on x86_64.
ClosedPublic

Authored by sivachandra on Jun 28 2021, 12:37 AM.

Details

Summary

Some libcs define __FE_DENORM on x86_64. This change allows reading the
bits corresponding to that non-standard exception.

Diff Detail

Event Timeline

sivachandra created this revision.Jun 28 2021, 12:37 AM
sivachandra requested review of this revision.Jun 28 2021, 12:37 AM
lntue accepted this revision.Jun 28 2021, 6:57 AM
This revision is now accepted and ready to land.Jun 28 2021, 6:57 AM