Skip to content

Commit

Permalink
Merge pull request gnuradio#755 from argilo/remove-sse2neon-2
Browse files Browse the repository at this point in the history
Replace sse2neon with native NEON
  • Loading branch information
jdemel authored Feb 9, 2024
2 parents 5a37944 + 1692a11 commit 1c73889
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 176 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[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: 0 additions & 1 deletion include/volk/sse2neon
Submodule sse2neon deleted from 1d7906
2 changes: 0 additions & 2 deletions kernels/volk/volk_8u_conv_k7_r2puppet_8u.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ static inline void volk_8u_conv_k7_r2puppet_8u_spiral(unsigned char* dec,

#if LV_HAVE_NEON

#include "volk/sse2neon/sse2neon.h"

static inline void volk_8u_conv_k7_r2puppet_8u_neonspiral(unsigned char* dec,
unsigned char* syms,
unsigned int framebits)
Expand Down
Loading

0 comments on commit 1c73889

Please sign in to comment.