about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* x86: Remove UP macro. Define LOCK_PREFIX unconditionally.Florian Weimer2020-11-132-14/+2
* hurd: keep only required PLTs in ld.soSamuel Thibault2020-11-111-4/+0
* x86: Initialize CPU info via IFUNC relocation [BZ 26203]H.J. Lu2020-10-161-4/+3
* aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy2020-10-021-0/+3
* x86: Use one ldbl2mpn.c file for both i386 and x86_64Florian Weimer2020-09-221-1/+0
* x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu2020-09-113-101/+1
* x86-64: Fix FMA4 detection in ifunc [BZ #26534]Ondřej Hošek2020-09-021-1/+1
* math: Update x86_64 ulpsAdhemerval Zanella2020-08-081-3/+3
* Update x86-64 libm-test-ulpsAndreas K. Hüttel2020-07-251-2/+2
* x86: Support usable check for all CPU featuresH.J. Lu2020-07-1328-187/+187
* x86: Remove the unused __x86_prefetchwH.J. Lu2020-07-111-1/+1
* x86: Add thresholds for "rep movsb/stosb" to tunablesH.J. Lu2020-07-062-26/+2
* i386: Use builtin sqrtlAdhemerval Zanella2020-06-221-27/+0
* x86_64: Use builtin sqrt{f,l}Adhemerval Zanella2020-06-224-65/+31
* Fix avx2 strncmp offset compare condition check [BZ #25933]Sunil K Pandey2020-06-171-0/+15
* x86_64: Use %xmmN with vpxor to clear a vector registerH.J. Lu2020-06-172-3/+3
* dl-runtime: reloc_{offset,index} now functions arch overide'ableVineet Gupta2020-06-052-9/+35
* Linux: Remove remnants of the getcpu cacheFlorian Weimer2020-05-162-2/+1
* x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [BZ #25966]H.J. Lu2020-05-091-3/+3
* Remove unused floating-point configuration from gmp-impl.h.Joseph Myers2020-04-281-2/+0
* Revert "x86_64: Add SSE sfp-exceptions"Adhemerval Zanella2020-04-201-3/+1
* x86_64: Add SSE sfp-exceptionsAdhemerval Zanella2020-04-171-1/+3
* nptl: Remove x86_64 cancellation assembly implementations [BZ #25765]Adhemerval Zanella2020-04-031-7/+0
* math: Add inputs that yield larger errors for float type (x86_64)Paul Zimmermann2020-03-311-42/+46
* math: Remove inline math testsAdhemerval Zanella2020-03-191-1116/+0
* x86: Avoid single-argument _Static_assert in <tls.h>Florian Weimer2020-02-171-8/+12
* x86 tls: Use _Static_assert for TLS access size assertionSamuel Thibault2020-02-171-26/+20
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-151-6/+0
* linux: Consolidate INLINE_SYSCALLAdhemerval Zanella2020-02-141-1/+1
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-0321-31/+53
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01515-515/+515
* Always use wordsize-64 version of s_trunc.c.Stefan Liebler2019-12-111-1/+1
* Always use wordsize-64 version of s_ceil.c.Stefan Liebler2019-12-111-1/+1
* Always use wordsize-64 version of s_floor.c.Stefan Liebler2019-12-111-1/+1
* Always use wordsize-64 version of s_rint.c.Stefan Liebler2019-12-111-1/+1
* Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler2019-12-111-1/+1
* elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer2019-12-021-1/+2
* nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella2019-11-261-0/+6
* nptl: Cleanup mutex internal offset testsAdhemerval Zanella2019-11-261-4/+0
* Remove x64 _finite tests and referencesWilco Dijkstra2019-10-2151-428/+57
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07521-521/+521
* Use generic memset/memcpy/memmove in benchtestsWilco Dijkstra2019-08-301-1/+0
* x86-64: Compile branred.c with -mprefer-vector-width=128 [BZ #24603]H.J. Lu2019-07-243-0/+43
* x86: Add sysdeps/x86/dl-lookupcfg.hH.J. Lu2019-06-261-31/+0
* wcsmbs: optimize wcscatAdhemerval Zanella2019-02-272-5/+10
* Add fall-through comments.Joseph Myers2019-02-121-0/+2
* Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab2019-02-041-1/+2
* x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu2019-02-043-9/+93
* x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-215-11/+106
* x86-64 strncpy: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-215-8/+66