Re: [PATCH 1/9] PowerPC: Map long double built-in functions if IEEE 128-bit long double.

2020-10-07 Thread Michael Meissner via Gcc-patches
On Thu, Oct 01, 2020 at 11:05:04PM +, Joseph Myers wrote: > On Thu, 24 Sep 2020, Michael Meissner via Gcc-patches wrote: > > > To map the math functions, typically this patch changes l to > > f128. > > However there are some exceptions that are handled with this patch. > > glibc 2.32 added

Re: [PATCH 1/9] PowerPC: Map long double built-in functions if IEEE 128-bit long double.

2020-10-01 Thread Joseph Myers
On Thu, 24 Sep 2020, Michael Meissner via Gcc-patches wrote: > To map the math functions, typically this patch changes l to f128. > However there are some exceptions that are handled with this patch. glibc 2.32 added __*ieee128 names for the *f128 functions, to allow the long double functions

[PATCH 1/9] PowerPC: Map long double built-in functions if IEEE 128-bit long double.

2020-09-24 Thread Michael Meissner via Gcc-patches
PowerPC: Map long double built-in functions if IEEE 128-bit long double. This patch goes through the built-in functions and changes the name that is used to the name used for __float128 and _Float128 support in glibc if the PowerPC long double type is IEEE 128-bit instead of IBM extended double.