mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
Release version 0.5.0 (#146)
* 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>
This commit is contained in:
parent
dfc8b2fdbd
commit
2343193401
14 changed files with 104 additions and 24 deletions
27
debian/changelog
vendored
27
debian/changelog
vendored
|
@ -1,3 +1,30 @@
|
|||
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)
|
||||
|
|
8
debian/control
vendored
8
debian/control
vendored
|
@ -6,19 +6,19 @@ Build-Depends: debhelper (>= 9), autotools-dev, libtool, automake, autoconf, pyt
|
|||
Standards-Version: 3.9.5
|
||||
Homepage: https://github.com/anrieff/libcpuid
|
||||
|
||||
Package: libcpuid14
|
||||
Package: libcpuid15
|
||||
Architecture: amd64 i386
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Pre-Depends}
|
||||
Replaces: libcpuid11, libcpuid13
|
||||
Replaces: libcpuid11, libcpuid13, libcpuid14
|
||||
Description: small C library for x86/x86_64 CPU detection and feature extraction
|
||||
For details about the programming API, please see the docs
|
||||
on the project's site (http://libcpuid.sourceforge.net/)
|
||||
|
||||
Package: libcpuid14-dev
|
||||
Package: libcpuid15-dev
|
||||
Architecture: amd64 i386
|
||||
Section: libdevel
|
||||
Depends: ${misc:Depends}
|
||||
Replaces: libcpuid11-dev, libcpuid13-dev
|
||||
Replaces: libcpuid11-dev, libcpuid13-dev, libcpuid14-dev
|
||||
Description: Development files for libcpuid
|
||||
For details about the programming API, please see the docs
|
||||
on the project's site (http://libcpuid.sourceforge.net/)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue