This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: math.h


Mandag 01 februar 2010 01:08:17 skrev Yaakov (Cygwin/X):
> Careful; <ieeefp.h> disables the isnan and isinf macros (which are
> required by POSIX) and declares them as functions instead.  So <math.h>
> cannot #include <ieeefp.h> in this way.  If you really need these
> functions, I think you'll need to #include <ieeefp.h> in your code
>  directly.

ok. The wierd thing is that the software I'm developing compile nice agains 
newlib 1.1.7 but it fails with missing isnanf against newlib 1.18.

/Søren Holm


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