]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/x86/cpu-features.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / x86 / cpu-features.c
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-10-20  H.J. Lux86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve...
2017-10-19  H.J. Lux86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]
2017-09-11  H.J. Lux86: Add x86_64 to x86-64 HWCAP [BZ #22093]
2017-08-04  H.J. Lux86-64: Use _dl_runtime_resolve_opt only with AVX512F...
2017-06-21  H.J. Lux86: Rename glibc.tune.ifunc to glibc.tune.hwcaps
2017-06-20  H.J. Lutunables: Add IFUNC selection and cache sizes
2017-06-07  Siddhesh PoyarekarMake LD_HWCAP_MASK usable for static binaries
2017-06-07  Siddhesh Poyarekartunables: Use glibc.tune.hwcap_mask tunable instead...
2017-05-03  H.J. Lux86: Set dl_platform and dl_hwcap from CPU features...
2017-04-18  H.J. Lux86: Use AVX2 memcpy/memset on Skylake server [BZ ...
2017-04-18  H.J. Lux86: Set Prefer_No_VZEROUPPER if AVX512ER is available
2017-03-17  H.J. LuUse CPU_FEATURES_CPU_P to check if AVX is available
2017-02-17  H.J. LuUse index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bit
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-19  Andrew SenkevichDisable TSX on some Haswell processors.
2016-10-17  Carlos O'DonellBug 20689: Fix FMA and AVX2 detection on Intel
2016-09-06  H.J. LuX86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow...
2016-06-07  H.J. LuCheck FMA after COMMON_CPUID_INDEX_80000001
2016-04-15  H.J. LuDetect Intel Goldmont and Airmont processors
2016-04-01  H.J. LuRemove Fast_Copy_Backward from Intel Core processors
2016-03-28  H.J. Lu[x86] Add a feature bit: Fast_Unaligned_Copy
2016-03-22  H.J. LuSet index_arch_AVX_Fast_Unaligned_Load only for Intel...
2016-03-10  H.J. LuAdd _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.h
2016-01-14  Amit PawarSet index_Fast_Unaligned_Load for Excavator family...
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-12-18  Andrew SenkevichAdded memset optimized with AVX512 for KNL hardware.
2015-12-15  H.J. LuEnable Silvermont optimizations for Knights Landing
2015-11-30  H.J. LuUpdate family and model detection for AMD CPUs
2015-08-27  H.J. LuDetect and select i586/i686 implementation at run-time fedora/master
2015-08-18  H.J. LuDefine HAS_CPUID/HAS_I586/HAS_I686 from -march=
2015-08-13  H.J. LuCheck if cpuid is available in init_cpu_features
2015-08-13  H.J. LuAdd _dl_x86_cpu_features to rtld_global