librempeg/libpostproc
Tucker DiNapoli 6264b6227c postproc: Replaced inline asm for prefetching with prefetch functions
Prefetching functions are defined in postprocess_template using the
RENAME macro so that prefetching is used when available. For x86
targets inline asm is used and the functions are non-empty only for
cpus where prefetching is available. For non x86 targets the gcc bultin
prefetch is used if it is available, otherwise no prefetching is done.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-04-22 23:32:35 +02:00
..
libpostproc.v
Makefile
postprocess_altivec_template.c
postprocess_internal.h
postprocess_template.c postproc: Replaced inline asm for prefetching with prefetch functions 2015-04-22 23:32:35 +02:00
postprocess.c postproc: Replaced inline asm for prefetching with prefetch functions 2015-04-22 23:32:35 +02:00
postprocess.h
postprocres.rc
version.h