[FFmpeg-devel] [PATCH 0/3] showcqt x86 optimization using intrinsic

Hendrik Leppkes h.leppkes at gmail.com
Thu Mar 10 11:01:14 CET 2016


On Thu, Mar 10, 2016 at 10:53 AM, Muhammad Faiz <mfcc64 at gmail.com> wrote:
> I use intrinsic because writing asm using nasm or inline asm
> is difficult task for me.
>

We have intentionally avoided intrinsics so far, because the result is
extremely compiler dependent, and I don't think we should just start
adding them now without proper consensus amongst all developers.
It would be much better to have everything in YASM/NASM code to avoid
any and all problems with compilers doing bad things.

- Hendrik


More information about the ffmpeg-devel mailing list