Re: [FFmpeg-devel] [PATCH 2/2] fate: add fixed-dsp test

2016-01-16 Thread James Almer
On 1/16/2016 10:43 AM, Ronald S. Bultje wrote: > Hi, > > On Fri, Jan 15, 2016 at 8:10 PM, James Almer wrote: > >> Adapted from float-dsp > > > So, it seems this just compares C vs. SIMD, right? Shouldn't we use > checkasm for that? > > Ronald I guess that'd be best, yeah. I'll port this one

Re: [FFmpeg-devel] [PATCH 2/2] fate: add fixed-dsp test

2016-01-16 Thread Ronald S. Bultje
Hi, On Fri, Jan 15, 2016 at 8:10 PM, James Almer wrote: > Adapted from float-dsp So, it seems this just compares C vs. SIMD, right? Shouldn't we use checkasm for that? Ronald ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/ma

[FFmpeg-devel] [PATCH 2/2] fate: add fixed-dsp test

2016-01-15 Thread James Almer
Adapted from float-dsp Signed-off-by: James Almer --- libavutil/Makefile | 1 + libavutil/fixed_dsp.c| 249 +++ tests/fate/libavutil.mak | 6 ++ 3 files changed, 256 insertions(+) diff --git a/libavutil/Makefile b/libavutil/Makefile inde