cvs commit: src/lib/msun/src s_nextafter.c s_nextafterf.c
David Schultz
das at FreeBSD.org
Sun Mar 6 20:55:59 PST 2005
das 2005-03-07 04:55:58 UTC
FreeBSD src repository
Modified files:
lib/msun/src s_nextafter.c s_nextafterf.c
Log:
- Try harder to trick gcc into not optimizing away statements
that are intended to raise underflow and inexact exceptions.
- On systems where long double is the same as double, nextafter
should be aliased as nexttoward, nexttowardl, and nextafterl.
Revision Changes Path
1.10 +14 -4 src/lib/msun/src/s_nextafter.c
1.10 +5 -4 src/lib/msun/src/s_nextafterf.c
More information about the cvs-all
mailing list