On Nov 21 2016, "Carl E. Love" wrote:
> * gcc.target/powerpc/builtins-3.c: New file to test the new
> built-ins for vector compare equal and vector compare not equal.
spawn -ignore SIGHUP /daten/gcc/gcc-20161203/Build/gcc/xgcc
-B/daten/gcc/gcc-20161203/Build/gcc/
/daten/gcc/gcc
On Mon, Nov 21, 2016 at 02:42:53PM -0800, Carl E. Love wrote:
> The Power ABI document lists a number of built-ins that it is supposed
> to support. There are still some missing. This patch adds the built-in
> support for the following built-ins:
[ snip ]
So, which are still missing after this?
Segher:
I realized over the weekend that I forgot to update the built-in documentation
file, doc/extend.texi. I have updated the patch with these additions and fixed
the issues you mentioned before.
The Power ABI document lists a number of built-ins that it is supposed
to support. There are sti