summaryrefslogtreecommitdiffstats
path: root/libm/i387
Commit message (Collapse)AuthorAgeFilesLines
* Move x86 fenv implementation details into fenv.c.Elliott Hughes2014-06-091-4/+6
| | | | Change-Id: I6cb8c730483c325dc3cb75c2b2fbdd2d8455a54c
* Moved to a more openbsd-like fenv.hCalin Juravle2014-02-261-242/+242
| | | | | | | | Factored out common declarations to include/fenv.h and pushed the implementation to .c files. Bug: 11050744 Change-Id: I446b13cc4bc599d328343a8d392b07de280f6304
* Remove the currently-unused i387 assembler to make way for the new.Elliott Hughes2013-02-0643-1578/+0
| | | | Change-Id: I37e4e8fce881246b9b028f9e1619247b1ac25261
* Start cleaning up libm.Elliott Hughes2012-10-311-18/+0
| | | | | | | | | | | 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
* Bionic: x86: Fix libm macro definitionsBruce Beare2011-09-291-53/+232
| | | | | | | | | | | | http://code.google.com/p/android/issues/detail?id=19276 GCC would remove inline asm due to lack of knowledge of FPU register changes. Change-Id: I9f9e8623fa6580843b7cd8178439ace8c2db2d51 Signed-off-by: Mark D Horn <mark.d.horn@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> Author: Jingwei Zhang <jingwei.zhang@intel.com>
* Remove extra/unneeded copy of fenv.hBruce Beare2011-07-071-240/+0
| | | | | Orig-Change-Id: I80da2521c50df7e8967af48164cc834abf499c50 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
* Use proper variable typingBruce Beare2011-07-071-1/+2
| | | | | Orig-Change-Id: If5c33d90b33f538448ac12e7bee94b4b9173d39c Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0347-0/+2207
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0347-2207/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-172-1/+161
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-2146-0/+2047