summaryrefslogtreecommitdiff
path: root/sysdeps/x86
AgeCommit message (Expand)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-27Add _Float64x function aliases.Joseph Myers
2017-11-17Support bits/floatn.h inclusion from .S files.Joseph Myers
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella
2017-11-01x86: Add sysdeps/x86/sysdep.hH.J. Lu
2017-10-30sysdeps/x86/libc-start.c: Add /* !SHARED */H.J. Lu
2017-10-30Reformat sysdeps/x86/libc-start.cH.J. Lu
2017-10-24Update x86 fix-fp-int-compare-invalid.h for GCC 8.Joseph Myers
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers
2017-10-20x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu
2017-10-19x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]H.J. Lu
2017-10-17Add common ifunc-init.h headerAdhemerval Zanella
2017-09-28Remove ancient __signbit inlinesWilco Dijkstra
2017-09-28Simplify C99 isgreater macrosWilco Dijkstra
2017-09-12x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]H.J. Lu
2017-09-11x86: Add x86_64 to x86-64 HWCAP [BZ #22093]H.J. Lu
2017-09-03hurd: fix libm linkSamuel Thibault
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers
2017-08-25x86: Remove assembly versions of index_cpu_*/index_arch_*H.J. Lu
2017-08-14x86: Add IBT/SHSTK bits to cpu-featuresH.J. Lu
2017-08-04x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATUREH.J. Lu
2017-08-04x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871]H.J. Lu
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers
2017-06-30float128: Add signbit alternative for old compilersGabriel F. T. Gomes
2017-06-26Add float128 support for x86_64, x86.Joseph Myers
2017-06-23Avoid localplt issues from x86 fereaiseexcept inline.Joseph Myers
2017-06-21x86: Rename glibc.tune.ifunc to glibc.tune.hwcapsH.J. Lu
2017-06-20Move x86 specific tunables to x86/dl-tunables.listH.J. Lu
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu
2017-06-20Remove bits/string.h.Zack Weinberg
2017-06-07Make LD_HWCAP_MASK usable for static binariesSiddhesh Poyarekar
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar
2017-06-05x86: Don't use dl_x86_cpu_features in cacheinfo.cH.J. Lu
2017-06-05x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBEH.J. Lu
2017-06-05x86: Add macros to implement ifunce selection in CH.J. Lu
2017-06-02x86: Update __x86_shared_non_temporal_thresholdH.J. Lu
2017-05-31Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar
2017-05-24x86: Don't include cacheinfo.c in ld.soH.J. Lu
2017-05-24x86: Use __get_cpu_features to get cpu_featuresH.J. Lu
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella
2017-05-03x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391]H.J. Lu
2017-04-18x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396]H.J. Lu
2017-04-18x86: Set Prefer_No_VZEROUPPER if AVX512ER is availableH.J. Lu
2017-04-10Consolidate pthreadtype.h placementConsolidate pthreadtype.h placementAdhemerval Zanella
2017-04-10Add sysdeps/x86/dl-procinfo.cH.J. Lu
2017-04-07Check if SSE is available with HAS_CPU_FEATUREH.J. Lu
2017-03-17Use CPU_FEATURES_CPU_P to check if AVX is availableH.J. Lu
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers
2017-03-15Fix test-math-vector-sincos.h aliasing.Joseph Myers
2017-02-17Use index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bitH.J. Lu