/* 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-3dnow.h" gboolean gimp_composite_3dnow_install (void) { /* nothing to do */ return (FALSE); } gboolean gimp_composite_3dnow_init (void) { #if defined(COMPILE_3DNOW_IS_OKAY) if (gimp_cpu_accel_get_support () & GIMP_CPU_ACCEL_X86_3DNOW) { return (TRUE); } #endif return (FALSE); }