about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* math: Use tanf from CORE-MATHAdhemerval Zanella11 days1-4/+0
* math: Use lgammaf from CORE-MATHAdhemerval Zanella11 days1-4/+0
* math: Use erfcf from CORE-MATHAdhemerval Zanella11 days1-4/+0
* math: Use erff from CORE-MATHAdhemerval Zanella11 days1-4/+0
* math: Use cbrtf from CORE-MATHAdhemerval Zanella11 days1-4/+0
* x86/string: Use `movsl` instead of `movsd` in strncat [BZ #32344]Siddhesh Poyarekar12 days1-2/+2
* x86/string: Use `movsl` instead of `movsd` in strncpy/strncat [BZ #32344]Noah Goldstein2024-11-131-1/+1
* x86/string: Use `movsl` instead of `movsd` [BZ #32344]Noah Goldstein2024-11-081-1/+1
* x86_64: Add exp2m1f with FMAAdhemerval Zanella2024-11-013-0/+39
* x86_64: Add exp10m1f with FMAAdhemerval Zanella2024-11-013-0/+39
* math: Use log10p1f from CORE-MATHAdhemerval Zanella2024-11-011-4/+0
* math: Use log1pf from CORE-MATHAdhemerval Zanella2024-11-011-8/+0
* math: Use log2p1f from CORE-MATHAdhemerval Zanella2024-11-011-4/+0
* math: Use expm1f from CORE-MATHAdhemerval Zanella2024-11-011-4/+1
* math: Use exp2m1f from CORE-MATHAdhemerval Zanella2024-11-011-4/+0
* math: Use exp10m1f from CORE-MATHAdhemerval Zanella2024-11-011-4/+0
* replace tgammaf by the CORE-MATH implementationPaul Zimmermann2024-10-111-4/+0
* Fix whitespace related license issues.Carlos O'Donell2024-10-072-2/+2
* x86/string: Fixup alignment of main loop in str{n}cmp-evex [BZ #32212]Noah Goldstein2024-09-301-13/+13
* nptl: Fix Race conditions in pthread cancellation [BZ#12683]Adhemerval Zanella2024-08-231-3/+0
* x86: Unifies 'strnlen-evex' and 'strnlen-evex512' implementations.Matthew Sterrett2024-08-193-680/+469
* x86: Add `Avoid_STOSB` tunable to allow NT memset without ERMSNoah Goldstein2024-08-151-5/+13
* x86: Fix bug in strchrnul-evex512 [BZ #32078]Noah Goldstein2024-08-151-4/+4
* added inputs giving large errors on x86_64 for new C23 functionsPaul Zimmermann2024-08-071-43/+43
* x86-64: Remove sysdeps/x86_64/x32/dl-machine.hH.J. Lu2024-07-252-87/+16
* This patch adds larger ulp errors for the log2p1 function.Paul Zimmermann2024-07-221-5/+5
* x32: xfail elf/tst-platform-1 [BZ #22363]H.J. Lu2024-07-191-0/+6
* elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer2024-07-011-1/+4
* x86_64: Optimize large size copy in memmove-ssse3MayShao-oc2024-06-301-5/+9
* elf: Remove _DL_PLATFORMS_COUNTStefan Liebler2024-06-181-3/+2
* Convert to autoconf 2.72 (vanilla release, no distribution patches)Andreas K. Hüttel2024-06-171-17/+23
* Implement C23 exp2m1, exp10m1Joseph Myers2024-06-171-0/+48
* Implement C23 log10p1Joseph Myers2024-06-171-0/+24
* Implement C23 logp1Joseph Myers2024-06-171-0/+24
* x86: Add seperate non-temporal tunable for memsetNoah Goldstein2024-05-301-3/+3
* x86: Improve large memset perf with non-temporal stores [RHEL-29312]Noah Goldstein2024-05-301-58/+91
* x86_64: Reformat elf_machine_relaXin Wang2024-05-271-4/+5
* Implement C23 log2p1Joseph Myers2024-05-201-0/+24
* x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)Gabi Falk2024-05-081-3/+3
* Revert "x86_64: Suppress false positive valgrind error"Florian Weimer2024-04-132-24/+0
* x86-64: Exclude FMA4 IFUNC functions for -mapxfH.J. Lu2024-04-065-9/+67
* math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)Adhemerval Zanella2024-04-041-36/+0
* math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)Adhemerval Zanella2024-04-041-33/+0
* math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)Adhemerval Zanella2024-04-041-34/+0
* x86_64: Remove avx512 strstr implementationAdhemerval Zanella2024-03-274-248/+4
* Add tst-gnu2-tls2mod1 to test-internal-extrasAndreas Schwab2024-03-191-0/+2
* x86-64: Allocate state buffer space for RDI, RSI and RBXH.J. Lu2024-03-181-0/+87
* x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registersH.J. Lu2024-02-293-1/+44
* x86_64: Suppress false positive valgrind errorH.J. Lu2024-02-282-0/+23
* x86-64: Don't use SSE resolvers for ISA level 3 or aboveH.J. Lu2024-02-281-6/+9