Re: [FFmpeg-devel] [PATCH v2] checkasm: add float_dsp tests

2017-04-28 Thread Michael Niedermayer
On Wed, Apr 26, 2017 at 02:32:00PM -0300, James Almer wrote: > This is a port of libavutil/tests/float_dsp.c > > Signed-off-by: James Almer > --- > tests/checkasm/Makefile| 1 + > tests/checkasm/checkasm.c | 20 +++ > tests/checkasm/checkasm.h | 4 + > tests/checkasm/float_dsp.c | 302

[FFmpeg-devel] [PATCH v2] checkasm: add float_dsp tests

2017-04-26 Thread James Almer
This is a port of libavutil/tests/float_dsp.c Signed-off-by: James Almer --- tests/checkasm/Makefile| 1 + tests/checkasm/checkasm.c | 20 +++ tests/checkasm/checkasm.h | 4 + tests/checkasm/float_dsp.c | 302 + tests/fate/checkasm.mak|