about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* Fix ldbl-128 / ldbl-128ibm lgammal spurious underflow (bug 16400).Joseph Myers2014-01-061-1/+3
* ptrace.h: add __ prefix to ptrace_peeksiginfo_argsMike Frysinger2014-01-064-4/+4
* Update ULPs for i386Andreas Jaeger2014-01-051-0/+84
* tst-fanotify: switch to AC_DEFINEMike Frysinger2014-01-043-2/+4
* Fix soft-float ldbl-128ibm atan2l signs of zero results (bug 16390).Joseph Myers2014-01-031-0/+1
* PowerPC: Fix compiler warningsAdhemerval Zanella2014-01-034-4/+4
* Regenerate powerpc-nofpu ulps.Joseph Myers2014-01-031-963/+7499
* Fix ldbl-128ibm logl inaccuracy (bug 16386).Joseph Myers2014-01-021-0/+8
* Fix ldbl-128ibm asinhl inaccuracy (bug 16385).Joseph Myers2014-01-021-1/+1
* Fix ldbl-128ibm acoshl inaccuracy (bug 16384).Joseph Myers2014-01-021-2/+2
* Regenerate x86 / x86_64 ulps.Joseph Myers2014-01-012-5812/+33
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-013066-3066/+3066
* tst-fanotify: check for linux/fanotify.h existenceMike Frysinger2013-12-313-0/+61
* Fix typo in csloww()Allan McRae2013-12-271-1/+1
* Update powerpc-fpu ULPs.Adhemerval Zanella2013-12-231-73/+4075
* Fix ldbl-128 lgammal for small negative arguments (bug 16337).Joseph Myers2013-12-221-2/+2
* Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd.Joseph Myers2013-12-2217-14/+8
* Fix x86 / x86_64 expl / expl10l wild results in directed rounding modes (bug ...Joseph Myers2013-12-214-17/+227
* Add more libm-test coverage of [a-c]* real functions.Joseph Myers2013-12-202-11/+1003
* Move tests of cpow from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-202-0/+89
* Move various TEST_c_c tests from libm-test.inc to auto-libm-test-inc.Joseph Myers2013-12-202-86/+6849
* Consolidate code to compute sin and cos from lookup tablesSiddhesh Poyarekar2013-12-201-232/+129
* Remove more redundant computations in s_sin.cSiddhesh Poyarekar2013-12-201-42/+33
* Remove redundant arguments in reduce_and_computeSiddhesh Poyarekar2013-12-201-4/+4
* Remove some redundant computations in s_sin.cSiddhesh Poyarekar2013-12-201-24/+15
* Don't make soft-fp symbols compat symbols for powerpc-nofpu.Joseph Myers2013-12-192-9/+17
* Update powerpc-fpu ULPs.Adhemerval Zanella2013-12-191-0/+633
* Move tests of sincos from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-192-0/+12
* Fix uses of CALL_MCOUNT in ppc64 assembler sourcesAndreas Schwab2013-12-193-2/+6
* Disable libm-test test name beautification for M_* constants.Joseph Myers2013-12-192-0/+8
* Fix x86/x86_64 expm1 inaccuracy near 0 in directed rounding modes (bug 16293).Joseph Myers2013-12-196-0/+742
* Patch 2/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov2013-12-181-0/+6
* Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov2013-12-181-0/+5
* Patch [1/4] async-signal safe TLS.Paul Pluzhnikov2013-12-184-0/+62
* Move tests of jn and yn from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-182-4/+821
* Update powerpc-nofpu localplt.data for fegetround hidden_proto / hidden_def.Joseph Myers2013-12-181-1/+0
* Compile e_sqrt.c with -ffp-contract=off.Marcus Shawcroft2013-12-181-0/+1
* Fix ldbl-128 logl for subnormals (bug 16338).Joseph Myers2013-12-183-3/+8
* Remove use of SSE4.2 functions for strstr on i686Andreas Schwab2013-12-186-49/+2
* Remove unused files from sysdeps/unix/bsd/bsd4.4/bits/.Joseph Myers2013-12-172-452/+0
* Remove various unused files from sysdeps/unix/bsd/.Joseph Myers2013-12-1727-1534/+0
* Remove __FAVOR_BSD.Joseph Myers2013-12-172-75/+78
* Update powerpc-fpu ULPs.Adhemerval Zanella2013-12-171-2/+380
* Fix dbl-64 hypot spurious underflows (bug 16314).Joseph Myers2013-12-171-1/+1
* Fix hypot handling of subnormals (bug 16316, bug 16330).Joseph Myers2013-12-173-0/+33
* Make soft-float sh use soft-fp fma/fmaf.Kaz Kojima2013-12-174-0/+66
* Move tests of atan2, hypot and pow from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-162-0/+273
* Minor code cleanup in s_sin.cSiddhesh Poyarekar2013-12-161-20/+13
* Update file name in x86_64 ifunc listAllan McRae2013-12-161-1/+1
* Add strstr with unaligned loads. Fixes bug 12100.Ondřej Bílka2013-12-148-494/+415