aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64.Marcel Moolenaar2014-07-079-444/+3
* Only build the vfp/softfp switching code on armv6 as we don't support vfpAndrew Turner2014-03-161-1/+5
* Build fenv-vfp.c with the softfp float abi. Without this gcc generates anAndrew Turner2014-03-161-0/+3
* On armv6 access both the softfloat and, when available, the vfp to get andAndrew Turner2014-03-157-10/+391
* In lib/msun/ld128/s_expl.c, remove '/*' within block comment, to avoid aDimitry Andric2014-02-211-1/+1
* For lib/msun, turn off warnings about unknown pragmas, sinceDimitry Andric2014-02-211-0/+1
* * Mark static inline functions with __fenv_static.Andrew Turner2014-01-251-7/+11
* Use __fenv_static for all static inline functions.Andrew Turner2014-01-251-3/+3
* * msun/man/cosh.3:Steve Kargl2013-12-316-10/+18
* Fix a mismerge of my local doc changes to msun/man/sinh.3.Steve Kargl2013-12-301-2/+4
* * Makefile:Steve Kargl2013-12-3013-27/+480
* * ld80/k_expl.h:Steve Kargl2013-12-304-463/+743
* Yet, another attempt to fix the libm breakage due to theSteve Kargl2013-11-071-0/+2
* Fix bulding libm on platforms with LDBL_MANT_DIG == 53.Steve Kargl2013-11-072-2/+6
* * Use "math.h" instead of <math.h>.Steve Kargl2013-11-063-24/+41
* Update the hard-float version of the fenv functions to use the VFP unit.Andrew Turner2013-10-271-36/+53
* After r255294, building lib/msun's symbol map (using clang as theDimitry Andric2013-09-121-1/+1
* On ARM EABI double precision floating point values are stored in theAndrew Turner2013-09-071-1/+1
* Add stub implementations of the missing C++11 math functions.David Chisnall2013-09-063-0/+79
* * Whitespace.Steve Kargl2013-08-281-1/+1
* * s_erf.c:Steve Kargl2013-08-272-99/+71
* Restore the longer form of the _Generic. The short form does not work in C++.David Chisnall2013-07-291-2/+11
* Reenable the isnan(double) / isinf(double) declarations when targeting C89 + ...David Chisnall2013-07-291-0/+15
* Cleaner support for type qualifiers.David Chisnall2013-07-131-11/+2
* Ensure that the _Generic() macro in math.h works with qualified types.David Chisnall2013-07-131-17/+26
* Fix the build with C++ where __builtin_types_compatible_p is not allowed.David Chisnall2013-07-121-2/+3
* Fix some typoes in math.h cleanup.David Chisnall2013-07-111-3/+3
* Cleanups to math.h that prevent namespace conflicts with C++.David Chisnall2013-07-111-28/+49
* Make the order of operations for lib/msun more clear.Eitan Adler2013-06-242-2/+2
* Add implementations of acoshl(), asinhl(), and atanhl(). This is aDavid Schultz2013-06-1012-48/+344
* Style fixes.David Schultz2013-06-054-54/+58
* Add man links for expl(3) and expm1l(3).David Schultz2013-06-041-2/+2
* Change a comma to a semicolon.Steve Kargl2013-06-031-3/+2
* ld80 and ld128 implementations of expm1l(). This code started lifeSteve Kargl2013-06-036-4/+373
* Fix two comments that got lost in the disentanglement of the larger diff.Steve Kargl2013-06-031-1/+6
* ld80/s_expl.c:Steve Kargl2013-06-032-8/+11
* Micro-optimization: move the unary mius operator to operateSteve Kargl2013-06-032-3/+3
* Add a comment to note that bde supplied most, if not all,Steve Kargl2013-06-031-0/+2
* ld80/s_expl.c:Steve Kargl2013-06-032-13/+9
* ld80/s_expl.c:Steve Kargl2013-06-032-27/+55
* Rename a few P2, P3, ... coefficients to A2, A3, ... missed inSteve Kargl2013-06-031-3/+3
* Update a comment to reflect that we are using an endpoint ofSteve Kargl2013-06-032-2/+2
* Add a u suffix to the IEEEl2bits unions o_threshold and u_threshold,Steve Kargl2013-06-031-4/+7
* Introduce the macro LOG2_INTERVAL, which is log2(number of intervals).Steve Kargl2013-06-032-2/+5
* Whitespace.Steve Kargl2013-06-032-4/+4
* * Rename the polynomial coefficients from P2, P3, ... to A2, A3, ....Steve Kargl2013-06-032-25/+24
* * Style(9). Start non-Copyright fancy formatted comments with /**.Steve Kargl2013-06-031-1/+1
* ld80/s_expl.c:Steve Kargl2013-06-032-2/+2
* Add logl, log2l, log10l, and log1pl.David Schultz2013-06-0311-18/+1809
* I'm happy to finally commit stephen@'s implementations of cacos,David Schultz2013-05-308-15/+1186