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: Update to something a little more modern #4068

Merged
merged 1 commit into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. CPUID: Update to something a little more modern

    Previously reported as some old CPU without AVX and SSE4 and other
    things.
    Start advertising as something more modern that actually shipped with
    AVX2 and other features. Should help some modern libraries that do bad
    family and model checks rather that CPUID features checks.
    
    Also removes the silly `(ES)` tag from CPU-Z.
    
    Also moves generation in to a constexpr function that can actually range
    check these 4-bit and 8-bit values.
    Sonicadvance1 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    09879bd View commit details
    Browse the repository at this point in the history