Re: [PATCH v2, rs6000] Add built-in support for vector compare

2016-12-04 Thread Andreas Schwab
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

Re: [PATCH v2, rs6000] Add built-in support for vector compare

2016-11-21 Thread Segher Boessenkool
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?

[PATCH v2, rs6000] Add built-in support for vector compare

2016-11-21 Thread Carl E. Love
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