Re: [PATCHv2q, rs6000] Add minimum __float128 built-in support required for glib

2016-06-24 Thread Segher Boessenkool
On Thu, Jun 23, 2016 at 09:32:13PM -0500, Bill Schmidt wrote: > (I've had some possible mailer problems with previous patches, so > I will try both inserting the patch and providing an attachment. Please > let me know which (if either) is preferable.) Both are quoted-printable, which is just awfu

Re: [PATCHv2q, rs6000] Add minimum __float128 built-in support required for glib

2016-06-24 Thread Joseph Myers
On Fri, 24 Jun 2016, Uros Bizjak wrote: > On Fri, Jun 24, 2016 at 9:12 AM, Uros Bizjak wrote: > > >> Once more with feeling... I've revised my v2 patch to rename the > >> functions to __builtin_q rather than __builtin_f128 to avoid > >> the collision with Joseph's work. I've also corrected the

Re: [PATCHv2q, rs6000] Add minimum __float128 built-in support required for glib

2016-06-24 Thread Uros Bizjak
On Fri, Jun 24, 2016 at 9:12 AM, Uros Bizjak wrote: >> Once more with feeling... I've revised my v2 patch to rename the >> functions to __builtin_q rather than __builtin_f128 to avoid >> the collision with Joseph's work. I've also corrected the formatting >> problems that Segher noted with my p

Re: [PATCHv2q, rs6000] Add minimum __float128 built-in support required for glib

2016-06-24 Thread Uros Bizjak
Hello! > Once more with feeling... I've revised my v2 patch to rename the > functions to __builtin_q rather than __builtin_f128 to avoid > the collision with Joseph's work. I've also corrected the formatting > problems that Segher noted with my previous attempt. > > Bootstrapped and tested on po

[PATCHv2q, rs6000] Add minimum __float128 built-in support required for glib

2016-06-23 Thread Bill Schmidt
Hi, Once more with feeling... I've revised my v2 patch to rename the functions to __builtin_q rather than __builtin_f128 to avoid the collision with Joseph's work. I've also corrected the formatting problems that Segher noted with my previous attempt. Bootstrapped and tested on powerpc64le-unkn