aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra18-183/+3
2021-03-11math: Remove slow paths from asin and acos [BZ #15267]Wilco Dijkstra1-1/+3
2021-02-27Add inputs that generate larger error boundsPaul Zimmermann1-24/+26
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer1-8/+4
2021-02-22x86: Use x86/nptl/pthreaddef.hH.J. Lu1-47/+0
2021-02-08x86-64: Refactor and improve performance of strchr-avx2.Snoah2-113/+113
2021-02-02x86: Adding an upper bound for Enhanced REP MOVSB.Sajan Karumanchi1-2/+5
2021-01-21configure: Check for static PIE supportSzabolcs Nagy2-0/+6
2021-01-21<sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu2-4/+2
2021-01-19libmvec: Add extra-test-objs to test-extrasH.J. Lu1-0/+8
2021-01-14Fix x86 build with --enable-tunable=noAdhemerval Zanella1-0/+1
2021-01-07x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]H.J. Lu2-52/+19
2021-01-07Remove dbl-64/wordsize-64 (part 2)Wilco Dijkstra1-1/+0
2021-01-04x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu1-5/+11
2021-01-04x86-64: Avoid rep movsb with short distance [BZ #27130]H.J. Lu1-0/+21
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert515-515/+515
2020-12-24x86 long double: Support pseudo numbers in isnanlSiddhesh Poyarekar1-1/+0
2020-12-24x86 long double: Support pseudo numbers in fpclassifylSiddhesh Poyarekar1-2/+0
2020-12-21add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann1-11/+13
2020-12-18ieee754: Remove unused __sin32 and __cos32Anssi Hannula4-8/+0
2020-12-04x86_64: Add glibc-hwcaps supportFlorian Weimer3-0/+181
2020-12-03x86: Fix THREAD_SELF definition to avoid ld.so crash (bug 27004)Jakub Jelinek1-1/+6
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-2/+0
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella1-2/+8
2020-11-13x86: Remove UP macro. Define LOCK_PREFIX unconditionally.Florian Weimer2-14/+2
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault1-4/+0
2020-10-16x86: Initialize CPU info via IFUNC relocation [BZ 26203]H.J. Lu1-4/+3
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy1-0/+3
2020-09-22x86: Use one ldbl2mpn.c file for both i386 and x86_64Florian Weimer1-1/+0
2020-09-11x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu3-101/+1
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