/* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT */ /* REGENERATE BY USING make-installer.py */ #include "config.h" #include #include #include #include "libgimpbase/gimpbase.h" #include "base/base-types.h" #include "gimp-composite.h" #include "gimp-composite-altivec.h" gboolean gimp_composite_altivec_install (void) { /* nothing to do */ return (FALSE); } gboolean gimp_composite_altivec_init (void) { #if defined(COMPILE_ALTIVEC_IS_OKAY) if (gimp_cpu_accel_get_support () & GIMP_CPU_ACCEL_PPC_ALTIVEC) { return (TRUE); } #endif return (FALSE); }