On Thu, Dec 17, 2015 at 05:29:58PM +0000, Rostislav Pehlivanov wrote:
> This commit adds a raw integer log2 function (which directly maps to a
> builtin). This was needed as the Daala entropy coding system requires a
> raw log2 and the existing ff_log2 OR'd the argument with 1.

__builtin_clz(0) is undefined as ganesh pointed out elsewhere

if i read the intend correctly though this function is added because
of different behavior for 0, but IIUC its not different in a good way

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I know you won't believe me, but the highest form of Human Excellence is
to question oneself and others. -- Socrates

Attachment: signature.asc
Description: Digital signature

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

Reply via email to