aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86
AgeCommit message (Expand)AuthorFilesLines
2023-12-29Replace math-barriers with math_privatePranav Kant1-1/+1
2023-12-28x86_64: Add SSE sfp-exceptionsAdhemerval Zanella1-0/+57
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
2023-09-27math: x86: Use prefix for FP_INIT_ROUNDMODEAdhemerval Zanella1-1/+7
2023-09-26math: x86: Avoid the use of __libgcc_cmp_return__ for __gcc_CMPtypeAdhemerval Zanella1-2/+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-23clang requires -mno-see for 387 mathStan Shebs1-0/+3
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers40-40/+40
2017-11-27Add _Float64x function aliases.Joseph Myers2-0/+12
2017-11-17Support bits/floatn.h inclusion from .S files.Joseph Myers1-28/+32
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella1-0/+7
2017-11-01x86: Add sysdeps/x86/sysdep.hH.J. Lu1-0/+69
2017-10-30sysdeps/x86/libc-start.c: Add /* !SHARED */H.J. Lu1-1/+1
2017-10-30Reformat sysdeps/x86/libc-start.cH.J. Lu1-3/+3
2017-10-24Update x86 fix-fp-int-compare-invalid.h for GCC 8.Joseph Myers1-2/+6
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers1-0/+2
2017-10-20x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu4-31/+109
2017-10-19x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]H.J. Lu1-4/+8
2017-10-17Add common ifunc-init.h headerAdhemerval Zanella1-40/+1
2017-09-28Remove ancient __signbit inlinesWilco Dijkstra1-38/+0
2017-09-28Simplify C99 isgreater macrosWilco Dijkstra1-93/+0
2017-09-12x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]H.J. Lu2-0/+9
2017-09-11x86: Add x86_64 to x86-64 HWCAP [BZ #22093]H.J. Lu3-8/+11
2017-09-03hurd: fix libm linkSamuel Thibault1-1/+1
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers1-41/+0
2017-08-25x86: Remove assembly versions of index_cpu_*/index_arch_*H.J. Lu1-42/+1
2017-08-14x86: Add IBT/SHSTK bits to cpu-featuresH.J. Lu2-0/+10
2017-08-04x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATUREH.J. Lu1-57/+0
2017-08-04x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871]H.J. Lu1-2/+5
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers1-2/+2
2017-06-30float128: Add signbit alternative for old compilersGabriel F. T. Gomes1-0/+8
2017-06-26Add float128 support for x86_64, x86.Joseph Myers6-0/+382
2017-06-23Avoid localplt issues from x86 fereaiseexcept inline.Joseph Myers2-0/+11
2017-06-21x86: Rename glibc.tune.ifunc to glibc.tune.hwcapsH.J. Lu4-26/+19
2017-06-20Move x86 specific tunables to x86/dl-tunables.listH.J. Lu1-0/+34
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu4-1/+366
2017-06-20Remove bits/string.h.Zack Weinberg1-1996/+0
2017-06-07Make LD_HWCAP_MASK usable for static binariesSiddhesh Poyarekar1-5/+3
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar1-0/+4
2017-06-05x86: Don't use dl_x86_cpu_features in cacheinfo.cH.J. Lu1-15/+22
2017-06-05x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBEH.J. Lu1-0/+1
2017-06-05x86: Add macros to implement ifunce selection in CH.J. Lu1-0/+40
2017-06-02x86: Update __x86_shared_non_temporal_thresholdH.J. Lu1-2/+4
2017-05-31Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar1-18/+5
2017-05-24x86: Don't include cacheinfo.c in ld.soH.J. Lu1-0/+4
2017-05-24x86: Use __get_cpu_features to get cpu_featuresH.J. Lu1-10/+9
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella2-271/+99