|
|
Re: misc/23103: <math.h> lacks many ISO C99 features (NAN, isfinite,...): msg#00010
|
Subject: |
Re: misc/23103: <math.h> lacks many ISO C99 features (NAN, isfinite,...) |
Thus spake Gerald Pfeifer <pfeifer@xxxxxxxxxxxxxxxxx>:
> But apart from isfinite(), everything originally require by Wine seems
> to be there with your patch, thanks!
isfinite() is a really easy addition, since it's just a special case
of fpclassify(). I just want to verify that someone is willing to
support the work before I finish hacking up math.h and research any
changes necessary for architectures other than i386.
To Unsubscribe: send mail to majordomo@xxxxxxxxxxx
with "unsubscribe freebsd-standards" in the body of the message
|
| |