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

make : improve cpuinfo handling on x86 hosts #1238

Merged

Commits on Sep 1, 2023

  1. make : simplify and correct x86 ISA extensions detection on the host

    It got broken in commit c5f9acf for Haiku and Mac OS (Intel),
    which report CPU features in upper case.
    
    Now we're finding the names in case-insensitive manner and as words.
    SSE3 detection has been corrected for Linux, which uses PNI for that
    (Prescott New Instructions).
    przemoc committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    aabf893 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28e525e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3c9e42 View commit details
    Browse the repository at this point in the history
  4. make : correct AVX x86 ISA extension detection on macOS (Intel) host

    It got broken in commit c5f9acf.  macOS calls it AVX1.0.
    przemoc committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6b0987e View commit details
    Browse the repository at this point in the history