Re: [PATCH, rs6000, libgcc] Implement temporary solution for __divkc3 and __mulkc3

2016-07-28 Thread Joseph Myers
On Mon, 11 Jul 2016, Bill Schmidt wrote: > Index: libgcc/config/rs6000/_divkc3.c > === > --- libgcc/config/rs6000/_divkc3.c(revision 0) > +++ libgcc/config/rs6000/_divkc3.c(working copy) > @@ -0,0 +1,64 @@ > +typedef float KFt

Re: [PATCH, rs6000, libgcc] Implement temporary solution for __divkc3 and __mulkc3

2016-07-12 Thread Segher Boessenkool
On Mon, Jul 11, 2016 at 02:38:50PM -0500, Bill Schmidt wrote: > It was recently brought to my attention that glibc needs access to complex > multiply and divide for IEEE-128 floating-point in GCC 6.2 in order to move > ahead with the library implementation work. This patch enables this support > u

[PATCH, rs6000, libgcc] Implement temporary solution for __divkc3 and __mulkc3

2016-07-11 Thread Bill Schmidt
Hi, It was recently brought to my attention that glibc needs access to complex multiply and divide for IEEE-128 floating-point in GCC 6.2 in order to move ahead with the library implementation work. This patch enables this support using only target-specific changes to avoid any possible effect on