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 using NEON intrinsics when AUTOVECTORIZE is set #213

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

stellar-aria
Copy link
Contributor

@stellar-aria stellar-aria commented Oct 21, 2024

Ran into an issue where even with AUTOVECTORIZE set, NEON intrinsics were still being compiled (namely, vfmaq which isn't available on Cortex-A9). This simply adds the guard to properly prevent that.

This fixes #190

@christophe0606 christophe0606 merged commit bce4134 into ARM-software:main Oct 22, 2024
10 checks passed
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.

arm_svm_polynomial_predict_f32.c error
2 participants