aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/lib/engines/common/evas_op_add/op_add_color_i386.c
blob: f4f83a4b31d533ba3a1bf308863d7a0f7ec6c5a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* add color -> dst */

#ifdef BUILD_MMX
static void
init_add_color_span_funcs_mmx(void)
{
}
#endif

#ifdef BUILD_MMX
static void
init_add_color_pt_funcs_mmx(void)
{
}
#endif

/*-----*/

/* add_rel color -> dst */

#ifdef BUILD_MMX
static void
init_add_rel_color_span_funcs_mmx(void)
{
}
#endif

#ifdef BUILD_MMX
static void
init_add_rel_color_pt_funcs_mmx(void)
{
}
#endif