[FFmpeg-devel] [PATCH] x86/intmath: disable sse av_clip functions when using ICC
James Almer
jamrial at gmail.com
Thu Jan 21 20:51:48 CET 2016
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 <jamrial at gmail.com>
>> ---
>> 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 changed, 2 insertions(+), 2 deletions(-)
>
> should be ok
>
> thanks
Pushed.
More information about the ffmpeg-devel
mailing list