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

Adjust RdCostARM.h to compile on 32-bit Arm platforms #456

Merged

Commits on Oct 29, 2024

  1. Adjust RdCostARM.h to compile on 32-bit Arm platforms

    The existing code makes use of some intrinsics that are only available
    in AArch64, so make use of the recently added sum_neon.h header to allow
    compatibility with 32-bit Arm as well.
    georges-arm committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    700771a View commit details
    Browse the repository at this point in the history