Releases: klauspost/cpuid
Releases · klauspost/cpuid
v1.2.5
Add raw vendor string (#43)
Fixes #42
v1.2.4
- Detect L3 cache size on AMD.
- Detect hyperthreading on AMD.
- Add loose clock frequency determination.
v1.2.3
Fix SGX tests. (#39)
There might be cases where an SGX-enabled device hasn't got SGX EPC
subleafs. However, if there are such leaves, the total amount of memory
must not be 0.
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
v1.2.2
Merge pull request #32 from mythi/vnni
Add AVX512-VNNI detection
v1.0: Merge pull request #10 from klauspost/disable-gccgo-build
Disable assembly build on gccgo.