summaryrefslogtreecommitdiffstats
path: root/lib/libc/mips/gen/modf.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace a proliferation of buggy MD implementations of modf() with adas2011-10-211-107/+0
| | | | | | | working MI one. The MI one only needs to be overridden on machines with non-IEEE754 arithmetic. (The last supported one was the VAX.) It can also be overridden if someone comes up with a faster one that actually passes the regression tests -- but this is harder than it sounds.
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
| | | | | | PR: bin/154928 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days
* Add mips support libc from the mips2-jnpr branch of perforce.imp2008-04-261-0/+107
OpenPOWER on IntegriCloud