> +++ b/gcc/testsuite/gfortran.dg/simd-builtins-10.h > @@ -0,0 +1,6 @@ > +!GCC$ builtin (sinf) attributes simd (notinbranch, 4, 'n', 'vec_sinf') > if('aarch64') > +!GCC$ builtin (sinf) attributes simd (notinbranch, 4, 'n', 'vec_sinf') > if('aarch64_be') > +!GCC$ builtin (sinf) attributes simd (notinbranch, 4, 'n', 'vec_sinf') > if('aarch64_ilp32') > +!GCC$ builtin (sinf) attributes simd (notinbranch, 4, 'n', 'vec_sinf') > if('aarch64_be_ilp32') > +!GCC$ builtin (sinf) attributes simd (notinbranch, 4, 'b', 'vec_sinf') > if('x64_64')
should be if('x86_64'), will fix it in the next version of the patch. > +!GCC$ builtin (sinf) attributes simd (notinbranch, 4, 'b', 'vec_sinf') > if('i386')