Skip to content

Commit

Permalink
Get the sse2neon.h file to a git submodule to avoid random copies.
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
balister committed Dec 18, 2023
1 parent f2fb33c commit b22fd52
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8,866 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "cpu_features"]
path = cpu_features
url = https://github.com/google/cpu_features.git
[submodule "include/volk/sse2neon"]
path = include/volk/sse2neon
url = https://github.com/DLTcollab/sse2neon.git
1 change: 1 addition & 0 deletions include/volk/sse2neon
Submodule sse2neon added at 1d7906
Loading

0 comments on commit b22fd52

Please sign in to comment.