Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Clean up the ARM fenv.h, moving implementation details into fenv.c. | Elliott Hughes | 2014-06-09 | 2 | -18/+14 | |
* | | AArch64: libm: Fix ARM64 fenv_t and refactor ARM64 libm implementation. | Serban Constantinescu | 2014-06-09 | 2 | -135/+170 | |
* | | Workaround the GCC "(long)fn -> lfn" optimization bug. | Ben Cheng | 2014-05-29 | 1 | -2/+5 | |
* | | Use -fvisibility=hidden to build libm. | Elliott Hughes | 2014-05-19 | 3 | -1/+9 | |
* | | Declare sincos/sincosf/sincosl in <math.h>. | Elliott Hughes | 2014-05-08 | 1 | -0/+7 | |
* | | Fix <math.h> to quieten most of our warnings. | Elliott Hughes | 2014-05-05 | 2 | -35/+21 | |
* | | Update the NOTICE files and improve the script slightly. | Elliott Hughes | 2014-05-05 | 1 | -26/+52 | |
* | | Clean-up _fpmath and fake_long_doubles | Calin Juravle | 2014-04-23 | 12 | -521/+118 | |
* | | Regenerate the NOTICE files. | Elliott Hughes | 2014-04-16 | 1 | -27/+89 | |
* | | Fix arm64 floating point definitions. | Elliott Hughes | 2014-04-14 | 2 | -23/+13 | |
* | | Reimplement isinf/isnan/fpclassify. | Elliott Hughes | 2014-04-14 | 5 | -239/+4 | |
* | | Emit warnings when linking against imprecise math functions | Calin Juravle | 2014-04-02 | 3 | -79/+27 | |
* | | Fix LP64 libm for 128-bit long doubles | Calin Juravle | 2014-03-24 | 21 | -73/+2747 | |
* | | Update libm to the upstream head (2014.03.13) | Calin Juravle | 2014-03-13 | 4 | -100/+72 | |
* | | Update the NOTICE files. | Elliott Hughes | 2014-03-06 | 1 | -0/+26 | |
* | | Fix x86_64 build | Pavel Chupin | 2014-02-28 | 2 | -2/+2 | |
* | | Fix mips build | Calin Juravle | 2014-02-26 | 1 | -1/+1 | |
* | | Moved to a more openbsd-like fenv.h | Calin Juravle | 2014-02-26 | 13 | -1058/+1039 | |
* | | Clean up various warnings in bionic. | Elliott Hughes | 2014-02-18 | 1 | -0/+3 | |
* | | Merge "Remove <sys/_types.h>." | Elliott Hughes | 2014-02-08 | 1 | -3/+4 | |
|\ \ | ||||||
| * | | Remove <sys/_types.h>. | Elliott Hughes | 2014-02-07 | 1 | -3/+4 | |
* | | | [MIPS64] libc/libm support | Chris Dearman | 2014-02-06 | 2 | -4/+35 | |
|/ / | ||||||
* | | Use arch-specific LOCAL_ variables to build libm. | Ying Wang | 2014-02-03 | 1 | -19/+21 | |
* | | bionic: rename aarch64 target to arm64 | Colin Cross | 2014-01-23 | 4 | -3/+3 | |
* | | Regenerate the NOTICE files. | Elliott Hughes | 2014-01-07 | 2 | -27/+53 | |
* | | Fix __isnanl on aarch64. | Elliott Hughes | 2013-12-19 | 1 | -1/+1 | |
* | | We actually have modfl. | Elliott Hughes | 2013-12-19 | 2 | -3/+3 | |
* | | Don't use weak aliases in libm. | Elliott Hughes | 2013-12-18 | 2 | -2/+20 | |
* | | AArch64: Initial AArch64 port of libm | Serban Constantinescu | 2013-12-16 | 4 | -0/+326 | |
* | | Switch to upstream sleep(3) and usleep(3). | Elliott Hughes | 2013-11-20 | 2 | -1/+32 | |
* | | Fix the x86_64 fenv.h. | Elliott Hughes | 2013-10-02 | 1 | -5/+35 | |
* | | Fix libm build for x86_64. | Elliott Hughes | 2013-10-01 | 3 | -77/+438 | |
* | | x86_64: libm fixes | Pavel Chupin | 2013-10-01 | 3 | -0/+222 | |
* | | Take upstream libm changes. | Elliott Hughes | 2013-06-12 | 21 | -22/+383 | |
* | | Regenerate NOTICE files. | Elliott Hughes | 2013-03-07 | 1 | -90/+0 | |
* | | Revert "Pull the pthread_key_t functions out of pthread.c." | Elliott Hughes | 2013-02-11 | 1 | -36/+46 | |
* | | Pull the pthread_key_t functions out of pthread.c. | Elliott Hughes | 2013-02-11 | 1 | -46/+36 | |
* | | Add a few more missing libm long double stubs. | Elliott Hughes | 2013-02-07 | 1 | -0/+3 | |
* | | Add a missing logbl stub. | Elliott Hughes | 2013-02-06 | 1 | -0/+1 | |
* | | Remove the currently-unused i387 assembler to make way for the new. | Elliott Hughes | 2013-02-06 | 43 | -1578/+0 | |
* | | Make sincosl call sinl and cosl. | Elliott Hughes | 2013-02-01 | 1 | -12/+9 | |
* | | Update the libm/NOTICE file after the upgrade. | Elliott Hughes | 2013-02-01 | 1 | -0/+340 | |
* | | Upgrade libm. | Elliott Hughes | 2013-02-01 | 282 | -7946/+7083 | |
* | | Bring the NOTICE files back up to date. | Elliott Hughes | 2013-01-29 | 1 | -72/+0 | |
|/ | ||||||
* | [MIPS] Rewrite fenv.h for Android | Raghu Gandham | 2013-01-04 | 1 | -145/+152 | |
* | Rewrite <fenv.h> for ARM. | Elliott Hughes | 2012-11-05 | 3 | -589/+109 | |
* | Start cleaning up libm. | Elliott Hughes | 2012-10-31 | 50 | -3824/+7 | |
* | Enclosed functions in fenv.h with __BEGIN_DECLS/__END_DECLS | Andrew Hsieh | 2012-08-21 | 3 | -6/+9 | |
* | Regenerate all NOTICE files with the latest version of the script. | Elliott Hughes | 2012-08-15 | 1 | -233/+249 | |
* | Add dependencies on all the makefiles. | Elliott Hughes | 2012-08-13 | 1 | -0/+2 |