From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje. Note that embryo wont be used, but I'm not sure yet if you can build edje without it. --- .../engines/common/evas_op_add/op_add_pixel_i386.c | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 libraries/evas/src/lib/engines/common/evas_op_add/op_add_pixel_i386.c (limited to 'libraries/evas/src/lib/engines/common/evas_op_add/op_add_pixel_i386.c') diff --git a/libraries/evas/src/lib/engines/common/evas_op_add/op_add_pixel_i386.c b/libraries/evas/src/lib/engines/common/evas_op_add/op_add_pixel_i386.c new file mode 100644 index 0000000..eb2b5a3 --- /dev/null +++ b/libraries/evas/src/lib/engines/common/evas_op_add/op_add_pixel_i386.c @@ -0,0 +1,33 @@ +/* add pixel --> dst */ + +#ifdef BUILD_MMX +static void +init_add_pixel_span_funcs_mmx(void) +{ +} +#endif + +#ifdef BUILD_MMX +static void +init_add_pixel_pt_funcs_mmx(void) +{ +} +#endif + +/*-----*/ + +/* add_rel pixel --> dst */ + +#ifdef BUILD_MMX +static void +init_add_rel_pixel_span_funcs_mmx(void) +{ +} +#endif + +#ifdef BUILD_MMX +static void +init_add_rel_pixel_pt_funcs_mmx(void) +{ +} +#endif -- cgit v1.1