about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
...
* Move fma routines to right placeUlrich Drepper2011-10-202-0/+0
* Optimize x86-64 rawmemchr and add testUlrich Drepper2011-10-191-4/+3
* Add optimized str{,n}casecmp for AVX on x86-64Ulrich Drepper2011-10-193-1798/+1870
* Fix PLT use for feraiseexcept on x86_64Andreas Schwab2011-10-191-1/+1
* Use new internal libc_fe* interfaces in more functionsUlrich Drepper2011-10-181-5/+30
* Provide combined internal feholdexcept/fesetround interfaceUlrich Drepper2011-10-181-1/+13
* Pretty print last change to x86-64 mathinline.hUlrich Drepper2011-10-181-2/+2
* Add optimized nearbyint{,f} for x86-64Ulrich Drepper2011-10-186-1/+105
* Start optimizing the use of the fenv interfaces in libm itselfUlrich Drepper2011-10-181-0/+42
* Fix last changeAndreas Schwab2011-10-181-2/+3
* Fix linkage conflict with feraiseexceptAndreas Schwab2011-10-181-6/+10
* Relax asm requirements for recently added x86-64 math interfacesUlrich Drepper2011-10-172-10/+10
* Makr x86-64 math_private.h more robustUlrich Drepper2011-10-171-10/+10
* Provide internal optimizations on x86-64 with SSE4.1Ulrich Drepper2011-10-176-12/+51
* Fix last x86-64 mathinline changeUlrich Drepper2011-10-171-2/+2
* Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper2011-10-1615-10/+339
* Fix WSUlrich Drepper2011-10-151-4/+4
* Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva2011-10-158-29/+2242
* Fix lost feraiseexcept symbolAndreas Schwab2011-10-141-1/+2
* Fix PLT use in feupdateenv on x86_64Andreas Schwab2011-10-132-5/+5
* Check for zero size in memrchr for x86_64Andreas Schwab2011-10-131-0/+3
* Optimize libmUlrich Drepper2011-10-1213-47/+152
* Optimize use of isnan, isinf, finiteUlrich Drepper2011-10-081-0/+21
* Fix whitespaceUlrich Drepper2011-10-071-1/+1
* Improve 64 bit memchr, memrchr, rawmemchr with SSE2Liubov Dmitrieva2011-10-074-59/+842
* Don't call ifunc functions in trace modeAndreas Schwab2011-10-051-4/+7
* Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab2011-09-261-8/+8
* Add fmax and fmin inlines for x86-64Ulrich Drepper2011-09-151-5/+41
* Use correct section to allow mergingUlrich Drepper2011-09-141-2/+2
* Optimized lrint and llrint for x86-64Ulrich Drepper2011-09-141-10/+46
* Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab2011-09-131-3/+3
* Remove --wth-tls option, TLS support is requiredUlrich Drepper2011-09-112-9/+4
* Remove support for !USE___THREADUlrich Drepper2011-09-101-13/+2
* Fix jn precisionPetr Baudis2011-09-091-44/+98
* Simplify AVX checkH.J. Lu2011-09-071-4/+1
* Move Atom-optimized code out of the way and togetherUlrich Drepper2011-09-064-4/+6
* Remove now-wrong commentUlrich Drepper2011-09-061-5/+0
* Fix whitespacesUlrich Drepper2011-09-052-2/+0
* Add Atom-optimized strchr and strrchr for x86-64Liubov Dmitrieva2011-09-055-3/+851
* Add optimized x86-64 wcscmpUlrich Drepper2011-09-051-0/+936
* Fix minor CFI problem in regular x86-64 trampolineUlrich Drepper2011-08-201-1/+2
* Fix CFI info in x86-64 trampolines for non-AVX codeUlrich Drepper2011-08-202-11/+19
* Minor optimization of popcount in l10nflistUlrich Drepper2011-08-111-0/+13
* Fix inline strncat/strncmp on x86Andreas Schwab2011-08-041-1/+1
* One more typo in AVX testUlrich Drepper2011-07-231-2/+2
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-07-232-29/+27
|\
| * Fix overflow bug is optimized strncat for x86-64Ulrich Drepper2011-07-212-29/+27
* | One more change to XSAVE patchUlrich Drepper2011-07-221-2/+4
* | Fix AVX checkAndreas Schwab2011-07-221-6/+15
|/
* Fix check for AVX enablementUlrich Drepper2011-07-201-5/+12