This is an archive of the discontinued LLVM Phabricator instance.

[libc][math] Switch math functions to use libc_errno and fix some errno and floating point exceptions.
ClosedPublic

Authored by lntue on Mar 5 2023, 8:27 PM.

Details

Summary

Switch math functions to use libc_errno and fix some errno and
floating point exceptions

Diff Detail

Event Timeline

lntue created this revision.Mar 5 2023, 8:27 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 5 2023, 8:27 PM
lntue requested review of this revision.Mar 5 2023, 8:27 PM
sivachandra accepted this revision.Mar 5 2023, 10:05 PM

For IWYU, we should include src/errno/libc_errno.h in the test .cpp files.

This revision is now accepted and ready to land.Mar 5 2023, 10:05 PM
lntue updated this revision to Diff 502916.Mar 6 2023, 9:48 PM

Include src/errno/libc_errno.h to unit tests.

This revision was landed with ongoing or failed builds.Mar 6 2023, 9:51 PM
This revision was automatically updated to reflect the committed changes.