[PATCH] D112975: Fix complex types declared using mode TC
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 1 18:33:47 PDT 2021
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
For posterity in case someone tracks down this review: `TC` corresponds to an unspecified 128-bit format, which on some targets is a double-double format (like `__ibm128_t`) and on others is `float128_t`. The bug in the previous patch is that `long double` is only safe to use when it's known to be one of those formats.
Patch LGTM.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112975/new/
https://reviews.llvm.org/D112975
More information about the cfe-commits
mailing list