Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-28 | Fix e_logl (128ibm) spurious underflow | Adhemerval Zanella | |
2013-03-28 | Don't add input group during initgroups_dyn in hesiod | Siddhesh Poyarekar | |
Fixes BZ #15304. The *initgroups_dyn functions are called with a group argument. This group gid is usually skipped while populating the grouplist since the caller adds that group id in advance. The hesiod initgroups_dyn implementation however adds the group gid to the list if it does not already exist. While it works fine for the usual initgroups, it breaks nscd since it calls initgroups_dyn with -1 as the gid (to have all groups included). | |||
2013-03-28 | Format and clean up s_atan2.c | Siddhesh Poyarekar | |
2013-03-27 | Fix casinh inaccuracy near i, imaginary part > 1 (bug 15307). | Joseph Myers | |
2013-03-26 | Use integral constants | Siddhesh Poyarekar | |
The compiler is smart enough to convert those into double for powerpc, but if we put them as doubles, it adds overhead by performing those operations in floating point mode. | |||
2013-03-26 | Removed commented code | Siddhesh Poyarekar | |
2013-03-26 | Make mantissa type of mp_no configurable | Siddhesh Poyarekar | |
The mantissa of mp_no is intended to take only integral values. This is a relatively good choice for powerpc due to its 4 fpus, but not for other architectures, which suffer due to this choice. This change makes the default mantissa a long integer and allows powerpc to override it. Additionally, some operations have been optimized for integer manipulation, resulting in a significant improvement in performance. | |||
2013-03-26 | PowerPC: fix libm ABI issue for llroundl | Adhemerval Zanella | |
2013-03-24 | Fix docs for scalbn* and scalbl* functions | Mark H Weaver | |
* manual/arith.texi (Normalization Functions): Fix prototypes for scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl. | |||
2013-03-22 | BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibm | Adhemerval Zanella | |
The patch increase the high value to check if expl overflows. Current high mark value is not really correct, the algorithm accepts high values. It also adds a correct wrapper function to check for overflow and underflow. | |||
2013-03-22 | BZ#11120: fix x86_64/strcmp.S NOT_IN_libc safeguards | Dmitry V. Levin | |
Due to a typo repeated several times, this bug hasn't been fixed yet, despite being marked as resolved in glibc 2.12. * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib with NOT_IN_libc. | |||
2013-03-21 | PowerPC: fix sqrtl ABI issue | Adhemerval Zanella | |
This patch fixes a sqrtl ABI issue when building for powerpc64. | |||
2013-03-21 | libm-test: Properly wrap blocks consisting of several statements. | Thomas Schwinge | |
2013-03-21 | On 32-bit x86, disable certain tests involving sNaN values. | Thomas Schwinge | |
Follow-up to commit 495ded2c8c1eb8c0ac4b54add2dd397852e19cba. | |||
2013-03-21 | Fix Bessel function spurious overflows for ldbl-128 / ldbl-128ibm (bug 15285). | Joseph Myers | |
2013-03-21 | Allow adding of arbitrary code to benchmark tests | Siddhesh Poyarekar | |
This allows us to define custom functions in C code files and benchmark scenarios rather than just functions. The main current use of this is to separate the slow and fast path benchmarks for math functions. | |||
2013-03-21 | Fix casinh inaccuracy for argument with imaginary part 1 (bug 15287). | Joseph Myers | |
2013-03-21 | Replace 8388608.0 with HALFRAD in mp code | Siddhesh Poyarekar | |
Minor cleanup | |||
2013-03-20 | Move system-specific settings out of toplevel configure.in and config.make.in. | Joseph Myers | |
2013-03-20 | BZ#14812: Add missing N_ markers in localedef. | Roland McGrath | |
2013-03-20 | ChangeLog format fix. | Roland McGrath | |
2013-03-20 | Correct missed use of $(rtlddir). | Marcus Shawcroft | |
2013-03-20 | Do not warn about mblen, mbtowc and wctomb unused result. | Ondrej Bilka | |
2013-03-19 | Consolidate Linux and POSIX libc_fatal code. | Roland McGrath | |
2013-03-19 | Fix types of constants in k_casinh*.c. | Joseph Myers | |
2013-03-19 | Adjust ChangeLog to give Benno Schulenberg his own header line. | Roland McGrath | |
2013-03-19 | s390x: Move rtld link to /lib | Andreas Schwab | |
2013-03-19 | Add support for rtld directory different from slib directory | Andreas Schwab | |
2013-03-19 | Rename nptl.texi to threads.texi | Siddhesh Poyarekar | |
The manual and its file names are about interfaces and not the implementation details. | |||
2013-03-18 | BZ#14812: Add missing translation marker on some argp option argument names ↵ | Roland McGrath | |
in utilities. | |||
2013-03-18 | Add changelog entry. | Ondrej Bilka | |
2013-03-17 | manual: Sort mallopt M_* parameters alphabetically | Carlos O'Donell | |
Sort the mallopt M_* parameters alphabetically and add comments for the missing paramters. | |||
2013-03-17 | Update Sparc ULPs. | David S. Miller | |
* sysdeps/sparc/fpu/libm-test-ulps: Update. | |||
2013-03-16 | Fix y1l spurious overflows for ldbl-96 (bug 15283). | Joseph Myers | |
2013-03-16 | Fix spurious underflow exceptions for Bessel functions for ldbl-128 / ↵ | Joseph Myers | |
ldbl-128ibm (bug 14155). | |||
2013-03-16 | Move "-sNaN" value into a separate variable. | Thomas Schwinge | |
2013-03-15 | Clean up _dl_pagesize initialization. | Roland McGrath | |
2013-03-15 | Move _dl_non_dynamic_init, _dl_aux_init declarations. | Roland McGrath | |
2013-03-15 | * math/libm-test.inc (ldexp_test): Add missing START/END markers. | Thomas Schwinge | |
2013-03-15 | Promote a math test for sNaN handling to the top-level. | Thomas Schwinge | |
2013-03-15 | Use GCC's builtins for generating NaNs. | Thomas Schwinge | |
2013-03-15 | Add one test, removed a duplicated one, add a few comments about missing tests. | Thomas Schwinge | |
2013-03-15 | Better distinguish between NaN/qNaN/sNaN. | Thomas Schwinge | |
2013-03-15 | Enable tests for x86_64, too, which currently are enabled only for x86. | Thomas Schwinge | |
2013-03-15 | Fix copy'n'pastos. | Thomas Schwinge | |
2013-03-15 | Remove unused declarations. | Thomas Schwinge | |
Added in commit f83af095b6fc49de3914f4426202171341783277, and forgotten to be removed in commit 76f2646f3dbe45d3ed53a0c73fa52f1595306b35. | |||
2013-03-15 | Revert configurable mantissa patch | Siddhesh Poyarekar | |
Reverts d22ca8cdfb98001d03772ef264b244930d439b3f since it is severely broken on 32-bit. | |||
2013-03-15 | PowerPC: gettimeofday optimization by using IFUNC | Adhemerval Zanella | |
2013-03-15 | Framework for performance benchmarking of functions | Siddhesh Poyarekar | |
See benchtests/Makefile to know how to use it. | |||
2013-03-15 | Make mantissa type configurable | Siddhesh Poyarekar | |
This allows the default mantissa to be integral, with powerpc overriding it to take advantage of its FPUs. |