aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/s_nexttoward.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement nexttoward and nextafterl; the latter is also known asDavid Schultz2005-03-071-0/+73
nexttowardl. These are not needed on machines where long doubles look like IEEE-754 doubles, so the implementation only supports the usual long double formats with 15-bit exponents. Anything bizarre, such as machines where floating-point and integer data have different endianness, will cause problems. This is the case with big endian ia64 according to libc/ia64/_fpmath.h. Please contact me if you managed to get a machine running this way. Notes: svn path=/head/; revision=143217