summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
...
* x86: Use _rdtsc intrinsic for HP_TIMING_NOWH.J. Lu2018-10-172-40/+24
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-0/+2
* Add new pow implementationSzabolcs Nagy2018-09-191-2/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-0/+2
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-143-32/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-143-24/+2
* Remove x86_64 math_private.h asms.Joseph Myers2018-09-111-44/+0
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-051-44/+44
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+1
* Split fenv_private.h out of math_private.h more consistently.Joseph Myers2018-08-281-1/+0
* Fix spaces in x86_64 ULP fileWilco Dijkstra2018-08-151-3/+3
* Improve performance of sinf and cosfWilco Dijkstra2018-08-143-2/+44
* Move SNAN_TESTS_* out of math-tests.h.Joseph Myers2018-08-101-0/+34
* Improve performance of sincosfWilco Dijkstra2018-08-101-0/+1
* Move __fentry__ version definition to sysdeps/{i386,x86_64}Ilya Leoshkevich2018-08-101-0/+3
* x86: Move STATE_SAVE_OFFSET/STATE_SAVE_MASK to sysdep.hH.J. Lu2018-08-061-1/+1
* x86: Don't include <init-arch.h> in assembly codesH.J. Lu2018-08-033-3/+0
* Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar2018-08-021-2/+2
* x86: Rename __glibc_reserved2 to ssp_base in tcbhead_tH.J. Lu2018-07-252-1/+10
* x86-64: Add endbr64 to tst-quadmod[12].SH.J. Lu2018-07-242-0/+12
* x86-64: Use _CET_NOTRACK in memcmp-sse4.SH.J. Lu2018-07-181-1/+1
* x86-64: Use _CET_NOTRACK in memcpy-ssse3.SH.J. Lu2018-07-181-62/+62
* x86-64: Use _CET_NOTRACK in memcpy-ssse3-back.SH.J. Lu2018-07-181-3/+3
* x86-64: Use _CET_NOTRACK in strcmp-sse42.SH.J. Lu2018-07-181-1/+1
* x86-64: Use _CET_NOTRACK in strcpy-sse2-unaligned.SH.J. Lu2018-07-181-1/+1
* x86_64: Use _CET_NOTRACK in strcmp.SH.J. Lu2018-07-181-1/+1
* x86-64: Add _CET_ENDBR to STRCMP_SSE42H.J. Lu2018-07-171-0/+1
* x86: Add _CET_ENDBR to functions in dl-tlsdesc.SH.J. Lu2018-07-171-0/+5
* x86: Add _CET_ENDBR to functions in crti.SH.J. Lu2018-07-171-0/+2
* x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu2018-07-161-0/+2
* x86: Support shadow stack pointer in setjmp/longjmpH.J. Lu2018-07-142-0/+65
* x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]H.J. Lu2018-07-142-1/+5
* i386: Change offset of __private_ss to 0x30 [BZ #23250]H.J. Lu2018-06-121-0/+10
* x86: Make strncmp usable from rtldFlorian Weimer2018-06-121-4/+7
* Mark _init and _fini as hidden [BZ #23145]H.J. Lu2018-06-081-0/+2
* x86-64: Optimize strcmp/wcscmp and strncmp/wcsncmp with AVX2Leonardo Sandoval2018-06-0113-2/+1008
* Update ulps with "make regen-ulps" on AMD Ryzen 7 1800X.Paul Pluzhnikov2018-05-301-1/+1
* x86-64: Skip zero length in __mem[pcpy|move|set]_ermsH.J. Lu2018-05-232-0/+11
* Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)Andreas Schwab2018-05-231-2/+3
* x86-64: Check Prefer_FSRM in ifunc-memmove.hH.J. Lu2018-05-211-1/+2
* x86-64: remove duplicate line on PREFETCH_ONE_SET macroLeonardo Sandoval2018-05-171-1/+0
* nptl: Remove __ASSUME_PRIVATE_FUTEXH.J. Lu2018-05-172-7/+0
* x86-64: Use IFUNC strncat inside libc.soH.J. Lu2018-05-162-2/+6
* x86: Add sysdeps/x86/ldsodefs.hH.J. Lu2018-05-141-56/+0
* x86-64: Remove the unnecessary testl in strlen-avx2.SH.J. Lu2018-05-141-1/+0
* x86-64/memset: Mark the debugger symbol as hiddenH.J. Lu2018-05-071-1/+2
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-2/+1
* [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra2018-04-031-0/+6
* Use x86_64 backtrace as generic version.Joseph Myers2018-03-211-134/+0
* Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra2018-03-151-32/+0