On Fri, Aug 22, 2008 at 10:50:17AM -0400, Brad wrote: > The following diff eliminates the AltiVec FLAVOR and enables > it by default for PowerPC packages. I need someone to test > the AltiVec operation ona G4 system. Load the Gimp in a xterm > with "gimp --verbose" and within the first couple of lines > of verbose output it will list the supported SIMD instructions > and it should show +altivec.
Nope, I still get -altivec, and it looks like gimp_cpu_accel_get_support() isn't called at all. I'm now rebuilding with this additional patch: $OpenBSD$ --- app/composite/gimp-composite-altivec-installer.c.orig Tue Nov 20 10:31:01 2007 +++ app/composite/gimp-composite-altivec-installer.c Sat Aug 23 23:44:13 2008 @@ -16,7 +16,7 @@ gimp_composite_altivec_install (void) { /* nothing to do */ - return (FALSE); + return gimp_composite_altivec_init(); } gboolean Ciao, Kili -- ... remove comments around quotes -- [EMAIL PROTECTED] in a CVS commit message.