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

RE: [LCP]Detecting overflow of floating point calculations



Title: RE: [LCP]Detecting overflow of floating point calculations

> it conforms to BSD 4.3.  Does anyone know how to make it
> portable?

I guess if the target uses IEEE fp format, it's a simple
check of the right bit patterns.
Also, check for denormals, which are quite slow (and tell
you that an overflow is near).

--
Vincent Penquerc'h