Re: [PATCH,rs6000] Implement -maltivec=be for vec_mule and vec_mulo Altivec intrinsics

2014-01-14 Thread David Edelsohn
On Mon, Jan 13, 2014 at 6:37 PM, Bill Schmidt wrote: > This patch provides for interpreting parity of element numbers for the > Altivec vec_mule and vec_mulo intrinsics as big-endian (left to right in > a vector register) when targeting a little endian machine and specifying > -maltivec=be. New t

[PATCH,rs6000] Implement -maltivec=be for vec_mule and vec_mulo Altivec intrinsics

2014-01-13 Thread Bill Schmidt
This patch provides for interpreting parity of element numbers for the Altivec vec_mule and vec_mulo intrinsics as big-endian (left to right in a vector register) when targeting a little endian machine and specifying -maltivec=be. New test cases are added to test this functionality on all supporte