1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +00:00

Release version 0.8.1

This commit is contained in:
The Tumultuous Unicorn Of Darkness 2025-08-19 19:19:24 +02:00
commit 3c5b94bea7
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
9 changed files with 29 additions and 18 deletions

View file

@ -252,3 +252,12 @@ Version 0.8.0 (2025-05-04):
* Return ERR_BADFMT during raw deserialization if cpu_raw_data_t is empty
* Support another type of header for raw deserialization
* Support Intel Granite Rapids-SP
Version 0.8.1 (2025-08-19):
* Fix kernel module name for FreeBSD ARM
* Support AMD Krackan Point
* Support Intel Skylake-X Core 9th
* Support AMD Strix Halo
* Build Python bindings without requiring wheel for building (#219)
* Support Intel Arrow Lake-HX
* Fix warnings about stringop-truncation