Skip to content

Releases: klauspost/cpuid

v2.0.6

26 Mar 09:51
c6a3519
Compare
Choose a tag to compare

Changelog

c6a3519 Add darwin AVX512 detection (#74)

v2.0.5

17 Mar 14:55
3df0045
Compare
Choose a tag to compare

Changelog

6c7be61 Add "nounsafe" tag (#72)
3df0045 Add cpuid executable (#73)

v2.0.4

22 Feb 17:10
11274af
Compare
Choose a tag to compare
Test all archs (#71)

* Test all archs

v2.0.3

20 Dec 12:21
d1038c4
Compare
Choose a tag to compare
  • Add -cpu.features flag #68
  • Add Has(feature) to check single feature #69

v2.0.2

10 Dec 15:56
38c313a
Compare
Choose a tag to compare
  • Relax FMA3 requirements to not require AVX. #65
  • ARM64 updates:

Add core count (from OS) to arm64, detect features if arm CPUID is provided.
Detect arm64 CPU vendor
Add CPU Architecture, Variant, PartNum and Revision

#67

v2.0.1

08 Dec 11:48
23e01ae
Compare
Choose a tag to compare

Fix go.mod, hopefully.

v2.0.0

08 Dec 11:41
aa268cd
Compare
Choose a tag to compare

Refactor and proper ARM64 support.

v1.3.1

06 Jul 09:28
750c059
Compare
Choose a tag to compare

Disable ARM64 for now.

v1.3.0

01 Jun 19:05
1b33884
Compare
Choose a tag to compare

Adds ARM64 feature detection.

v1.2.5

26 May 13:54
e252067
Compare
Choose a tag to compare
Add raw vendor string (#43)

Fixes #42