discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] VOLK: fast way to log10()?


From: Brian Padalino
Subject: Re: [Discuss-gnuradio] VOLK: fast way to log10()?
Date: Wed, 16 Sep 2015 00:22:37 -0400

It sounded like a fun and interesting question, so apparently there is
a little post from 2007 about a new implementation in C licensed under
GPLv2:

  https://sourceware.org/ml/libc-alpha/2007-06/msg00124.html

It would be interesting to compare and see if the results are
beneficial even if no VOLK is involved.

Brian

On Tue, Sep 15, 2015 at 11:15 PM, Dennis Glatting <address@hidden> wrote:
> With the VOLK library, is there a way to compute the log10() of each
> 32f in a buffer?
>
> That is:
>
>  for( int i = 0; i < num; ++i )
>    buf[i] = std::log10( buf[i]);
>
> I only see log2() in the library but don't know if there is an easy way
> to compute log10().
>
>
> Thanks.
>
>
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]