summaryrefslogtreecommitdiff
path: root/src/xine-utils/memcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-utils/memcpy.c')
-rw-r--r--src/xine-utils/memcpy.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/xine-utils/memcpy.c b/src/xine-utils/memcpy.c
index daaec310e..a27cce1d3 100644
--- a/src/xine-utils/memcpy.c
+++ b/src/xine-utils/memcpy.c
@@ -421,14 +421,16 @@ void xine_probe_fast_memcpy(config_values_t *config)
char *buf1, *buf2;
int i, j, best;
int config_flags = -1;
- static char *memcpy_methods[] = {"probe", "glibc",
+ static char *memcpy_methods[] = {
+ "probe", "glibc",
#ifdef ARCH_X86
- "kernel", "mmx", "mmxext", "sse",
+ "kernel", "mmx", "mmxext", "sse",
#endif
#ifdef ARCH_PPC
- "ppcasm_memcpy", "ppcasm_cacheable_memcpy",
+ "ppcasm_memcpy", "ppcasm_cacheable_memcpy",
#endif
- NULL};
+ NULL
+ };
config_flags = xine_mm_accel();