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 rounding issue in arm_cos_f32 #254

Merged
merged 2 commits into from
Oct 1, 2018
Merged

Fix rounding issue in arm_cos_f32 #254

merged 2 commits into from
Oct 1, 2018

Conversation

madcowswe
Copy link
Collaborator

There is a bug in the arm fast math library, which gives spikes in the output of arm_cos_f32 for input values close to -pi/2. I submitted a fix to the ARM CMSIS repo.

This PR implements that fix locally to us while we wait for it to be accepted upstream.

@madcowswe madcowswe merged commit 6c89460 into devel Oct 1, 2018
@madcowswe madcowswe deleted the fix-sincos branch October 7, 2018 02:39
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.

1 participant