aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2020-09-02x86-64: Fix FMA4 detection in ifunc [BZ #26534]Ondřej Hošek1-1/+1
2020-08-08math: Update x86_64 ulpsAdhemerval Zanella1-3/+3
2020-07-25Update x86-64 libm-test-ulpsAndreas K. Hüttel1-2/+2
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu28-187/+187
2020-07-11x86: Remove the unused __x86_prefetchwH.J. Lu1-1/+1
2020-07-06x86: Add thresholds for "rep movsb/stosb" to tunablesH.J. Lu2-26/+2
2020-06-22i386: Use builtin sqrtlAdhemerval Zanella1-27/+0
2020-06-22x86_64: Use builtin sqrt{f,l}Adhemerval Zanella4-65/+31
2020-06-17Fix avx2 strncmp offset compare condition check [BZ #25933]Sunil K Pandey1-0/+15
2020-06-17x86_64: Use %xmmN with vpxor to clear a vector registerH.J. Lu2-3/+3
2020-06-05dl-runtime: reloc_{offset,index} now functions arch overide'ableVineet Gupta2-9/+35
2020-05-16Linux: Remove remnants of the getcpu cacheFlorian Weimer2-2/+1
2020-05-09x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [BZ #25966]H.J. Lu1-3/+3
2020-04-28Remove unused floating-point configuration from gmp-impl.h.Joseph Myers1-2/+0
2020-04-20Revert "x86_64: Add SSE sfp-exceptions"Adhemerval Zanella1-3/+1
2020-04-17x86_64: Add SSE sfp-exceptionsAdhemerval Zanella1-1/+3
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