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

Detect ARM CPU features for host target and in runtime (Backport to release/18.x) #8343

Merged
merged 1 commit into from
Jul 17, 2024

Commits on Jul 15, 2024

  1. Detect ARM CPU features for host target and in runtime (#8298)

    Adds feature detection for ARM CPUs to the runtime library and to
    the host target feature computation. Supports Windows, macOS,
    Linux, iOS, and Android.
    
    Also fix bug in Type::max() and Type::min() for float16.
    
    Fixes #4727
    Fixes #6106
    Fixes #7901
    Fixes #7979
    Fixes #8340
    alexreinking authored and steven-johnson committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    23ce3eb View commit details
    Browse the repository at this point in the history