This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add implementations of the remaining fenv functions.
ClosedPublic

Authored by sivachandra on Feb 17 2021, 9:50 PM.

Details

Summary

Namely, implementations of fegetexceptfflag, fesetexceptflag,
fegetenv, fesetenv, feholdexcept and feupdateenv have been added.

Diff Detail

Event Timeline

sivachandra created this revision.Feb 17 2021, 9:50 PM
sivachandra requested review of this revision.Feb 17 2021, 9:50 PM
lntue accepted this revision.Feb 18 2021, 10:59 AM
This revision is now accepted and ready to land.Feb 18 2021, 10:59 AM

Few minor aarch64 fixups.

This revision was landed with ongoing or failed builds.Feb 18 2021, 1:30 PM
This revision was automatically updated to reflect the committed changes.