aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2020-04-03nptl: Remove x86_64 cancellation assembly implementations [BZ #25765]Adhemerval Zanella1-7/+0
2020-03-31math: Add inputs that yield larger errors for float type (x86_64)Paul Zimmermann1-42/+46
2020-03-19math: Remove inline math testsAdhemerval Zanella1-1116/+0
2020-02-17x86: Avoid single-argument _Static_assert in <tls.h>Florian Weimer1-8/+12
2020-02-17x86 tls: Use _Static_assert for TLS access size assertionSamuel Thibault1-26/+20
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer1-6/+0
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella1-1/+1
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra21-31/+53
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers515-515/+515
2019-12-11Always use wordsize-64 version of s_trunc.c.Stefan Liebler1-1/+1
2019-12-11Always use wordsize-64 version of s_ceil.c.Stefan Liebler1-1/+1
2019-12-11Always use wordsize-64 version of s_floor.c.Stefan Liebler1-1/+1
2019-12-11Always use wordsize-64 version of s_rint.c.Stefan Liebler1-1/+1
2019-12-11Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler1-1/+1
2019-12-02elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer1-1/+2
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella1-0/+6
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella1-4/+0
2019-10-21Remove x64 _finite tests and referencesWilco Dijkstra51-428/+57
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert521-521/+521
2019-08-30Use generic memset/memcpy/memmove in benchtestsWilco Dijkstra1-1/+0
2019-07-24x86-64: Compile branred.c with -mprefer-vector-width=128 [BZ #24603]H.J. Lu3-0/+43
2019-06-26x86: Add sysdeps/x86/dl-lookupcfg.hH.J. Lu1-31/+0
2019-02-27wcsmbs: optimize wcscatAdhemerval Zanella2-5/+10
2019-02-12Add fall-through comments.Joseph Myers1-0/+2
2019-02-04Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab1-1/+2
2019-02-04x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu3-9/+93
2019-01-21x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ# 24097]H.J. Lu5-11/+106
2019-01-21x86-64 strncpy: Properly handle the length parameter [BZ# 24097]H.J. Lu5-8/+66
2019-01-21x86-64 strncmp family: Properly handle the length parameter [BZ# 24097]H.J. Lu7-11/+170
2019-01-21x86-64 memset/wmemset: Properly handle the length parameter [BZ# 24097]H.J. Lu5-16/+121
2019-01-21x86-64 memrchr: Properly handle the length parameter [BZ# 24097]H.J. Lu4-5/+63
2019-01-21x86-64 memcpy: Properly handle the length parameter [BZ# 24097]H.J. Lu6-42/+122
2019-01-21x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ# 24097]H.J. Lu6-9/+114
2019-01-21x86-64 memchr/wmemchr: Properly handle the length parameter [BZ# 24097]H.J. Lu6-5/+148
2019-01-14x86-64: Optimize strcat/strncat, strcpy/strncpy and stpcpy/stpncpy with AVX2Leonardo Sandoval15-6/+1337
2019-01-03x86_64: Remove wrong THREAD_ATOMIC_* macrosAdhemerval Zanella1-37/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers504-504/+504
2018-12-26x86-64: Remove s_sincosf-sse2.SH.J. Lu3-568/+2
2018-12-26Regenerate sysdeps/x86_64/fpu/libm-test-ulpsH.J. Lu1-0/+6
2018-12-26x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu1-270/+1
2018-12-18x86: Merge i386/x86_64 atomic-machine.hH.J. Lu1-482/+0
2018-12-03x86: Extend CPUID support in struct cpu_featuresH.J. Lu2-3/+3
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy4-5/+8
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy5-4/+10
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy5-7/+10
2018-11-09Add support for GCC 9 attribute copy.Martin Sebor18-21/+21
2018-10-17x86: Use _rdtsc intrinsic for HP_TIMING_NOWH.J. Lu2-40/+24
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers2-0/+2
2018-09-19Add new pow implementationSzabolcs Nagy1-2/+2
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers2-0/+2