[Vorbis-dev] libvorbis 1.2.1 release?

Michael Smith msmith at xiph.org
Mon Jun 2 17:48:46 PDT 2008


On Mon, Jun 2, 2008 at 5:39 PM, Erik de Castro Lopo
<mle+la at mega-nerd.com> wrote:
> Conrad Parker wrote:
>
>> ah, vorbis_ftoi() ... I was wondering about that too. It is giving
>> compile warnings on linux-x86_64:
>>
>> http://buildbot.xiph.org/trunk/builders/vorbis-seq-amd64/builds/36/steps/compile/logs/warnings
>
> Please check to make sure I'm not wrong, but I'm pretty sure
> that on all platforms, for gcc >= 3.0, vorbis_ftoi can be replaced
> with lrint.

The main point of the assembly versions there was to get a large
(~10%) performance gain for decode, for almost no effort. I doubt
calling lrint is going to be as fast...

Mike


More information about the Vorbis-dev mailing list