[FFmpeg-devel] [PATCH 3/3] postproc: Fix unprotected inline asm

Derek Buitenhuis derek.buitenhuis at gmail.com
Sat Sep 8 14:07:36 CEST 2012


On 07/09/2012 8:13 PM, Michael Niedermayer wrote:
> also there doesnt exist cases where some but not the other inline
> asm is supported in libpp. What exist are 2 use cases
> 1. compile with all optimizations and select the best at runtime
> 2. compile exactly the best optimization only for each case. That
>    is optimize for one specific CPU without unused functions.

Why bother even supporting second possibility? It could simplify things.

- Derek



More information about the ffmpeg-devel mailing list