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
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