On Mon, Aug 17, 2009 at 11:44 AM, Dan S<danstowell+lxau(a)gmail.com> wrote:
On the SuperCollider dev list we're just having a
conversation about
exactly this. NaNs are used in some cases for signalling, and since
compiling with -ffast-math implies -ffinite-math-only, that trashes
the NaN signalling. This combination seems OK though: "-ffast-math
-fno-finite-math-only".
That sounds like a good compromise for most purposes.
Chris