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

View file

@ -40,3 +40,9 @@ Version 0.3.0 (2016-07-09):
of L4 cache.
* MSR functions supported on FreeBSD.
* INFO_VOLTAGE request supported by cpu_msrinfo().
Version 0.4.0 (2016-09-30):
* A backwards-incompatible change, since the sizeof cpu_raw_data_t and
cpu_id_t are now different.
* Better detection of AMD clock multiplier with msrinfo.
* Support for Intel SGX detection