On 1/16/2016 8:55 PM, Paul B Mahol wrote: > On 1/16/16, James Almer <[email protected]> wrote: >> Signed-off-by: James Almer <[email protected]> >> --- >> 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. _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
