diff options
author | Tucker DiNapoli <t.dinapoli42@gmail.com> | 2015-04-22 16:27:26 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-22 23:32:35 +0200 |
commit | 6264b6227c779af9d2520722f6acb45a2c51cdfd (patch) | |
tree | d9f6dada4bb2b2774c1c9344f85001a3d703793c /libavformat/act.c | |
parent | 748d4816d92c735f662c7ac299e79ff0f6fe252e (diff) | |
download | ffmpeg-6264b6227c779af9d2520722f6acb45a2c51cdfd.tar.gz |
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>
Diffstat (limited to 'libavformat/act.c')
0 files changed, 0 insertions, 0 deletions