Skip to content

Releases: klauspost/cpuid

v2.0.10

31 Jan 14:15
eb76847

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.9...v2.0.10

v2.0.9

02 Aug 07:23
6903d40

Choose a tag to compare

Changelog

6903d40 Detect AVX512 Half-precision floating point (FP16) (#83)

v2.0.8

07 Jul 07:22
8b74771

Choose a tag to compare

Changelog

8b74771 Remove debug print.

v2.0.7

29 Jun 13:29
30cc3e6

Choose a tag to compare

Changelog

93795d9 Add Go workflow (#79)
4150c1c Add flags and CPU boost freq (#78)
30cc3e6 Do releases with workflows (#80)

v2.0.6

26 Mar 09:51
c6a3519

Choose a tag to compare

Changelog

c6a3519 Add darwin AVX512 detection (#74)

v2.0.5

17 Mar 14:55
3df0045

Choose a tag to compare

Changelog

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

v2.0.4

22 Feb 17:10
11274af

Choose a tag to compare

Test all archs (#71)

* Test all archs

v2.0.3

20 Dec 12:21
d1038c4

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

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

Choose a tag to compare

Fix go.mod, hopefully.