This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: More support for non-standard IEEE float variants


On Thu, Feb 22, 2001 at 06:11:41PM +0000, Richard Sandiford wrote:
> I'm trying to use a 32-bit float format that is based on the IEEE one, but
> which doesn't support NaNs or denormals.  The NaN exponent can be used for
> normal numbers instead.

I don't like using just the NaN trigger for this.  You need to know that
there are no infinities either.  I liked the LARGEST_EXPONENT_NORMAL patch
that came across the internal list.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]