Re: [FFmpeg-devel] [PATCH] x86/intmath: disable sse av_clip functions when using ICC

2016-01-21 Thread James Almer
On 1/21/2016 7:39 AM, Michael Niedermayer wrote: > On Thu, Jan 21, 2016 at 12:08:58AM -0300, James Almer wrote: >> It seems to miscompile them >> >> Should fix fate-ra-288 and fate-twinvq >> >> Signed-off-by: James Almer >> --- >> The early clobber fix didn't do the trick. >> Someone with ICC shou

Re: [FFmpeg-devel] [PATCH] x86/intmath: disable sse av_clip functions when using ICC

2016-01-21 Thread Michael Niedermayer
On Thu, Jan 21, 2016 at 12:08:58AM -0300, James Almer wrote: > It seems to miscompile them > > Should fix fate-ra-288 and fate-twinvq > > Signed-off-by: James Almer > --- > The early clobber fix didn't do the trick. > Someone with ICC should to give it a look, but until then, disabling these > f

[FFmpeg-devel] [PATCH] x86/intmath: disable sse av_clip functions when using ICC

2016-01-20 Thread James Almer
It seems to miscompile them Should fix fate-ra-288 and fate-twinvq Signed-off-by: James Almer --- The early clobber fix didn't do the trick. Someone with ICC should to give it a look, but until then, disabling these functions will solve the failures. libavutil/x86/intmath.h | 4 ++-- 1 file ch