| Commit message (Expand) | Author | Age | Files | Lines |
* | Only build the vfp/softfp switching code on armv6 as we don't support vfp | andrew | 2014-03-16 | 1 | -1/+5 |
* | Build fenv-vfp.c with the softfp float abi. Without this gcc generates an | andrew | 2014-03-16 | 1 | -0/+3 |
* | On armv6 access both the softfloat and, when available, the vfp to get and | andrew | 2014-03-15 | 7 | -10/+391 |
* | In lib/msun/ld128/s_expl.c, remove '/*' within block comment, to avoid a | dim | 2014-02-21 | 1 | -1/+1 |
* | For lib/msun, turn off warnings about unknown pragmas, since | dim | 2014-02-21 | 1 | -0/+1 |
* | * Mark static inline functions with __fenv_static. | andrew | 2014-01-25 | 1 | -7/+11 |
* | Use __fenv_static for all static inline functions. | andrew | 2014-01-25 | 1 | -3/+3 |
* | * msun/man/cosh.3: | kargl | 2013-12-31 | 6 | -10/+18 |
* | Fix a mismerge of my local doc changes to msun/man/sinh.3. | kargl | 2013-12-30 | 1 | -2/+4 |
* | * Makefile: | kargl | 2013-12-30 | 13 | -27/+480 |
* | * ld80/k_expl.h: | kargl | 2013-12-30 | 4 | -463/+743 |
* | Yet, another attempt to fix the libm breakage due to the | kargl | 2013-11-07 | 1 | -0/+2 |
* | Fix bulding libm on platforms with LDBL_MANT_DIG == 53. | kargl | 2013-11-07 | 2 | -2/+6 |
* | * Use "math.h" instead of <math.h>. | kargl | 2013-11-06 | 3 | -24/+41 |
* | Update the hard-float version of the fenv functions to use the VFP unit. | andrew | 2013-10-27 | 1 | -36/+53 |
* | After r255294, building lib/msun's symbol map (using clang as the | dim | 2013-09-12 | 1 | -1/+1 |
* | On ARM EABI double precision floating point values are stored in the | andrew | 2013-09-07 | 1 | -1/+1 |
* | Add stub implementations of the missing C++11 math functions. | theraven | 2013-09-06 | 3 | -0/+79 |
* | * Whitespace. | kargl | 2013-08-28 | 1 | -1/+1 |
* | * s_erf.c: | kargl | 2013-08-27 | 2 | -99/+71 |
* | Restore the longer form of the _Generic. The short form does not work in C++. | theraven | 2013-07-29 | 1 | -2/+11 |
* | Reenable the isnan(double) / isinf(double) declarations when targeting C89 + ... | theraven | 2013-07-29 | 1 | -0/+15 |
* | Cleaner support for type qualifiers. | theraven | 2013-07-13 | 1 | -11/+2 |
* | Ensure that the _Generic() macro in math.h works with qualified types. | theraven | 2013-07-13 | 1 | -17/+26 |
* | Fix the build with C++ where __builtin_types_compatible_p is not allowed. | theraven | 2013-07-12 | 1 | -2/+3 |
* | Fix some typoes in math.h cleanup. | theraven | 2013-07-11 | 1 | -3/+3 |
* | Cleanups to math.h that prevent namespace conflicts with C++. | theraven | 2013-07-11 | 1 | -28/+49 |
* | Make the order of operations for lib/msun more clear. | eadler | 2013-06-24 | 2 | -2/+2 |
* | Add implementations of acoshl(), asinhl(), and atanhl(). This is a | das | 2013-06-10 | 12 | -48/+344 |
* | Style fixes. | das | 2013-06-05 | 4 | -54/+58 |
* | Add man links for expl(3) and expm1l(3). | das | 2013-06-04 | 1 | -2/+2 |
* | Change a comma to a semicolon. | kargl | 2013-06-03 | 1 | -3/+2 |
* | ld80 and ld128 implementations of expm1l(). This code started life | kargl | 2013-06-03 | 6 | -4/+373 |
* | Fix two comments that got lost in the disentanglement of the larger diff. | kargl | 2013-06-03 | 1 | -1/+6 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -8/+11 |
* | Micro-optimization: move the unary mius operator to operate | kargl | 2013-06-03 | 2 | -3/+3 |
* | Add a comment to note that bde supplied most, if not all, | kargl | 2013-06-03 | 1 | -0/+2 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -13/+9 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -27/+55 |
* | Rename a few P2, P3, ... coefficients to A2, A3, ... missed in | kargl | 2013-06-03 | 1 | -3/+3 |
* | Update a comment to reflect that we are using an endpoint of | kargl | 2013-06-03 | 2 | -2/+2 |
* | Add a u suffix to the IEEEl2bits unions o_threshold and u_threshold, | kargl | 2013-06-03 | 1 | -4/+7 |
* | Introduce the macro LOG2_INTERVAL, which is log2(number of intervals). | kargl | 2013-06-03 | 2 | -2/+5 |
* | Whitespace. | kargl | 2013-06-03 | 2 | -4/+4 |
* | * Rename the polynomial coefficients from P2, P3, ... to A2, A3, .... | kargl | 2013-06-03 | 2 | -25/+24 |
* | * Style(9). Start non-Copyright fancy formatted comments with /**. | kargl | 2013-06-03 | 1 | -1/+1 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -2/+2 |
* | Add logl, log2l, log10l, and log1pl. | das | 2013-06-03 | 11 | -18/+1809 |
* | I'm happy to finally commit stephen@'s implementations of cacos, | das | 2013-05-30 | 8 | -15/+1186 |
* | Style(9) | kargl | 2013-05-27 | 1 | -1/+1 |