aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/cpu-features.c
AgeCommit message (Expand)Author
2020-12-04x86: Set RDRAND usable if CPU supports RDRANDH.J. Lu
2020-10-16x86: Initialize CPU info via IFUNC relocation [BZ 26203]H.J. Lu
2020-10-09<sys/platform/x86.h>: Add FSRCS/FSRS/FZLRM supportH.J. Lu
2020-10-09<sys/platform/x86.h>: Add AVX-VNNI supportH.J. Lu
2020-10-09<sys/platform/x86.h>: Add AVX512_FP16 supportH.J. Lu
2020-09-17x86: Use HAS_CPU_FEATURE with IBT and SHSTK [BZ #26625]H.J. Lu
2020-09-16<sys/platform/x86.h>: Add Intel Key Locker supportH.J. Lu
2020-09-03x86: Set CPU usable feature bits conservatively [BZ #26552]H.J. Lu
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu
2020-07-06x86: Add thresholds for "rep movsb/stosb" to tunablesH.J. Lu
2020-06-26x86: Detect Intel Advanced Matrix ExtensionsH.J. Lu
2020-06-22x86: Update CPU feature detection [BZ #26149]H.J. Lu
2020-06-18x86: Update F16C detection [BZ #26133]H.J. Lu
2020-05-21x86: Update Intel Atom processor family optimizationH.J. Lu
2020-05-18x86: Move CET control to _dl_x86_feature_control [BZ #25887]H.J. Lu
2020-04-30x86: Add CPU Vendor ID detection support for Zhaoxin processorsmayshao
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-02-25Break more lines before not after operators.Joseph Myers
2019-02-12Add fall-through comments.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-13x86: Add Hygon Dhyana support.Carlos O'Donell
2018-12-03x86: Extend CPUID support in struct cpu_featuresH.J. Lu
2018-10-23x86: Fix Haswell strong flags (BZ#23709)Adhemerval Zanella
2018-08-02Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar
2018-08-01x86: Rename get_common_indeces to get_common_indicesH.J. Lu
2018-07-26x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs [BZ #23459]H.J. Lu
2018-07-17x86: Always include <dl-cet.h>/cet-tunables.h> for --enable-cetH.J. Lu
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu
2018-07-06Use AVX_Fast_Unaligned_Load from Zen onwards.Amit Pawar
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-10-19x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]H.J. Lu
2017-09-11x86: Add x86_64 to x86-64 HWCAP [BZ #22093]H.J. Lu
2017-08-04x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871]H.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-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-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-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