move around - flatter.
[profile/ivi/evas.git] / src / lib / engines / common / evas_op_sub / op_sub_pixel_color_i386.c
1
2 /* sub pixel x color --> dst */
3
4 #ifdef BUILD_MMX
5 static void
6 init_sub_pixel_color_span_funcs_mmx(void)
7 { }
8 #endif
9
10 #ifdef BUILD_MMX
11 static void
12 init_sub_pixel_color_pt_funcs_mmx(void)
13 { }
14 #endif
15
16 /*-----*/
17
18 /* sub_rel pixel x color --> dst */
19
20 #ifdef BUILD_MMX
21 static void
22 init_sub_rel_pixel_color_span_funcs_mmx(void)
23 { }
24 #endif
25
26 #ifdef BUILD_MMX
27 static void
28 init_sub_rel_pixel_color_pt_funcs_mmx(void)
29 { }
30 #endif