diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2002-05-28 12:44:02 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2002-05-28 12:44:02 +0000 |
commit | 9402cd07dba3632fea3273795b3223350742fe5c (patch) | |
tree | 673ea756d80c80baca98934c1eeef963fc577dc2 /src/xine-utils/ppcasm_string.h | |
parent | 4ed51e17c6c8e3157d1ebaac8c06d4e0e5b26aa0 (diff) | |
download | xine-lib-9402cd07dba3632fea3273795b3223350742fe5c.tar.gz xine-lib-9402cd07dba3632fea3273795b3223350742fe5c.tar.bz2 |
PowerPC Assembly Patch by Andrew Patrikalakis <anrp@irulethe.net>
This seems to be _always_ using xine_fast_memcpy() in yuv2rgb.c, which _may_
be a bad idea.
CVS patchset: 1961
CVS date: 2002/05/28 12:44:02
Diffstat (limited to 'src/xine-utils/ppcasm_string.h')
-rw-r--r-- | src/xine-utils/ppcasm_string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xine-utils/ppcasm_string.h b/src/xine-utils/ppcasm_string.h new file mode 100644 index 000000000..b4b3f9431 --- /dev/null +++ b/src/xine-utils/ppcasm_string.h @@ -0,0 +1,3 @@ +#include <stdlib.h> +static void *ppcasm_cacheable_memcpy(void *, const void *, size_t); +static void *ppcasm_memcpy(void *, const void *, size_t); |