Skip to content
Snippets Groups Projects
Commit 6264b622 authored by Tucker DiNapoli's avatar Tucker DiNapoli Committed by Michael Niedermayer
Browse files

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: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 748d4816
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment