summaryrefslogtreecommitdiff
path: root/sysdeps/x86/cpu-features.h
AgeCommit message (Expand)Author
2018-07-26x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs [BZ #23459]H.J. Lu
2018-07-26x86: Correct index_cpu_LZCNT [BZ # 23456]H.J. Lu
2018-05-21x86-64: Check Prefer_FSRM in ifunc-memmove.hH.J. Lu
2018-05-21Initial Fast Short REP MOVSB (FSRM) supportH.J. Lu
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-10-20x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu
2017-09-12x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]H.J. Lu
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-06-21x86: Rename glibc.tune.ifunc to glibc.tune.hwcapsH.J. Lu
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu
2017-06-05x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBEH.J. Lu
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-07Check if SSE is available with HAS_CPU_FEATUREH.J. Lu
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-09-06X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]H.J. Lu
2016-08-19X86: Change bit_YMM_state to (1 << 2)H.J. Lu
2016-06-30Check Prefer_ERMS in memmove/memcpy/mempcpy/memsetH.J. Lu
2016-05-19Check the HTT bit before counting logical threadsH.J. Lu
2016-05-11Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu
2016-03-28Initial Enhanced REP MOVSB/STOSB (ERMS) supportH.J. Lu
2016-03-28[x86] Add a feature bit: Fast_Unaligned_CopyH.J. Lu
2016-03-22Set index_arch_AVX_Fast_Unaligned_Load only for Intel processorsH.J. Lu
2016-03-10Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.hH.J. Lu
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-19Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich
2015-12-15Add Prefer_MAP_32BIT_EXEC to map executable pages with MAP_32BITH.J. Lu
2015-08-27Detect and select i586/i686 implementation at run-timeH.J. Lu
2015-08-19Also check __i586__/__i686__ for HAS_I586/HAS_I686H.J. Lu
2015-08-18Define HAS_CPUID/HAS_I586/HAS_I686 from -march=H.J. Lu
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu