dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[Dotgnu-pnet-commits] CVS: pnet/include il_values.h,1.13,1.14


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_values.h,1.13,1.14
Date: Mon, 09 Dec 2002 03:59:04 -0500

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv1944/include

Modified Files:
        il_values.h 
Log Message:


Work around bugs in "isinf" on platforms that incorrectly return
1 for negative infinity.


Index: il_values.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_values.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** il_values.h 10 Jun 2002 05:22:48 -0000      1.13
--- il_values.h 9 Dec 2002 08:59:01 -0000       1.14
***************
*** 275,278 ****
--- 275,279 ----
  int ILNativeFloatIsNaN(ILNativeFloat value);
  int ILNativeFloatIsFinite(ILNativeFloat value);
+ int ILNativeFloatIsInf(ILNativeFloat value);
  
  /*




reply via email to

[Prev in Thread] Current Thread [Next in Thread]