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], Add optional IEEE/IBM long double multilib support


On Fri, Jan 05, 2018 at 08:22:57PM +0100, Jakub Jelinek wrote:
> On Fri, Jan 05, 2018 at 02:07:51PM -0500, Michael Meissner wrote:
> > Yes, in C code _Float128 _Comples works.  The trouble is compiling
> > libstdc++-v3.  In C++, we don't have _Float128, and __float128 _Complex does
> > not work for either x86 or PowerPC.  So on PowerPC the code from bits/floatn.h
> > is:
> 
> Well, libstdc++-v3 should be certainly easier than glibc, at least assuming
> that ICmode mangles differently from KCmode, because it should be just a
> matter of compiling the subset of symbols refering to long double twice.

Yep.  But as I said, I think we will need the crutch of having multilibs
initially.

-- 
Michael Meissner, IBM
IBM, M/S 2506R, 550 King Street, Littleton, MA 01460-6245, USA
email: meissner@linux.vnet.ibm.com, phone: +1 (978) 899-4797


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