mirror of
https://github.com/anrieff/libcpuid
synced 2024-12-16 16:35:45 +00:00
2343193401
* Set version to 0.5.0 * Update debian/control to the new version (incompatible with 0.4.x) * Rename .install files to match SO version Co-authored-by: Veselin Georgiev <anrieff@gmail.com>
76 lines
2.7 KiB
Text
76 lines
2.7 KiB
Text
libcpuid (0.5.0) unstable; urgency=low
|
|
|
|
* A backwards-incompatible change, since the sizeof cpu_raw_data_t and
|
|
cpu_id_t are now different.
|
|
* Support for Hygon Dhyana (#123)
|
|
* Support for Zen 2 (#125, #137)
|
|
* Stubs for AArch64 (#127)
|
|
* Support for Intel AVX512VNNI detection (#129)
|
|
* Typo fixes (#130)
|
|
* Support for get_total_cpus on Haiku (#131)
|
|
* Fix build on PPC (#132)
|
|
* Support for CMake build system (#138) and vcpkg packaging (#140)
|
|
* Support for Cannon Lake
|
|
* Support for Coffee Lake-U and Coffee Lake Refresh
|
|
* Support for Comet Lake
|
|
* Support for Ice Lake
|
|
* Support for Renoir
|
|
* Fix ThreadSanitizer report (#142)
|
|
* Better support of L1 intruction cache (--l1i-assoc, --l1i-cacheline)
|
|
* Support for Ivy Bridge-E (Xeon)
|
|
* Support up to 4 subleaf entries for CPUID leaf 0x8000001D and
|
|
fix detection of L3 cache on Zen 2
|
|
* Support for RDSEED/ADX/SHA_NI detection (AMD)
|
|
* Support for ABM/AVX512VBMI/AVX512VBMI2 detection (Intel)
|
|
|
|
-- Georgiev, Veselin <anrieff@gmail.com> Sat, 23 May 2020 20:35:00 +0200
|
|
|
|
libcpuid (0.4.1) unstable; urgency=low
|
|
|
|
* Better support for Skylake Core i5 (#76)
|
|
* Misdiagnosis microarchitecture for i3-3220T (#81)
|
|
* Ability to dump MSR values to a file (PR #82)
|
|
* AMD Ryzen support (#86)
|
|
* Support for Coffee and Kaby Lake (#104)
|
|
* Support for Raven Ridge and Threadripper (#106)
|
|
* Support for Pinnacle Ridge (#111)
|
|
* Fix P-III Celeron misdetection
|
|
* Support for Skylake-X (#116)
|
|
* Support for Zen+ Threadripper
|
|
|
|
-- Georgiev, Veselin <anrieff@gmail.com> Tue, 05 Feb 2019 22:36:00 +0200
|
|
|
|
libcpuid (0.4.0+ubuntu1~1) artful; urgency=low
|
|
|
|
* built for artful
|
|
* got rid of lintian errors
|
|
|
|
-- Jeffrey Cliff <jeffrey.cliff@gmail.com> Fri, 20 Apr 2018 15:39:37 +0600
|
|
|
|
libcpuid (0.4.0) unstable; urgency=low
|
|
|
|
* Better detection of AMD clock multiplier with msrinfo.
|
|
* Support for Intel SGX detection
|
|
(a backwards-incompatible change since the sizeof
|
|
cpu_raw_data_t and cpu_id_t is now different).
|
|
|
|
-- Georgiev, Veselin <anrieff@gmail.com> Fri, 30 Sep 2016 22:39:37 +0300
|
|
|
|
libcpuid (0.3.0) unstable; urgency=low
|
|
|
|
* A backwards-incompatible change, since the sizeof cpu_raw_data_t and
|
|
cpu_id_t are now different.
|
|
* Support for processors up to Skylake.
|
|
* Fix clock detection in cpu_clock_by_ic() for Skylake.
|
|
* Support up to 8 subleaf entries for CPUID leaf 04 and detection
|
|
of L4 cache.
|
|
* MSR functions supported on FreeBSD.
|
|
* INFO_VOLTAGE request supported by cpu_msrinfo().
|
|
|
|
-- eloaders <eloaders@linux.pl> Mon, 22 Aug 2016 17:45:21 +0200
|
|
|
|
libcpuid (0.2.1) unstable; urgency=low
|
|
|
|
* Initial release add debian directory for libcpuid.
|
|
|
|
-- Zhang, Guodong <gdzhang@linx-info.com> Fri, 10 Apr 2015 14:59:27 +0800
|