[PATCH] D36764: The following functions and tests work fine for powerpc64, so enable them.

Nemanja Ivanovic via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 17 09:00:39 PDT 2017


nemanjai added a comment.

In https://reviews.llvm.org/D36764#843778, @saugustine wrote:

> Anyone have any opinions on this?


I don't see an issue with providing these functions on PowerPC as there doesn't seem to be anything in the implementation that PowerPC would have an issue with. However, I'm not sure if there are precision specifications for these builtins. If so, it is quite possible that PowerPC's `long double` won't meet those specifications. For the time being, the PPC `long double` is not IEEE 754 compliant - it's a pair of doubles.


https://reviews.llvm.org/D36764





More information about the cfe-commits mailing list