summaryrefslogtreecommitdiffstats
path: root/libm/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* Workaround the GCC "(long)fn -> lfn" optimization bug.Ben Cheng2014-05-291-2/+5
* Use -fvisibility=hidden to build libm.Elliott Hughes2014-05-191-0/+1
* Fix <math.h> to quieten most of our warnings.Elliott Hughes2014-05-051-0/+5
* Clean-up _fpmath and fake_long_doublesCalin Juravle2014-04-231-9/+8
* Reimplement isinf/isnan/fpclassify.Elliott Hughes2014-04-141-4/+4
* Emit warnings when linking against imprecise math functionsCalin Juravle2014-04-021-1/+0
* Fix LP64 libm for 128-bit long doublesCalin Juravle2014-03-241-40/+55
* [MIPS64] libc/libm supportChris Dearman2014-02-061-0/+4
* Use arch-specific LOCAL_ variables to build libm.Ying Wang2014-02-031-19/+21
* bionic: rename aarch64 target to arm64Colin Cross2014-01-231-3/+3
* We actually have modfl.Elliott Hughes2013-12-191-2/+3
* AArch64: Initial AArch64 port of libmSerban Constantinescu2013-12-161-0/+3
* Switch to upstream sleep(3) and usleep(3).Elliott Hughes2013-11-201-1/+5
* Fix libm build for x86_64.Elliott Hughes2013-10-011-2/+2
* x86_64: libm fixesPavel Chupin2013-10-011-0/+3
* 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
* Upgrade libm.Elliott Hughes2013-02-011-216/+241
* Add dependencies on all the makefiles.Elliott Hughes2012-08-131-0/+2
* Enable sqrtf() x86 assembly codexqian62012-06-251-4/+6
* MIPS support to libm, libdl and libthread_dbChris Dearman2012-05-041-7/+18
* remove obsolete SuperH supportDavid 'Digit' Turner2012-01-311-11/+1
* libm: Add nanf() and tgammaf() implementations.David 'Digit' Turner2011-01-251-0/+2
* Add sincos() and sincosf() implementation.David 'Digit' Turner2010-05-191-0/+1
* added and modified libm to support SuperH architectureShin-ichiro KAWASAKI2009-08-311-1/+11
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-7/+29
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+189