mirror of https://github.com/GNOME/gimp.git
5 lines
91 B
ArmAsm
5 lines
91 B
ArmAsm
|
#include "config.h"
|
||
|
|
||
|
#ifdef HAVE_ASM_MMX
|
||
|
#include <arch/i386/mmx/paint_funcs_mmx.S>
|
||
|
#endif
|