aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy
2020-09-22x86: Use one ldbl2mpn.c file for both i386 and x86_64Florian Weimer
2020-09-11x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu
2020-09-02x86-64: Fix FMA4 detection in ifunc [BZ #26534]Ondřej Hošek
2020-08-08math: Update x86_64 ulpsAdhemerval Zanella
2020-07-25Update x86-64 libm-test-ulpsAndreas K. Hüttel
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu
2020-07-11x86: Remove the unused __x86_prefetchwH.J. Lu
2020-07-06x86: Add thresholds for "rep movsb/stosb" to tunablesH.J. Lu
2020-06-22i386: Use builtin sqrtlAdhemerval Zanella
2020-06-22x86_64: Use builtin sqrt{f,l}Adhemerval Zanella
2020-06-17Fix avx2 strncmp offset compare condition check [BZ #25933]Sunil K Pandey
2020-06-17x86_64: Use %xmmN with vpxor to clear a vector registerH.J. Lu
2020-06-05dl-runtime: reloc_{offset,index} now functions arch overide'ableVineet Gupta
2020-05-16Linux: Remove remnants of the getcpu cacheFlorian Weimer
2020-05-09x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [BZ #25966]H.J. Lu
2020-04-28Remove unused floating-point configuration from gmp-impl.h.Joseph Myers
2020-04-20Revert "x86_64: Add SSE sfp-exceptions"Adhemerval Zanella
2020-04-17x86_64: Add SSE sfp-exceptionsAdhemerval Zanella
2020-04-03nptl: Remove x86_64 cancellation assembly implementations [BZ #25765]Adhemerval Zanella
2020-03-31math: Add inputs that yield larger errors for float type (x86_64)Paul Zimmermann
2020-03-19math: Remove inline math testsAdhemerval Zanella
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