aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/lib/engines/common/evas_op_add/op_add_pixel_i386.c
blob: eb2b5a3c7de02e67405e393f99e555b884954345 (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 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