aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2020-02-17x86: Avoid single-argument _Static_assert in <tls.h>Florian Weimer
2020-02-17x86 tls: Use _Static_assert for TLS access size assertionSamuel Thibault
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer
2020-02-14linux: Consolidate INLINE_SYSCALLAdhemerval Zanella
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-11Always use wordsize-64 version of s_trunc.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_ceil.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_floor.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_rint.c.Stefan Liebler
2019-12-11Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler
2019-12-02elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella
2019-10-21Remove x64 _finite tests and referencesWilco Dijkstra
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-30Use generic memset/memcpy/memmove in benchtestsWilco Dijkstra
2019-07-24x86-64: Compile branred.c with -mprefer-vector-width=128 [BZ #24603]H.J. Lu
2019-06-26x86: Add sysdeps/x86/dl-lookupcfg.hH.J. Lu
2019-02-27wcsmbs: optimize wcscatAdhemerval Zanella
2019-02-12Add fall-through comments.Joseph Myers
2019-02-04Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab
2019-02-04x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu
2019-01-21x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 strncpy: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 strncmp family: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 memset/wmemset: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 memrchr: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 memcpy: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 memchr/wmemchr: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-14x86-64: Optimize strcat/strncat, strcpy/strncpy and stpcpy/stpncpy with AVX2Leonardo Sandoval
2019-01-03x86_64: Remove wrong THREAD_ATOMIC_* macrosAdhemerval Zanella
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-26x86-64: Remove s_sincosf-sse2.SH.J. Lu
2018-12-26Regenerate sysdeps/x86_64/fpu/libm-test-ulpsH.J. Lu
2018-12-26x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu
2018-12-18x86: Merge i386/x86_64 atomic-machine.hH.J. Lu
2018-12-03x86: Extend CPUID support in struct cpu_featuresH.J. Lu
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy
2018-11-09Add support for GCC 9 attribute copy.Martin Sebor
2018-10-17x86: Use _rdtsc intrinsic for HP_TIMING_NOWH.J. Lu
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers
2018-09-19Add new pow implementationSzabolcs Nagy
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers
2018-09-11Remove x86_64 math_private.h asms.Joseph Myers