about summary refs log tree commit diff
path: root/sysdeps/x86/cpu-features.c
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871] hjl/xgetbv/masterH.J. Lu2017-08-021-2/+5
* x86: Rename glibc.tune.ifunc to glibc.tune.hwcapsH.J. Lu2017-06-211-2/+2
* tunables: Add IFUNC selection and cache sizesH.J. Lu2017-06-201-0/+19
* Make LD_HWCAP_MASK usable for static binariesSiddhesh Poyarekar2017-06-071-5/+3
* tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar2017-06-071-0/+4
* x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391]H.J. Lu2017-05-031-0/+48
* x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396]H.J. Lu2017-04-181-1/+5
* x86: Set Prefer_No_VZEROUPPER if AVX512ER is availableH.J. Lu2017-04-181-2/+6
* Use CPU_FEATURES_CPU_P to check if AVX is availableH.J. Lu2017-03-171-2/+1
* Use index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bitH.J. Lu2017-02-171-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Disable TSX on some Haswell processors.Andrew Senkevich2016-12-191-6/+23
* Bug 20689: Fix FMA and AVX2 detection on IntelCarlos O'Donell2016-10-171-10/+14
* X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]H.J. Lu2016-09-061-0/+14
* Check FMA after COMMON_CPUID_INDEX_80000001H.J. Lu2016-06-071-4/+9
* Detect Intel Goldmont and Airmont processorsH.J. Lu2016-04-151-0/+8
* Remove Fast_Copy_Backward from Intel Core processorsH.J. Lu2016-04-011-5/+1
* [x86] Add a feature bit: Fast_Unaligned_CopyH.J. Lu2016-03-281-1/+13
* Set index_arch_AVX_Fast_Unaligned_Load only for Intel processorsH.J. Lu2016-03-221-72/+80
* Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.hH.J. Lu2016-03-101-38/+42
* Set index_Fast_Unaligned_Load for Excavator family CPUsAmit Pawar2016-01-141-0/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich2015-12-191-0/+2
* Enable Silvermont optimizations for Knights LandingH.J. Lu2015-12-151-0/+3
* Update family and model detection for AMD CPUsH.J. Lu2015-11-301-12/+15
* Detect and select i586/i686 implementation at run-time fedora/masterH.J. Lu2015-08-271-0/+8
* Define HAS_CPUID/HAS_I586/HAS_I686 from -march=H.J. Lu2015-08-181-2/+2
* Check if cpuid is available in init_cpu_featuresH.J. Lu2015-08-131-0/+12
* Add _dl_x86_cpu_features to rtld_globalH.J. Lu2015-08-131-0/+202