Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide stepping information for Intel CPU #111

Closed
anatol opened this issue Jul 14, 2022 · 1 comment · Fixed by #112
Closed

Provide stepping information for Intel CPU #111

anatol opened this issue Jul 14, 2022 · 1 comment · Fixed by #112

Comments

@anatol
Copy link

anatol commented Jul 14, 2022

Here is a cpuinfo data

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 158
model name	: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
stepping	: 10
microcode	: 0xf0
cpu MHz		: 1259.110
cache size	: 12288 KB
physical id	: 0
siblings	: 12
core id		: 5
cpu cores	: 6
apicid		: 11
initial apicid	: 11
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes

It looks like cpuid does not provide a way to get the "stepping" information. Would it be possible to add API access to such CPU information?

klauspost added a commit that referenced this issue Jul 14, 2022
And fix family/model for very old CPUs.

Fixes #111
@klauspost
Copy link
Owner

Added in #112 - looked into microcode version, but it appears to be privileged and not available through CPUID.

klauspost added a commit that referenced this issue Jul 14, 2022
And fix family/model for very old CPUs.

Fixes #111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants