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

Conversation

gnattu
Copy link
Member

@gnattu gnattu commented Sep 29, 2024

No observable performance difference, 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.

Changes

Issues

@gnattu gnattu requested a review from a team September 29, 2024 12:31
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.
@nyanmisaka nyanmisaka merged commit 5997665 into jellyfin Sep 29, 2024
27 checks passed
@nyanmisaka nyanmisaka deleted the use-neon-fma-intrin branch September 29, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants