This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Allow % to work on vectors


Ping on the C++ part of the patch.

On Mon, Apr 20, 2009 at 11:32 AM, Andrew Pinski
<Andrew_Pinski@playstation.sony.com> wrote:
> Woops forgot the patch.
>
> On Fri, Apr 17, 2009 at 11:48 AM, Andrew Pinski
> <Andrew_Pinski@playstation.sony.com> wrote:
>> 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.
>>
>

Attachment: allowmod.diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]