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

avfilter/tonemapx: use fma neon intrinsics #469

Merged
merged 1 commit into from
Sep 29, 2024
Merged

Commits on Sep 29, 2024

  1. avfilter/tonemapx: use fma neon intrinsics

    No observable performance difference observed, and some compilers
    even generate the same instructions for mla and fma intrinsics.
    
    This is just a cleanup to always use fma for float32 for consistency.
    gnattu committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    813ec07 View commit details
    Browse the repository at this point in the history