<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2448.0">
<TITLE>RE: [LCP]Detecting overflow of floating point calculations</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>&gt; it conforms to BSD 4.3.&nbsp; Does anyone know how to make it</FONT>
<BR><FONT SIZE=2>&gt; portable?</FONT>
</P>

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

<P><FONT SIZE=2>-- </FONT>
<BR><FONT SIZE=2>Vincent Penquerc'h </FONT>
</P>

</BODY>
</HTML>