[PATCH] Allow % to work on vectors

Andrew Pinski Andrew_Pinski@playstation.sony.com
Fri Apr 17 18:49:00 GMT 2009


Hi,
  This patch allows for % (remainder) to work on integer vectors.
This does not add any patterns that optimize % to just division with a
subtraction of vector types though, that will be for a seperate patch.

OK? Bootstrapped and tested on i686-linux-gnu with no regressions.

Thanks,
Andrew Pinski

ChangeLog:
* c-typeck.c (build_binary_op): Allow % on integal vectors.
* doc/extend.texi (Vector Extension): Document that % is allowed too.

cp/ChangeLog:
* typeck.c (build_binary_op): Allow % on integal vectors.

testsuite/ChangeLog:
* gcc.dg/vector-4.c: New testcase.
* gcc.dg/simd-1b.c: % is now allowed for integer vectors.
* g++.dg/ext/vector16.C: New testcase.



More information about the Gcc-patches mailing list