about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Replace "if if " with "if " in commentsH.J. Lu2017-10-253-3/+3
* x86-64: Add powf with FMAH.J. Lu2017-10-223-1/+49
* x86-64: Add log2f with FMAH.J. Lu2017-10-223-1/+45
* x86-64: Add logf with FMAH.J. Lu2017-10-223-1/+45
* x86-64: Add exp2f with FMAH.J. Lu2017-10-223-1/+42
* x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu2017-10-227-529/+29
* x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu2017-10-204-275/+121
* x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]H.J. Lu2017-10-194-0/+95
* Revert x86: Allow undefined _DYNAMIC in static executableH.J. Lu2017-10-031-9/+2
* Make dbl-64 atan and tan into weak aliases.Joseph Myers2017-10-028-10/+12
* Do not wrap expf and exp2fSzabolcs Nagy2017-10-021-0/+1
* Update x86_64 libm-test-ulps.Joseph Myers2017-09-291-2/+2
* x86: Allow undefined _DYNAMIC in static executableH.J. Lu2017-09-281-2/+9
* Add SSE4.1 trunc, truncf (bug 20142).Joseph Myers2017-09-207-2/+116
* x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]H.J. Lu2017-09-121-5/+8
* x86: Add x86_64 to x86-64 HWCAP [BZ #22093]H.J. Lu2017-09-113-0/+65
* Update x86_64 ulps for AMD Ryzen.Markus Trippelsdorf2017-09-081-2/+2
* Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)Adhemerval Zanella2017-09-066-6/+0
* Obsolete pow10 functions.Joseph Myers2017-09-011-30/+0
* elf: Remove internal_function attributeFlorian Weimer2017-08-313-4/+2
* x86_64 __redirect_ieee754_expf: Change double to floatH.J. Lu2017-08-281-1/+1
* x86-64: Regenerate libm-test-ulps for AVX512 mathvec testsH.J. Lu2017-08-231-2/+2
* x86_64: Replace AVX512F .byte sequences with instructionsH.J. Lu2017-08-236-290/+32
* Mark internal SSE2 functions with attribute_hidden [BZ #18822]H.J. Lu2017-08-192-2/+2
* x86-64: Check FMA_Usable in ifunc-mathvec-avx2.h [BZ #21966]H.J. Lu2017-08-181-1/+2
* x86-64: Optimize e_expf with FMA [BZ #21912]H.J. Lu2017-08-164-0/+245
* x86-64: Align L(SP_RANGE)/L(SP_INF_0) to 8 bytes [BZ #21955]H.J. Lu2017-08-151-2/+2
* ld.so: Introduce struct dl_exceptionFlorian Weimer2017-08-101-0/+2
* x86-64: Add FMA multiarch functions to libmH.J. Lu2017-08-0732-105/+493
* x86-64: Implement libmathvec IFUNC selectors in CH.J. Lu2017-08-0476-619/+1181
* x86-64: Implement libm IFUNC selectors in CH.J. Lu2017-08-0418-120/+287
* x86-64: Use IFUNC memcpy and mempcpy in libc.aH.J. Lu2017-08-049-38/+24
* Check linker support for INSERT in linker scriptH.J. Lu2017-08-041-0/+2
* x86: Remove __memset_zero_constant_len_parameter [BZ #21790]H.J. Lu2017-08-041-6/+0
* x86-64: Check PIC instead of SHARED in start.SH.J. Lu2017-08-021-1/+1
* x86-64: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu2017-07-101-0/+4
* x86-64: Update comments in IFUNC selectorsH.J. Lu2017-07-0916-21/+16
* x86-64: Update comments in ifunc-impl-list.cH.J. Lu2017-07-091-16/+16
* x86-64: Align the stack in __tls_get_addr [BZ #21609]H.J. Lu2017-07-066-2/+130
* Require binutils 2.25 or later to build glibc.Joseph Myers2017-06-282-70/+0
* x86-64: Optimize memcmp-avx2-movbe.S for short differenceH.J. Lu2017-06-271-56/+62
* Add float128 support for x86_64, x86.Joseph Myers2017-06-262-0/+565
* x86-64: Optimize L(between_2_3) in memcmp-avx2-movbe.SH.J. Lu2017-06-231-4/+2
* x86-64: Fix comment typo in memcmp-avx2-movbe.SFlorian Weimer2017-06-231-1/+1
* x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ #21662]Florian Weimer2017-06-231-10/+10
* x86-64: Implement strcmp family IFUNC selectors in CH.J. Lu2017-06-2124-240/+605
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-202-2/+2
* Fix fallout from bits/string.h removal.Zack Weinberg2017-06-202-0/+4
* Remove bits/string.h.Zack Weinberg2017-06-201-6/+1
* Fix typo when undefining weak_aliasSiddhesh Poyarekar2017-06-191-1/+1