about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Yet more ia64 removal falloutUlrich Drepper2012-01-071-1/+133
* Fix typos in commentsMarek Polacek2011-12-231-4/+4
* Prevent warnings due to long long constantsUlrich Drepper2011-12-231-9/+9
* Fix overrun in destination bufferLiubov Dmitrieva2011-12-232-508/+323
* Use __REDIRECT_NTH for __feraiseexcept_renamedUlrich Drepper2011-12-221-1/+1
* Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.Rafael Ávila de Espíndola2011-12-211-1/+1
* WP fixesUlrich Drepper2011-12-171-1/+0
* Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper2011-12-176-1/+1057
* Fix more warningsUlrich Drepper2011-12-033-11/+4
* Fix test of non-ASCII locales in x86-64 strcasecmp et.al.Ulrich Drepper2011-11-012-5/+5
* More cleanups of x86-64 strstrUlrich Drepper2011-10-281-13/+12
* Clean up x86-64 strcasestrUlrich Drepper2011-10-281-13/+12
* Remove code without too much effectsUlrich Drepper2011-10-2815-113/+5
* Add AVX optimized versions for some x86-64 math functionsUlrich Drepper2011-10-2528-34/+294
* Optimize x86-64 SSE4.2+ strcmp a bit moreUlrich Drepper2011-10-251-175/+130
* Use VEX encoding in inline math functions on x86-64 when possibleUlrich Drepper2011-10-251-48/+138
* Cleanup FMA4 patchUlrich Drepper2011-10-2522-1/+26
* Better DLA_FMSUlrich Drepper2011-10-241-1/+8
* Use inline asm for DLA_FMS because of broken old compilersUlrich Drepper2011-10-241-2/+6
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-2431-0/+328
* Fix WSUlrich Drepper2011-10-231-1/+1
* Optimized strnlen and wcscmp for x86-64Liubov Dmitrieva2011-10-238-317/+987
* Fix WSUlrich Drepper2011-10-231-5/+5
* Fix signedness in wcscmp comparisonLiubov Dmitrieva2011-10-231-45/+64
* Clean up FMA useUlrich Drepper2011-10-231-6/+3
* Clean up last dla.h changeUlrich Drepper2011-10-231-0/+9
* Fix typo in last changeUlrich Drepper2011-10-221-1/+1
* Update ULPs for x86-64Ulrich Drepper2011-10-221-4/+12
* Fix compilation problems in x86-64 init-archUlrich Drepper2011-10-211-1/+2
* 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-204-7/+49
* 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