Age | Commit message (Expand) | Author | Files | Lines |
2011-10-24 | Better DLA_FMS | Ulrich Drepper | 1 | -1/+8 |
2011-10-24 | Use inline asm for DLA_FMS because of broken old compilers | Ulrich Drepper | 1 | -2/+6 |
2011-10-24 | Optimize accurate 64-bit routines for FMA4 on x86-64 | Ulrich Drepper | 31 | -0/+328 |
2011-10-23 | Fix WS | Ulrich Drepper | 1 | -1/+1 |
2011-10-23 | Optimized strnlen and wcscmp for x86-64 | Liubov Dmitrieva | 8 | -317/+987 |
2011-10-23 | Fix WS | Ulrich Drepper | 1 | -5/+5 |
2011-10-23 | Fix signedness in wcscmp comparison | Liubov Dmitrieva | 1 | -45/+64 |
2011-10-23 | Clean up FMA use | Ulrich Drepper | 1 | -6/+3 |
2011-10-23 | Clean up last dla.h change | Ulrich Drepper | 1 | -0/+9 |
2011-10-22 | Fix typo in last change | Ulrich Drepper | 1 | -1/+1 |
2011-10-22 | Update ULPs for x86-64 | Ulrich Drepper | 1 | -4/+12 |
2011-10-21 | Fix compilation problems in x86-64 init-arch | Ulrich Drepper | 1 | -1/+2 |
2011-10-21 | Don't use NULL in last s_fma{,f} change | Ulrich Drepper | 2 | -2/+2 |
2011-10-20 | Check for FMA4 support and generate appropriate fma functions | Ulrich Drepper | 4 | -7/+49 |
2011-10-20 | Move fma routines to right place | Ulrich Drepper | 2 | -0/+0 |
2011-10-19 | Optimize x86-64 rawmemchr and add test | Ulrich Drepper | 1 | -4/+3 |
2011-10-19 | Add optimized str{,n}casecmp for AVX on x86-64 | Ulrich Drepper | 3 | -1798/+1870 |
2011-10-19 | Fix PLT use for feraiseexcept on x86_64 | Andreas Schwab | 1 | -1/+1 |
2011-10-18 | Use new internal libc_fe* interfaces in more functions | Ulrich Drepper | 1 | -5/+30 |
2011-10-18 | Provide combined internal feholdexcept/fesetround interface | Ulrich Drepper | 1 | -1/+13 |
2011-10-18 | Pretty print last change to x86-64 mathinline.h | Ulrich Drepper | 1 | -2/+2 |
2011-10-18 | Add optimized nearbyint{,f} for x86-64 | Ulrich Drepper | 6 | -1/+105 |
2011-10-18 | Start optimizing the use of the fenv interfaces in libm itself | Ulrich Drepper | 1 | -0/+42 |
2011-10-18 | Fix last change | Andreas Schwab | 1 | -2/+3 |
2011-10-18 | Fix linkage conflict with feraiseexcept | Andreas Schwab | 1 | -6/+10 |
2011-10-17 | Relax asm requirements for recently added x86-64 math interfaces | Ulrich Drepper | 2 | -10/+10 |
2011-10-17 | Makr x86-64 math_private.h more robust | Ulrich Drepper | 1 | -10/+10 |
2011-10-17 | Provide internal optimizations on x86-64 with SSE4.1 | Ulrich Drepper | 6 | -12/+51 |
2011-10-17 | Fix last x86-64 mathinline change | Ulrich Drepper | 1 | -2/+2 |
2011-10-16 | Use rounds{s,d} for x86 rint, ceil, floor | Ulrich Drepper | 15 | -10/+339 |
2011-10-15 | Fix WS | Ulrich Drepper | 1 | -4/+4 |
2011-10-15 | Optimized memcmp and wmemcmp for x86-64 and x86-32 | Liubov Dmitrieva | 8 | -29/+2242 |
2011-10-14 | Fix lost feraiseexcept symbol | Andreas Schwab | 1 | -1/+2 |
2011-10-13 | Fix PLT use in feupdateenv on x86_64 | Andreas Schwab | 2 | -5/+5 |
2011-10-13 | Check for zero size in memrchr for x86_64 | Andreas Schwab | 1 | -0/+3 |
2011-10-12 | Optimize libm | Ulrich Drepper | 13 | -47/+152 |
2011-10-08 | Optimize use of isnan, isinf, finite | Ulrich Drepper | 1 | -0/+21 |
2011-10-07 | Fix whitespace | Ulrich Drepper | 1 | -1/+1 |
2011-10-07 | Improve 64 bit memchr, memrchr, rawmemchr with SSE2 | Liubov Dmitrieva | 4 | -59/+842 |
2011-10-05 | Don't call ifunc functions in trace mode | Andreas Schwab | 1 | -4/+7 |
2011-09-26 | Fix parse error in bits/mathinline.h with --std=c99 | Andreas Schwab | 1 | -8/+8 |
2011-09-15 | Add fmax and fmin inlines for x86-64 | Ulrich Drepper | 1 | -5/+41 |
2011-09-14 | Use correct section to allow merging | Ulrich Drepper | 1 | -2/+2 |
2011-09-14 | Optimized lrint and llrint for x86-64 | Ulrich Drepper | 1 | -10/+46 |
2011-09-13 | Avoid macro clash between <sys/select.h> and <linux/posix_types.h> | Andreas Schwab | 1 | -3/+3 |
2011-09-11 | Remove --wth-tls option, TLS support is required | Ulrich Drepper | 2 | -9/+4 |
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper | 1 | -13/+2 |
2011-09-09 | Fix jn precision | Petr Baudis | 1 | -44/+98 |
2011-09-07 | Simplify AVX check | H.J. Lu | 1 | -4/+1 |
2011-09-06 | Move Atom-optimized code out of the way and together | Ulrich Drepper | 4 | -4/+6 |