Re: [libav-devel] [PATCH 1/2] intmath: add faster clz support

2017-02-08 Thread Luca Barbato
On 03/02/2017 18:00, Vittorio Giovara wrote: > From: Ganesh Ajjanagadde > > --- > One of the api requirements for pixlet. > Vittorio > > libavutil/intmath.h | 19 +++ > 1 file changed, 19 insertions(+) > Possibly OK. ___ libav-devel

[libav-devel] [PATCH 1/2] intmath: add faster clz support

2017-02-03 Thread Vittorio Giovara
From: Ganesh Ajjanagadde --- One of the api requirements for pixlet. Vittorio libavutil/intmath.h | 19 +++ 1 file changed, 19 insertions(+) diff --git a/libavutil/intmath.h b/libavutil/intmath.h index a5ee652..780bbab 100644 --- a/libavutil/intmath.h +++ b/libavutil/intmath.h