This is the mail archive of the newlib@sources.redhat.com 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: HUGE is missing in math.h


On Tue, 2005-06-28 at 14:44, Dave Korn wrote:

>   AFAIUI, IEEE fp is mandated by the ISO C spec, so any system that has a
> non-IEEE-compliant long double type needs to be using software fp anyway,
> doesn't it?  Does newlib care about support for non-ISO-C-compliant targets?

C99 does NOT mandate IEEE fp.  It does, however, have an annex (Annex F)
that lists a number of features that an IEEE-fp conforming target
provides.  An implementation may only define __STD_IEC_559__ if it fully
conforms to that annex.

R.


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