Re: [PATCH, rs6000] Don't use vec_all_eq for vector double in Altivec tests

2014-02-24 Thread David Edelsohn
On Mon, Feb 24, 2014 at 9:30 PM, Bill Schmidt wrote: > Hi, > > Some of the recently introduced Altivec tests pass for -mcpu=power8, but > fail to compile for older processor models. This is because the > vec_all_eq interface, when used with vector double arguments, maps to a > built-in that is on

[PATCH, rs6000] Don't use vec_all_eq for vector double in Altivec tests

2014-02-24 Thread Bill Schmidt
Hi, Some of the recently introduced Altivec tests pass for -mcpu=power8, but fail to compile for older processor models. This is because the vec_all_eq interface, when used with vector double arguments, maps to a built-in that is only available on Power8 and later hardware. This patch modifies t