[FFmpeg-devel] [PATCH 1/2] x86/fixed_dsp: add ff_butterflies_fixed_sse2
James Almer
jamrial at gmail.com
Sun Jan 17 01:12:56 CET 2016
On 1/16/2016 8:55 PM, Paul B Mahol wrote:
> On 1/16/16, James Almer <jamrial at gmail.com> wrote:
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> libavutil/fixed_dsp.c | 3 +++
>> libavutil/fixed_dsp.h | 2 ++
>> libavutil/x86/Makefile | 2 ++
>> libavutil/x86/fixed_dsp.asm | 48
>> ++++++++++++++++++++++++++++++++++++++++++
>> libavutil/x86/fixed_dsp_init.c | 35 ++++++++++++++++++++++++++++++
>> 5 files changed, 90 insertions(+)
>> create mode 100644 libavutil/x86/fixed_dsp.asm
>> create mode 100644 libavutil/x86/fixed_dsp_init.c
>>
>
> looks ok, assuming its bitexact with c
It is. You can check it with the second patch (that i'm not going to commit
since i need to make it a checkasm test instead).
Pushed, thanks.
More information about the ffmpeg-devel
mailing list