This is an archive of the discontinued LLVM Phabricator instance.

[libc] Remove as_double usage as constant initializations in sincosf implementation.
ClosedPublic

Authored by lntue on Jan 18 2022, 5:18 PM.

Details

Summary

Use hexadecimal floats with C++17 instead of as_double as floating point constant initializations.

Diff Detail

Event Timeline

lntue created this revision.Jan 18 2022, 5:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2022, 5:18 PM
lntue requested review of this revision.Jan 18 2022, 5:18 PM
sivachandra accepted this revision.Jan 18 2022, 8:47 PM
This revision is now accepted and ready to land.Jan 18 2022, 8:47 PM