aboutsummaryrefslogtreecommitdiffstats
path: root/libm/mips/fenv.c
Commit message (Collapse)AuthorAgeFilesLines
* Move mips fenv implementation details into fenv.c.Elliott Hughes2014-06-091-11/+17
| | | | Change-Id: I2415e4808e40c2981d016c01969ba14ea22bf82e
* Moved to a more openbsd-like fenv.hCalin Juravle2014-02-261-0/+115
| | | | | | | | Factored out common declarations to include/fenv.h and pushed the implementation to .c files. Bug: 11050744 Change-Id: I446b13cc4bc599d328343a8d392b07de280f6304
* MIPS support to libm, libdl and libthread_dbChris Dearman2012-05-041-0/+35
Change-Id: I9106721af7fe0cd45df82976250db0d300a20117 Signed-off-by: Raghu Gandham <raghu@mips.com>