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

x86: make improvements to port library for cpu identification #7221

Open
BradleyWood opened this issue Jan 9, 2024 · 0 comments
Open

x86: make improvements to port library for cpu identification #7221

BradleyWood opened this issue Jan 9, 2024 · 0 comments

Comments

@BradleyWood
Copy link
Member

The port library has little or no information on newer intel/amd processor models, does not emit accurate processor name/family info.

The following improvement should be expected:

  • Verify and compile complete list of processor model ids
  • OMR::CPU::isAtLeast(,,,) & OMR::CPU::is(,,,) should work for newer models
  • Ability to guard features to specific processor model families (such as skylake & newer)
  • Fix, update, and verify processor feature names
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

1 participant