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

fix: Add x86_64 archspec support for Windows #3803

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jjerphan
Copy link
Member

@jjerphan jjerphan commented Feb 5, 2025

Fix #3795.

@jjerphan jjerphan added the release::bug_fixes For PRs fixing bugs label Feb 5, 2025
@jjerphan jjerphan requested a review from Klaim February 5, 2025 12:37
@jjerphan jjerphan marked this pull request as ready for review February 5, 2025 12:37
int cpu_info[4];
int eax_value = 7;
int ecx_value = 0;
__cpuidex(cpu_info, eax_value, ecx_value);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to reviewers: I am wondering whether more checks are needed to check that 7 and 0 are valid value for eax_value and ecx_value (AKA leaf and subleaf in Intel's terminology).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release::bug_fixes For PRs fixing bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Archspec not implemented for Windows
1 participant