Re: [PATCH, rs6000] Implement -maltivec=be for vec_splat builtins

2014-01-30 Thread David Edelsohn
On Wed, Jan 29, 2014 at 11:50 PM, Bill Schmidt wschm...@linux.vnet.ibm.com wrote: Hi, This continues the series of -maltivec=be patches, this one handling vec_splat. Since vec_splat is no longer treated as a true intrinsic, its default behavior for little endian is changed to use

[PATCH, rs6000] Implement -maltivec=be for vec_splat builtins

2014-01-29 Thread Bill Schmidt
Hi, This continues the series of -maltivec=be patches, this one handling vec_splat. Since vec_splat is no longer treated as a true intrinsic, its default behavior for little endian is changed to use right-to-left element indexing for selecting the element to splat. With -maltivec=be for little