This is an archive of the discontinued LLVM Phabricator instance.

[libc] Guard sqrt_80_bit_long_double.h header to not be included with aarch64.
ClosedPublic

Authored by lntue on Jan 27 2022, 9:16 AM.

Details

Summary

Guard sqrt_80_bit_long_double.h header to not be included with aarch64.

Diff Detail

Event Timeline

lntue created this revision.Jan 27 2022, 9:16 AM
lntue requested review of this revision.Jan 27 2022, 9:16 AM
sivachandra added inline comments.Jan 27 2022, 9:48 AM
libc/src/__support/FPUtil/generic/sqrt.h
27

Do we really want this include from inside of a namespace?

lntue updated this revision to Diff 403715.Jan 27 2022, 10:04 AM

Move the include out of the namespaces.

lntue marked an inline comment as done.Jan 27 2022, 10:04 AM
sivachandra accepted this revision.Jan 27 2022, 10:29 AM
This revision is now accepted and ready to land.Jan 27 2022, 10:29 AM
This revision was landed with ongoing or failed builds.Jan 27 2022, 10:36 AM
This revision was automatically updated to reflect the committed changes.