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

CpuId::new() not support apple m2 #154

Closed
wacdev opened this issue Apr 11, 2023 · 2 comments
Closed

CpuId::new() not support apple m2 #154

wacdev opened this issue Apr 11, 2023 · 2 comments

Comments

@wacdev
Copy link

wacdev commented Apr 11, 2023

as title

@gz
Copy link
Owner

gz commented Apr 13, 2023

Hi this will be fixed once #140 lands.

Please note however that this is an x86 specific library as cpuid (the instruction) is only available on x86 architectures. Hence, this library has very limited usefulness on M2 which is based on arm. In a nutshell: all you can do on M2 is to inspect previously serialized results of CPUID or custom/random CPUID result data.

@gz
Copy link
Owner

gz commented Apr 17, 2023

#140 landed in v11. You can run the library on m2 now. Note that you won't be able to have the NativeCpuReader implementation for cpuid though (see my earlier coment.

@gz gz closed this as completed Apr 17, 2023
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

No branches or pull requests

2 participants