klauspost / cpuid

CPU feature identification for Go
MIT License
1.01k stars 125 forks source link

Add CPU Stepping #112

Closed klauspost closed 1 year ago

klauspost commented 1 year ago

And fix family/model for very old CPUs.

Fixes #111

anatol commented 1 year ago

Tested it on my machine and things look good. Thank you for the quick reply!