Re: [PATCH, rs6000] Fix some test failures on older hardware

2016-07-29 Thread Segher Boessenkool
On Fri, Jul 29, 2016 at 04:48:34PM -0500, Bill Schmidt wrote: > The two tests in this patch fail on POWER7 and older hardware because > the requisite __float128 library routines are not built there. This > patch corrects the tests to require POWER8 or later hardware. > > Tested on POWER7 powerpc6

[PATCH, rs6000] Fix some test failures on older hardware

2016-07-29 Thread Bill Schmidt
Hi, The two tests in this patch fail on POWER7 and older hardware because the requisite __float128 library routines are not built there. This patch corrects the tests to require POWER8 or later hardware. Tested on POWER7 powerpc64-unknown-linux-gnu and on POWER8 powerpc64le-unknown-linux-gnu. O