Re: [PATCH], make Float128 built-in functions work with -mabi=ieeelongdouble

2017-11-14 Thread Segher Boessenkool
Hi! On Fri, Nov 10, 2017 at 06:13:19PM -0500, Michael Meissner wrote: > This patch updates the float128 built-in functions that get/set exponents, get > mantissa, and do tests to work with _Float128 on the current system, and with > long double when -mabi=ieeelongdouble is used. > > The issue is

[PATCH], make Float128 built-in functions work with -mabi=ieeelongdouble

2017-11-10 Thread Michael Meissner
This patch updates the float128 built-in functions that get/set exponents, get mantissa, and do tests to work with _Float128 on the current system, and with long double when -mabi=ieeelongdouble is used. The issue is when long double == IEEE, we use TFmode instead of KFmode. I decided to fix this