Re: [FFmpeg-devel] [PATCH v2 03/15] swscale/x86/swscale: Fix undefined left shifts of negative numbers

2019-09-28 Thread Michael Niedermayer
On Sat, Sep 28, 2019 at 04:25:58AM +0200, Andreas Rheinhardt wrote: > This affected many FATE-tests: The number of failing tests went down > from 663 to 344. (Both numbers exclude tests that failed because of > unaligned accesses in code that is inside #if HAVE_FAST_UNALIGNED.) > > Signed-off-by:

[FFmpeg-devel] [PATCH v2 03/15] swscale/x86/swscale: Fix undefined left shifts of negative numbers

2019-09-27 Thread Andreas Rheinhardt
This affected many FATE-tests: The number of failing tests went down from 663 to 344. (Both numbers exclude tests that failed because of unaligned accesses in code that is inside #if HAVE_FAST_UNALIGNED.) Signed-off-by: Andreas Rheinhardt --- libswscale/x86/swscale.c | 4 ++-- 1 file changed, 2