[PATCH] rs6000: float128 on BE and 32-bit

2017-03-10 Thread Segher Boessenkool
This fixes float128 on BE and on 32-bit. The configure tests need to use -mabi=altivec for 32-bit, since it is not the default there. That also enables the "vector" keyword, used by the tests. To do this it temporarily adds a few flags to the CFLAGS variable. It also fixes a syntax error in

Re: [PATCH] rs6000: float128 on BE and 32-bit

2017-02-27 Thread Michael Meissner
On Mon, Feb 13, 2017 at 10:20:48PM +, Segher Boessenkool wrote: > This fixes float128 on BE and on 32-bit. > > The configure tests need to use -mabi=altivec for 32-bit, since it is > not the default there. That also enables the "vector" keyword, used by > the tests. To do this it

[PATCH] rs6000: float128 on BE and 32-bit

2017-02-13 Thread Segher Boessenkool
This fixes float128 on BE and on 32-bit. The configure tests need to use -mabi=altivec for 32-bit, since it is not the default there. That also enables the "vector" keyword, used by the tests. To do this it temporarily adds a few flags to the CFLAGS variable. It also fixes a syntax error in