about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fix WSUlrich Drepper2011-10-231-1/+1
|
* Optimized strnlen and wcscmp for x86-64Liubov Dmitrieva2011-10-2310-319/+1003
|
* More WSUlrich Drepper2011-10-231-1/+1
|
* Fix WSUlrich Drepper2011-10-231-8/+7
|
* Regnerate with modern bisonUlrich Drepper2011-10-231-751/+1239
|
* Improve x86-32 SSSE3 memcpyMichael Zolotukhin2011-10-232-219/+713
|
* Fix WSUlrich Drepper2011-10-231-7/+7
|
* Add wcschr test casesLiubov Dmitrieva2011-10-234-56/+90
|
* Add wcslen test casesLiubov Dmitrieva2011-10-234-40/+58
|
* Update Italian translationUlrich Drepper2011-10-232-737/+1043
|
* More WS fixesUlrich Drepper2011-10-231-4/+4
|
* Fix WSUlrich Drepper2011-10-232-10/+10
|
* Fix signedness in wcscmp comparisonLiubov Dmitrieva2011-10-235-132/+239
|
* Clean up FMA useUlrich Drepper2011-10-232-9/+6
| | | | | The macro's name should reflect that subtraction is being done. And use __builtin_fma, it seems to work after all.
* Clean up last dla.h changeUlrich Drepper2011-10-2312-21/+32
|
* Add missing _finite aliasesAndreas Schwab2011-10-232-0/+7
|
* Fix typo in last changeUlrich Drepper2011-10-221-1/+1
|
* Update ULPs for x86-64Ulrich Drepper2011-10-222-4/+14
|
* Improve DLA_FMA for FMA4Ulrich Drepper2011-10-221-2/+2
|
* Start using fma in the libm implementationUlrich Drepper2011-10-2210-150/+208
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-10-225-0/+12
|\
| * Fix compilation due to __nan definesAndreas Schwab2011-10-225-0/+12
| |
* | Add branch predictions to complex math codeUlrich Drepper2011-10-2224-132/+101
|/
* Optimization to some complex math functionsUlrich Drepper2011-10-2223-258/+132
| | | | Also, change last reference to __sqrt into __sqrt to easily.
* Fix compilation problems in x86-64 init-archUlrich Drepper2011-10-212-1/+5
|
* Add some __builtin_expect to generic __ieee754_logUlrich Drepper2011-10-212-3/+8
|
* Don't use NULL in last s_fma{,f} changeUlrich Drepper2011-10-212-2/+2
|
* Check for FMA4 support and generate appropriate fma functionsUlrich Drepper2011-10-208-27/+115
|
* Move fma routines to right placeUlrich Drepper2011-10-203-0/+5
|
* CL is for code changesUlrich Drepper2011-10-201-4/+0
|
* Document copyright year range notation in README.Carlos O'Donell2011-10-202-1/+8
| | | | | | | | | | 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.
* Preserve link time dependencies over relocation dependenciesAndreas Schwab2011-10-203-5/+21
|
* Optimize x86-64 rawmemchr and add testUlrich Drepper2011-10-194-5/+198
|
* Add optimized str{,n}casecmp for AVX on x86-64Ulrich Drepper2011-10-195-1799/+1885
|
* Fix PLT use for feraiseexcept on x86_64Andreas Schwab2011-10-192-1/+6
|
* Use new internal libc_fe* interfaces in more functionsUlrich Drepper2011-10-188-56/+81
|
* Provide combined internal feholdexcept/fesetround interfaceUlrich Drepper2011-10-184-6/+27
|
* Pretty print last change to x86-64 mathinline.hUlrich Drepper2011-10-181-2/+2
|
* Add optimized nearbyint{,f} for x86-64Ulrich Drepper2011-10-187-1/+114
|
* Start optimizing the use of the fenv interfaces in libm itselfUlrich Drepper2011-10-185-31/+95
|
* Fix last changeAndreas Schwab2011-10-182-4/+5
|
* Fix linkage conflict with feraiseexceptAndreas Schwab2011-10-182-6/+17
|
* Small optimization of generic exp2Ulrich Drepper2011-10-172-11/+14
|
* Add optimized 64-bit frexpUlrich Drepper2011-10-172-0/+69
|
* Relax asm requirements for recently added x86-64 math interfacesUlrich Drepper2011-10-173-10/+14
|
* Makr x86-64 math_private.h more robustUlrich Drepper2011-10-172-10/+13
|
* Provide internal optimizations on x86-64 with SSE4.1Ulrich Drepper2011-10-177-12/+61
| | | | | | | 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.
* Fix last x86-64 mathinline changeUlrich Drepper2011-10-172-2/+6
| | | | Use correct function names.
* Fix nesting of #ifdefs in netgroupcache.cUlrich Drepper2011-10-172-2/+6
|
* Fix syntax error in __THROW macroAndreas Schwab2011-10-172-2/+4
|