Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-25 | Use correct signedness in default implementations of wcscmp and wmemcmp | Andreas Schwab | 1 | -0/+3 | |
2011-10-25 | Fix strchr test | Andreas Schwab | 1 | -0/+4 | |
2011-10-25 | Use VEX encoding in inline math functions on x86-64 when possible | Ulrich Drepper | 1 | -0/+4 | |
2011-10-25 | Small optimization of dependency sorting | Andreas Schwab | 1 | -0/+6 | |
2011-10-25 | Cleanup FMA4 patch | Ulrich Drepper | 1 | -0/+50 | |
Move the FMA4 code into its own section. Avoid some of the duplication of data resulting from the double use of source files. | |||||
2011-10-24 | Better DLA_FMS | Ulrich Drepper | 1 | -2/+4 | |
It's better to use __builtin_fma if it works. Use it for gcc 4.6 and higher. Move the x86-64 dla.h to the correct place. | |||||
2011-10-24 | Use inline asm for DLA_FMS because of broken old compilers | Ulrich Drepper | 1 | -0/+3 | |
2011-10-24 | Optimize accurate 64-bit routines for FMA4 on x86-64 | Ulrich Drepper | 1 | -0/+57 | |
2011-10-24 | Finish renamed DLA_FMA -> DLA_FMS | Ulrich Drepper | 1 | -0/+13 | |
2011-10-24 | Fix lost wcslen symbol | Andreas Schwab | 1 | -0/+4 | |
2011-10-23 | Optimized remquo for 64-bit platforms | Ulrich Drepper | 1 | -0/+2 | |
2011-10-23 | Optimize f_mod | Ulrich Drepper | 1 | -0/+4 | |
Branch prediction for the 32-bit implementation and a new optimized 64-bit implementation. | |||||
2011-10-23 | Fix strnlen change | Ulrich Drepper | 1 | -0/+4 | |
2011-10-23 | Add optimized wcslen and strnlen for x86-32 | Liubov Dmitrieva | 1 | -0/+15 | |
2011-10-23 | Optimized strnlen and wcscmp for x86-64 | Liubov Dmitrieva | 1 | -0/+14 | |
2011-10-23 | Improve x86-32 SSSE3 memcpy | Michael Zolotukhin | 1 | -0/+5 | |
2011-10-23 | Add wcschr test cases | Liubov Dmitrieva | 1 | -2/+9 | |
2011-10-23 | Add wcslen test cases | Liubov Dmitrieva | 1 | -0/+9 | |
2011-10-23 | Update Italian translation | Ulrich Drepper | 1 | -0/+4 | |
2011-10-23 | Fix signedness in wcscmp comparison | Liubov Dmitrieva | 1 | -0/+11 | |
2011-10-23 | Clean up last dla.h change | Ulrich Drepper | 1 | -0/+14 | |
2011-10-23 | Add missing _finite aliases | Andreas Schwab | 1 | -0/+5 | |
2011-10-22 | Update ULPs for x86-64 | Ulrich Drepper | 1 | -0/+2 | |
2011-10-22 | Start using fma in the libm implementation | Ulrich Drepper | 1 | -0/+16 | |
2011-10-22 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 1 | -0/+8 | |
2011-10-22 | Add branch predictions to complex math code | Ulrich Drepper | 1 | -0/+24 | |
2011-10-22 | Fix compilation due to __nan defines | Andreas Schwab | 1 | -0/+8 | |
2011-10-22 | Optimization to some complex math functions | Ulrich Drepper | 1 | -0/+26 | |
Also, change last reference to __sqrt into __sqrt to easily. | |||||
2011-10-21 | Fix compilation problems in x86-64 init-arch | Ulrich Drepper | 1 | -0/+3 | |
2011-10-21 | Add some __builtin_expect to generic __ieee754_log | Ulrich Drepper | 1 | -0/+5 | |
2011-10-20 | Check for FMA4 support and generate appropriate fma functions | Ulrich Drepper | 1 | -0/+9 | |
2011-10-20 | Move fma routines to right place | Ulrich Drepper | 1 | -0/+5 | |
2011-10-20 | CL is for code changes | Ulrich Drepper | 1 | -4/+0 | |
2011-10-20 | Document copyright year range notation in README. | Carlos O'Donell | 1 | -0/+4 | |
The FSF now allows year range notation for copyright years. See `6.5 Copyright Notices' from: http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html We comply with the FSF requirements for the use of range notation by documenting the usage in our README. | |||||
2011-10-20 | Preserve link time dependencies over relocation dependencies | Andreas Schwab | 1 | -0/+6 | |
2011-10-19 | Optimize x86-64 rawmemchr and add test | Ulrich Drepper | 1 | -0/+5 | |
2011-10-19 | Add optimized str{,n}casecmp for AVX on x86-64 | Ulrich Drepper | 1 | -0/+8 | |
2011-10-19 | Fix PLT use for feraiseexcept on x86_64 | Andreas Schwab | 1 | -0/+5 | |
2011-10-18 | Use new internal libc_fe* interfaces in more functions | Ulrich Drepper | 1 | -0/+10 | |
2011-10-18 | Provide combined internal feholdexcept/fesetround interface | Ulrich Drepper | 1 | -0/+6 | |
2011-10-18 | Add optimized nearbyint{,f} for x86-64 | Ulrich Drepper | 1 | -0/+9 | |
2011-10-18 | Start optimizing the use of the fenv interfaces in libm itself | Ulrich Drepper | 1 | -0/+15 | |
2011-10-18 | Fix last change | Andreas Schwab | 1 | -2/+2 | |
2011-10-18 | Fix linkage conflict with feraiseexcept | Andreas Schwab | 1 | -0/+7 | |
2011-10-17 | Small optimization of generic exp2 | Ulrich Drepper | 1 | -0/+2 | |
2011-10-17 | Add optimized 64-bit frexp | Ulrich Drepper | 1 | -0/+2 | |
2011-10-17 | Relax asm requirements for recently added x86-64 math interfaces | Ulrich Drepper | 1 | -0/+4 | |
2011-10-17 | Makr x86-64 math_private.h more robust | Ulrich Drepper | 1 | -0/+3 | |
2011-10-17 | Provide internal optimizations on x86-64 with SSE4.1 | Ulrich Drepper | 1 | -0/+10 | |
Provide macros so that the internal users can, if possible, directly use the new instructions. Also fix up the mathinline.h header when compiling with SSE4.1 enabled. | |||||
2011-10-17 | Fix last x86-64 mathinline change | Ulrich Drepper | 1 | -0/+4 | |
Use correct function names. |