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

kernel: Fix typo in implementation name #447

Merged
merged 1 commit into from
Feb 14, 2021

Conversation

jdemel
Copy link
Contributor

@jdemel jdemel commented Feb 14, 2021

The AVX2 kernels in volk_16ic_x2_dot_prod_16ic were named incorrectly.
Instead of _avx2 the function names ended with _axv2. This commit
fixes the typo.

However, this does change two function names in files that we install.
This might require us to add a wrapper with the old name that just calls
the new, and correct, name.

The AVX2 kernels in `volk_16ic_x2_dot_prod_16ic` were named incorrectly.
Instead of `_avx2` the function names ended with `_axv2`. This commit
fixes the typo.

However, this does change two function names in files that we install.
This might require us to add a wrapper with the old name that just calls
the new, and correct, name.
Copy link
Contributor

@michaelld michaelld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@michaelld
Copy link
Contributor

Thinking since this was caught so quickly that we just need to get it fixed in the code here since it will never have been "in the wild" to need further changes ... not 100% sure of course ...

@michaelld
Copy link
Contributor

I'm going ahead with the merge on the hopes that this will take care of any issues with those typos ... if not then we'll deal with it in another PR :)

@michaelld michaelld merged commit cf44693 into gnuradio:master Feb 14, 2021
@jdemel jdemel deleted the fix-impl-names branch April 11, 2021 15:38
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