aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/bits
AgeCommit message (Expand)AuthorFilesLines
2023-12-28Get rid of WANT_FLOAT128 usage in floatn.hPranav Kant1-1/+1
2023-09-28x86: Respect --disable-float128 flag to disable FLOAT128 functionalityPranav Kant1-1/+1
2023-09-27x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code pathFangrui Song1-8/+11
2018-01-24Comment out debugging hack that pollutes namespaceStan Shebs1-0/+4
2018-01-23Add workarounds for incomplete float128 support in clangStan Shebs1-0/+27
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers10-10/+10
2017-11-27Add _Float64x function aliases.Joseph Myers1-0/+11
2017-11-17Support bits/floatn.h inclusion from .S files.Joseph Myers1-28/+32
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers1-0/+2
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers1-41/+0
2017-06-30float128: Add signbit alternative for old compilersGabriel F. T. Gomes1-0/+8
2017-06-26Add float128 support for x86_64, x86.Joseph Myers1-0/+96
2017-06-20Remove bits/string.h.Zack Weinberg1-1996/+0
2017-04-10Consolidate pthreadtype.h placementConsolidate pthreadtype.h placementAdhemerval Zanella1-271/+0
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel1-14/+14
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers12-12/+12
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel1-8/+21
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers1-20/+0
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers2-9/+24
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers1-14/+0
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers2-17/+33
2016-11-23Fix x86_64 -mfpmath=387 float_t, double_t (bug 20787).Joseph Myers1-1/+2
2016-11-07nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer1-1/+1
2016-11-04Define wordsize.h macros everywhereSteve Ellcey1-0/+4
2016-06-29Avoid array-bounds warning for strncat on i586 (bug 20260)Andreas Schwab1-2/+1
2016-03-08Define _HAVE_STRING_ARCH_mempcpy to 1 for x86H.J. Lu1-0/+3
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu1-2/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers11-11/+11
2015-09-04Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers1-16/+0
2015-07-09Preserve bound registers for pointer pass/returnIgor Zamyatin1-0/+2
2015-07-07Do not create invalid pointers in C code of string functions.Torvald Riegel1-7/+11
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers11-11/+11
2014-11-27Recognize recent x86 CPUs in string.hJ. Brown1-1/+6
2014-06-24x86: Consolidate unnecessary nptl/ subdirectories.Roland McGrath2-0/+298
2014-04-25Replace __int128 with __int128_t in bits/link.hH.J. Lu1-3/+3
2014-04-16Save/restore bound registers for _dl_runtime_profileIgor Zamyatin1-0/+7
2014-03-21Fix -Wundef warnins for __FP_FAST_FMA*Siddhesh Poyarekar1-3/+3
2014-03-13Save and restore AVX-512 zmm registers to x86-64 ld.soIgor Zamyatin1-0/+3
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers1-1/+1
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers1-3/+3
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae9-9/+9
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers2-6/+6
2013-02-15Remove miscellaneous bounded-pointers relics in C code.Joseph Myers1-1/+1
2013-01-11Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers1-1/+1
2013-01-10Use __extension__ with long long in installed headers.Joseph Myers1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers9-10/+9
2012-12-03byteswap.h: fix gcc ver test for __builtin_bswap{32,64}Mike Frysinger1-2/+2
2012-10-12Use __uint64_t in x86 __bswap_64H.J. Lu1-6/+7
2012-06-04Fix a typo in commentH.J. Lu1-1/+1
2012-06-04Use i486 bits/string.h for i386 and x86_64H.J. Lu1-0/+1985