This is an archive of the discontinued LLVM Phabricator instance.

[libc] Fix x86_64 fenv implementation for windows
ClosedPublic

Authored by sivachandra on Jul 26 2021, 10:00 AM.

Details

Summary

All fenv functions are also enabled for windows. Since two tests,
enabled_exceptions_test and feholdexcept_test are still failing on
windows, they have been disabled.

Diff Detail

Event Timeline

sivachandra created this revision.Jul 26 2021, 10:00 AM
sivachandra requested review of this revision.Jul 26 2021, 10:00 AM
aeubanks accepted this revision.Jul 26 2021, 10:42 AM
aeubanks added inline comments.
libc/test/src/fenv/CMakeLists.txt
74

add a TODO/FIXME?

This revision is now accepted and ready to land.Jul 26 2021, 10:42 AM
This revision was automatically updated to reflect the committed changes.
sivachandra marked an inline comment as done.Jul 27 2021, 2:03 PM