Age | Commit message (Expand) | Author |
2011-10-20 | Check for FMA4 support and generate appropriate fma functions | Ulrich Drepper |
2011-10-20 | Move fma routines to right place | Ulrich Drepper |
2011-10-19 | Optimize x86-64 rawmemchr and add test | Ulrich Drepper |
2011-10-19 | Add optimized str{,n}casecmp for AVX on x86-64 | Ulrich Drepper |
2011-10-19 | Fix PLT use for feraiseexcept on x86_64 | Andreas Schwab |
2011-10-18 | Use new internal libc_fe* interfaces in more functions | Ulrich Drepper |
2011-10-18 | Provide combined internal feholdexcept/fesetround interface | Ulrich Drepper |
2011-10-18 | Pretty print last change to x86-64 mathinline.h | Ulrich Drepper |
2011-10-18 | Add optimized nearbyint{,f} for x86-64 | Ulrich Drepper |
2011-10-18 | Start optimizing the use of the fenv interfaces in libm itself | Ulrich Drepper |
2011-10-18 | Fix last change | Andreas Schwab |
2011-10-18 | Fix linkage conflict with feraiseexcept | Andreas Schwab |
2011-10-17 | Relax asm requirements for recently added x86-64 math interfaces | Ulrich Drepper |
2011-10-17 | Makr x86-64 math_private.h more robust | Ulrich Drepper |
2011-10-17 | Provide internal optimizations on x86-64 with SSE4.1 | Ulrich Drepper |
2011-10-17 | Fix last x86-64 mathinline change | Ulrich Drepper |
2011-10-16 | Use rounds{s,d} for x86 rint, ceil, floor | Ulrich Drepper |
2011-10-15 | Fix WS | Ulrich Drepper |
2011-10-15 | Optimized memcmp and wmemcmp for x86-64 and x86-32 | Liubov Dmitrieva |
2011-10-14 | Fix lost feraiseexcept symbol | Andreas Schwab |
2011-10-13 | Fix PLT use in feupdateenv on x86_64 | Andreas Schwab |
2011-10-13 | Check for zero size in memrchr for x86_64 | Andreas Schwab |
2011-10-12 | Optimize libm | Ulrich Drepper |
2011-10-08 | Optimize use of isnan, isinf, finite | Ulrich Drepper |
2011-10-07 | Fix whitespace | Ulrich Drepper |
2011-10-07 | Improve 64 bit memchr, memrchr, rawmemchr with SSE2 | Liubov Dmitrieva |
2011-10-05 | Don't call ifunc functions in trace mode | Andreas Schwab |
2011-09-26 | Fix parse error in bits/mathinline.h with --std=c99 | Andreas Schwab |
2011-09-15 | Add fmax and fmin inlines for x86-64 | Ulrich Drepper |
2011-09-14 | Use correct section to allow merging | Ulrich Drepper |
2011-09-14 | Optimized lrint and llrint for x86-64 | Ulrich Drepper |
2011-09-13 | Avoid macro clash between <sys/select.h> and <linux/posix_types.h> | Andreas Schwab |
2011-09-11 | Remove --wth-tls option, TLS support is required | Ulrich Drepper |
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper |
2011-09-09 | Fix jn precision | Petr Baudis |
2011-09-07 | Simplify AVX check | H.J. Lu |
2011-09-06 | Move Atom-optimized code out of the way and together | Ulrich Drepper |
2011-09-06 | Remove now-wrong comment | Ulrich Drepper |
2011-09-05 | Fix whitespaces | Ulrich Drepper |
2011-09-05 | Add Atom-optimized strchr and strrchr for x86-64 | Liubov Dmitrieva |
2011-09-05 | Add optimized x86-64 wcscmp | Ulrich Drepper |
2011-08-20 | Fix minor CFI problem in regular x86-64 trampoline | Ulrich Drepper |
2011-08-20 | Fix CFI info in x86-64 trampolines for non-AVX code | Ulrich Drepper |
2011-08-11 | Minor optimization of popcount in l10nflist | Ulrich Drepper |
2011-08-04 | Fix inline strncat/strncmp on x86 | Andreas Schwab |
2011-07-23 | One more typo in AVX test | Ulrich Drepper |
2011-07-23 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper |
2011-07-22 | One more change to XSAVE patch | Ulrich Drepper |
2011-07-22 | Fix AVX check | Andreas Schwab |
2011-07-21 | Fix overflow bug is optimized strncat for x86-64 | Ulrich Drepper |