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

Fix usage of vfma/vfms on platforms that don't have FMA extensions #221

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

stellar-aria
Copy link
Contributor

@stellar-aria stellar-aria commented Dec 13, 2024

Ran into issues with compilation for Cortex-A9/NEON when not using autovectorization due to AdvSIMDv1/VFPv3 not having the FMA extensions available. This replaces those with the standard vmla/vmls non-fused intrinsics.

@stellar-aria stellar-aria changed the title Fix usage of vfma on platform that don't have it Fix usage of vfma/vfms on platforms that don't have FMA extensions Dec 13, 2024
@christophe0606
Copy link
Contributor

@stellar-aria Thanks. I do not yet have github actions to test the Neon part. So I'll have to do it manually. I'll run those tests next week and try to merge your PRs.

@christophe0606 christophe0606 merged commit 9eca8cc into ARM-software:main Dec 13, 2024
10 checks passed
@stellar-aria stellar-aria deleted the bug/vfma-on-vfpv3 branch December 19, 2024 16:09
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.

2 participants