Re: [x86, 3/n] Replace builtins with vector extensions

2014-11-09 Thread Uros Bizjak
On Sat, Nov 8, 2014 at 1:47 PM, Marc Glisse wrote: > Hello, > > this patch mechanically extends +-* for integer vectors of size 256 and > 512 (the previous patch only handled 128). > > Regtested together with the next patch. > > 2014-11-10 Marc Glisse > > * config/i386/avxintrin.h (__v4

[x86, 3/n] Replace builtins with vector extensions

2014-11-08 Thread Marc Glisse
Hello, this patch mechanically extends +-* for integer vectors of size 256 and 512 (the previous patch only handled 128). Regtested together with the next patch. 2014-11-10 Marc Glisse * config/i386/avxintrin.h (__v4du, __v8su, __v16hu, __v32qu): New typedefs. * conf