aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/cpu-features.c
AgeCommit message (Expand)Author
2017-03-17Use CPU_FEATURES_CPU_P to check if AVX is availableH.J. Lu
2017-02-17Use index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bitH.J. Lu
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-19Disable TSX on some Haswell processors.Andrew Senkevich
2016-10-17Bug 20689: Fix FMA and AVX2 detection on IntelCarlos O'Donell
2016-09-06X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]H.J. Lu
2016-06-07Check FMA after COMMON_CPUID_INDEX_80000001H.J. Lu
2016-04-15Detect Intel Goldmont and Airmont processorsH.J. Lu
2016-04-01Remove Fast_Copy_Backward from Intel Core processorsH.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-14Set index_Fast_Unaligned_Load for Excavator family CPUsAmit Pawar
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-15Enable Silvermont optimizations for Knights LandingH.J. Lu
2015-11-30Update family and model detection for AMD CPUsH.J. Lu
2015-08-27Detect and select i586/i686 implementation at run-timefedora/masterH.J. Lu
2015-08-18Define HAS_CPUID/HAS_I586/HAS_I686 from -march=H.J. Lu
2015-08-13Check if cpuid is available in init_cpu_featuresH.J. Lu
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu