[PATCH] D93377: [Clang] Add __ibm128 type to represent ppc_fp128
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 6 10:17:08 PST 2021
rjmccall added a comment.
In D93377#2481957 <https://reviews.llvm.org/D93377#2481957>, @hubert.reinterpretcast wrote:
> In D93377#2481312 <https://reviews.llvm.org/D93377#2481312>, @rjmccall wrote:
>
>> Are you committed to the name `__ibm128`?
>
> Insofar as that's what GCC on Power (for example, `gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0` from 2017) has shipped with for several years, yes.
Okay, it wasn't clear from the description that this was an already-shipping type. In that case, it's regrettable but obviously just something we have to match.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93377/new/
https://reviews.llvm.org/D93377
More information about the cfe-commits
mailing list