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
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
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