Re: [FFmpeg-devel] [PATCH 1/2] swscale/arm/yuv2rgb: disable neon if accurate_rnd is enabled

2015-12-19 Thread Matthieu Bouron
On Fri, Dec 18, 2015 at 03:59:45PM +0100, Matthieu Bouron wrote: > From: Matthieu Bouron > > This disables the 32bit precision neon code path in favor of the > default C one and avoids breaking fate if accurate_rnd is enabled. > --- > libswscale/arm/swscale_unscaled.c | 7 +++ > 1 file chang

[FFmpeg-devel] [PATCH 1/2] swscale/arm/yuv2rgb: disable neon if accurate_rnd is enabled

2015-12-18 Thread Matthieu Bouron
From: Matthieu Bouron This disables the 32bit precision neon code path in favor of the default C one and avoids breaking fate if accurate_rnd is enabled. --- libswscale/arm/swscale_unscaled.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libswscale/arm/swscale_unscal