discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] ffast-math


From: Albin Stigö
Subject: Re: [Discuss-gnuradio] ffast-math
Date: Mon, 2 Sep 2019 16:52:30 +0200

ffast-math disables signed zero by design I think...

I'm particularly interested in problems of numeric stability and loss of dynamic range.


--Albin

On Mon, Sep 2, 2019, 15:27 Johannes Demel <address@hidden> wrote:
Hi Albin,

one of my students reported a little oddity about `-ffast-math`. Assume
you want to set a float to -0, i.e. set the sign bit only. In this case
`-ffast-math` seems to remove the sign bit.

In VOLK this might be an issue with `_mm256_conjugate_ps` in
`include/volk/volk_avx_intrinsics.h`. I didn't check for other potential
error sources.

Cheers
Johannes

Am 01.09.19 um 16:10 schrieb Albin Stigö:
> Anyone has experience with the real world impact of using gcc
> -ffast-math with SDR in general, and GNURadio/Volk in particular?
>
>
> --Albin SM6WJM
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
_______________________________________________
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]