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

Get the sse2neon.h file to a git submodule to avoid random copies. #737

Merged
merged 1 commit into from
Jan 7, 2024

Conversation

balister
Copy link
Contributor

sse2neon.h is maintained at https://github.com/DLTcollab/sse2neon. This commit replaces the file copied from this repo with a submodule adding the repo to the volk source tree. The files that use the header file need the include path changing from volk/sse2neon.n to volk/sse2neon/sse2neon.h.

sse2neon.h is maintained at https://github.com/DLTcollab/sse2neon.
This commit replaces the file copied from this repo with a submodule
adding the repo to the volk source tree. The files that use
the header file need the include path changing from volk/sse2neon.n
to volk/sse2neon/sse2neon.h.

Signed-off-by: Philip Balister <[email protected]>
Copy link
Contributor

@jdemel jdemel left a comment

Choose a reason for hiding this comment

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

LGTM. Makes sense to add a submodule instead of a copy.

@jdemel jdemel merged commit dedc6a7 into gnuradio:main Jan 7, 2024
32 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.

2 participants