On Sat, Dec 19, 2015 at 10:40 PM, Ganesh Ajjanagadde <gajja...@mit.edu> wrote:
> On Sat, Dec 19, 2015 at 9:58 PM, James Almer <jamr...@gmail.com> wrote:
>> On 12/19/2015 11:34 PM, Ganesh Ajjanagadde wrote:
>>> +    /* handle the nan case, but don't use isnan for max portability */
>>> +    else if (z != z)
>>> +        return z;
>>
>> Didn't check, but this sounds like it would probably trigger warnings with
>> -Wtautological-compare (GCC 6).

Maybe of relevance: https://patchwork.ozlabs.org/patch/498775/, seems
like they will take care of this case.

[...]
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to