# HG changeset patch # User alex # Date 1082968256 0 # Node ID 96cfc6393b1f47847c31536fd344607d41d96766 # Parent 6d104923f8f374083448112f084a242b259d5a79 100l, and another one because it boils out with ICE under gcc 3.2.3 diff -r 6d104923f8f3 -r 96cfc6393b1f ppc/dsputil_altivec.c --- a/ppc/dsputil_altivec.c Mon Apr 26 00:33:59 2004 +0000 +++ b/ppc/dsputil_altivec.c Mon Apr 26 08:30:56 2004 +0000 @@ -1329,6 +1329,7 @@ 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07); #else + { register const_vector signed short vprod1 = (const_vector signed short){ 1,-1, 1,-1, 1,-1, 1,-1}; register const_vector signed short vprod2 = (const_vector signed short){ 1, 1,-1,-1, 1, 1,-1,-1}; register const_vector signed short vprod3 = (const_vector signed short){ 1, 1, 1, 1,-1,-1,-1,-1};