aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers2-0/+2
2018-09-19Add new pow implementationSzabolcs Nagy1-2/+2
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers2-0/+2
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers3-32/+2
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers3-24/+2
2018-09-11Remove x86_64 math_private.h asms.Joseph Myers1-44/+0
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy1-44/+44
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers1-1/+0
2018-08-15Fix spaces in x86_64 ULP fileWilco Dijkstra1-3/+3
2018-08-14Improve performance of sinf and cosfWilco Dijkstra3-2/+44
2018-08-10Move SNAN_TESTS_* out of math-tests.h.Joseph Myers1-0/+34
2018-08-10Improve performance of sincosfWilco Dijkstra1-0/+1
2018-08-10Move __fentry__ version definition to sysdeps/{i386,x86_64}Ilya Leoshkevich1-0/+3
2018-08-06x86: Move STATE_SAVE_OFFSET/STATE_SAVE_MASK to sysdep.hH.J. Lu1-1/+1
2018-08-03x86: Don't include <init-arch.h> in assembly codesH.J. Lu3-3/+0
2018-08-02Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar1-2/+2
2018-07-25x86: Rename __glibc_reserved2 to ssp_base in tcbhead_tH.J. Lu2-1/+10
2018-07-24x86-64: Add endbr64 to tst-quadmod[12].SH.J. Lu2-0/+12
2018-07-18x86-64: Use _CET_NOTRACK in memcmp-sse4.SH.J. Lu1-1/+1
2018-07-18x86-64: Use _CET_NOTRACK in memcpy-ssse3.SH.J. Lu1-62/+62
2018-07-18x86-64: Use _CET_NOTRACK in memcpy-ssse3-back.SH.J. Lu1-3/+3
2018-07-18x86-64: Use _CET_NOTRACK in strcmp-sse42.SH.J. Lu1-1/+1
2018-07-18x86-64: Use _CET_NOTRACK in strcpy-sse2-unaligned.SH.J. Lu1-1/+1
2018-07-18x86_64: Use _CET_NOTRACK in strcmp.SH.J. Lu1-1/+1
2018-07-17x86-64: Add _CET_ENDBR to STRCMP_SSE42H.J. Lu1-0/+1
2018-07-17x86: Add _CET_ENDBR to functions in dl-tlsdesc.SH.J. Lu1-0/+5
2018-07-17x86: Add _CET_ENDBR to functions in crti.SH.J. Lu1-0/+2
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu1-0/+2
2018-07-14x86: Support shadow stack pointer in setjmp/longjmpH.J. Lu2-0/+65
2018-07-14x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]H.J. Lu2-1/+5
2018-06-12i386: Change offset of __private_ss to 0x30 [BZ #23250]H.J. Lu1-0/+10
2018-06-12x86: Make strncmp usable from rtldFlorian Weimer1-4/+7
2018-06-08Mark _init and _fini as hidden [BZ #23145]H.J. Lu1-0/+2
2018-06-01x86-64: Optimize strcmp/wcscmp and strncmp/wcsncmp with AVX2Leonardo Sandoval13-2/+1008
2018-05-30Update ulps with "make regen-ulps" on AMD Ryzen 7 1800X.Paul Pluzhnikov1-1/+1
2018-05-23x86-64: Skip zero length in __mem[pcpy|move|set]_ermsH.J. Lu2-0/+11
2018-05-23Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)Andreas Schwab1-2/+3
2018-05-21x86-64: Check Prefer_FSRM in ifunc-memmove.hH.J. Lu1-1/+2
2018-05-17x86-64: remove duplicate line on PREFETCH_ONE_SET macroLeonardo Sandoval1-1/+0
2018-05-17nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu2-7/+0
2018-05-16x86-64: Use IFUNC strncat inside libc.soH.J. Lu2-2/+6
2018-05-14x86: Add sysdeps/x86/ldsodefs.hH.J. Lu1-56/+0
2018-05-14x86-64: Remove the unnecessary testl in strlen-avx2.SH.J. Lu1-1/+0
2018-05-07x86-64/memset: Mark the debugger symbol as hiddenH.J. Lu1-1/+2
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki1-2/+1
2018-04-03[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra1-0/+6
2018-03-21Use x86_64 backtrace as generic version.Joseph Myers1-134/+0
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra1-32/+0
2018-03-11hurd: add gscope supportSamuel Thibault1-0/+1