summaryrefslogtreecommitdiffstats
path: root/libm
Commit message (Expand)AuthorAgeFilesLines
* Declare sincos/sincosf/sincosl in <math.h>.Elliott Hughes2014-05-081-0/+7
* Fix <math.h> to quieten most of our warnings.Elliott Hughes2014-05-052-35/+21
* Update the NOTICE files and improve the script slightly.Elliott Hughes2014-05-051-26/+52
* Clean-up _fpmath and fake_long_doublesCalin Juravle2014-04-2312-521/+118
* Regenerate the NOTICE files.Elliott Hughes2014-04-161-27/+89
* Fix arm64 floating point definitions.Elliott Hughes2014-04-142-23/+13
* Reimplement isinf/isnan/fpclassify.Elliott Hughes2014-04-145-239/+4
* Emit warnings when linking against imprecise math functionsCalin Juravle2014-04-023-79/+27
* Fix LP64 libm for 128-bit long doublesCalin Juravle2014-03-2421-73/+2747
* Update libm to the upstream head (2014.03.13)Calin Juravle2014-03-134-100/+72
* Update the NOTICE files.Elliott Hughes2014-03-061-0/+26
* Fix x86_64 buildPavel Chupin2014-02-282-2/+2
* Fix mips buildCalin Juravle2014-02-261-1/+1
* Moved to a more openbsd-like fenv.hCalin Juravle2014-02-2613-1058/+1039
* Clean up various warnings in bionic.Elliott Hughes2014-02-181-0/+3
* Merge "Remove <sys/_types.h>."Elliott Hughes2014-02-081-3/+4
|\
| * Remove <sys/_types.h>.Elliott Hughes2014-02-071-3/+4
* | [MIPS64] libc/libm supportChris Dearman2014-02-062-4/+35
|/
* Use arch-specific LOCAL_ variables to build libm.Ying Wang2014-02-031-19/+21
* bionic: rename aarch64 target to arm64Colin Cross2014-01-234-3/+3
* Regenerate the NOTICE files.Elliott Hughes2014-01-072-27/+53
* Fix __isnanl on aarch64.Elliott Hughes2013-12-191-1/+1
* We actually have modfl.Elliott Hughes2013-12-192-3/+3
* Don't use weak aliases in libm.Elliott Hughes2013-12-182-2/+20
* AArch64: Initial AArch64 port of libmSerban Constantinescu2013-12-164-0/+326
* Switch to upstream sleep(3) and usleep(3).Elliott Hughes2013-11-202-1/+32
* Fix the x86_64 fenv.h.Elliott Hughes2013-10-021-5/+35
* Fix libm build for x86_64.Elliott Hughes2013-10-013-77/+438
* x86_64: libm fixesPavel Chupin2013-10-013-0/+222
* Take upstream libm changes.Elliott Hughes2013-06-1221-22/+383
* Regenerate NOTICE files.Elliott Hughes2013-03-071-90/+0
* Revert "Pull the pthread_key_t functions out of pthread.c."Elliott Hughes2013-02-111-36/+46
* Pull the pthread_key_t functions out of pthread.c.Elliott Hughes2013-02-111-46/+36
* Add a few more missing libm long double stubs.Elliott Hughes2013-02-071-0/+3
* Add a missing logbl stub.Elliott Hughes2013-02-061-0/+1
* Remove the currently-unused i387 assembler to make way for the new.Elliott Hughes2013-02-0643-1578/+0
* Make sincosl call sinl and cosl.Elliott Hughes2013-02-011-12/+9
* Update the libm/NOTICE file after the upgrade.Elliott Hughes2013-02-011-0/+340
* Upgrade libm.Elliott Hughes2013-02-01282-7946/+7083
* Bring the NOTICE files back up to date.Elliott Hughes2013-01-291-72/+0
* [MIPS] Rewrite fenv.h for AndroidRaghu Gandham2013-01-041-145/+152
* Rewrite <fenv.h> for ARM.Elliott Hughes2012-11-053-589/+109
* Start cleaning up libm.Elliott Hughes2012-10-3150-3824/+7
* Enclosed functions in fenv.h with __BEGIN_DECLS/__END_DECLSAndrew Hsieh2012-08-213-6/+9
* Regenerate all NOTICE files with the latest version of the script.Elliott Hughes2012-08-151-233/+249
* Add dependencies on all the makefiles.Elliott Hughes2012-08-131-0/+2
* Auto-generate a complete NOTICE file.Elliott Hughes2012-08-091-356/+680
* Had include/arm/fenv.h, but missed include/mips/fenv.h.Shih-wei Liao2012-07-301-0/+217
* Enable sqrtf() x86 assembly codexqian62012-06-251-4/+6
* Remove the last references to SuperH.Elliott Hughes2012-05-153-328/+0