This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, rs6000] Add minimum __float128 built-in support required for glibc


On Wed, 22 Jun 2016, Bill Schmidt wrote:

> Bootstrapped and tested on powerpc64le-unknown-linux-gnu with no
> regressions.  All new tests pass except for the test for vspltish in
> the infinity test; this relies on a patch in progress to fix things so we
> generate that instead of an inferior sequence.  Is this ok for trunk,
> and for 6.2 after an appropriate burn-in period?

Depending on how long it takes my _FloatN / _FloatNx patch to get 
reviewed, it might be better to avoid adding the built-in functions as 
target-specific on trunk.  Adding them as architecture-independent would 
be extremely straightforward once the support for the types is there, and 
then the architecture-specific versions would only be needed for GCC 6.  
(The insn patterns and tests would still be relevant for trunk.)

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]