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

Related to issue #67: Information about the availability of SGX

Initial commit adding support for detection of SGX. Not tested yet.
Increment version number due to binary incompatibility of the
sizes of cpu_raw_data_t and cpu_id_t.
This commit is contained in:
Veselin Georgiev 2016-09-30 22:03:57 +03:00
commit 4cf8cfa862
16 changed files with 340 additions and 20 deletions

9
debian/changelog vendored
View file

@ -1,3 +1,12 @@
libcpuid (0.4.0) unstable; urgency=log
* 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> Thu, 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