Re: [PATCH, rs6000] Fix {div,mul}kc3-1.c for older hardware

2016-07-15 Thread Segher Boessenkool
On Fri, Jul 15, 2016 at 11:40:34AM -0500, Bill Schmidt wrote: > For the subject tests, I neglected to ensure they would be skipped on > older hardware. This patch fixes that. Tested on > powerpc64-unknown-linux-gnu on POWER7 to verify the tests are > unsupported there, and on powerpc64le-unknown-

[PATCH, rs6000] Fix {div,mul}kc3-1.c for older hardware

2016-07-15 Thread Bill Schmidt
Hi, For the subject tests, I neglected to ensure they would be skipped on older hardware. This patch fixes that. Tested on powerpc64-unknown-linux-gnu on POWER7 to verify the tests are unsupported there, and on powerpc64le-unknown-linux-gnu on POWER8 to verify they still run there. Ok for trunk