aboutsummaryrefslogtreecommitdiffstats
path: root/libm/include/mips
Commit message (Collapse)AuthorAgeFilesLines
* Move mips fenv implementation details into fenv.c.Elliott Hughes2014-06-091-7/+0
| | | | Change-Id: I2415e4808e40c2981d016c01969ba14ea22bf82e
* Fix mips buildCalin Juravle2014-02-261-1/+1
| | | | Change-Id: Ica843d387e115d0b27afd961af73237ec9109ed9
* Moved to a more openbsd-like fenv.hCalin Juravle2014-02-262-225/+105
| | | | | | | | Factored out common declarations to include/fenv.h and pushed the implementation to .c files. Bug: 11050744 Change-Id: I446b13cc4bc599d328343a8d392b07de280f6304
* [MIPS] Rewrite fenv.h for AndroidRaghu Gandham2013-01-041-145/+152
| | | | Change-Id: I4d1e2f0b37b587426ccc9f26c525ec0d36637c7d
* Start cleaning up libm.Elliott Hughes2012-10-311-2/+3
| | | | | | | | | | | We have two copies of fenv.h for every architecture, one of which isn't used. We also have unused makefiles and files for architectures we don't support. This patch removes all the obviously useless files. Bug: http://code.google.com/p/android/issues/detail?id=38196 Change-Id: I1919b6621ba513aa24aa947a34815bc51191487c
* Had include/arm/fenv.h, but missed include/mips/fenv.h.Shih-wei Liao2012-07-301-0/+217
Needed for the device-build for LLVM's constant folding pass. Change-Id: I412a98d52458231650801a8b59fe3159a789b8b9 Author: fu@mips.com