Skip to content
Snippets Groups Projects
Commit 804df1b7 authored by knopp's avatar knopp
Browse files

removed minor AVX2 optimizations from 16-bit turbo decoder. had issues for...

removed minor AVX2 optimizations from 16-bit turbo decoder. had issues for small block lengths in UE.
parent 8c5ebac1
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@
#define print_shorts(s,x) fprintf(fdsse4,"%s %d,%d,%d,%d,%d,%d,%d,%d\n",s,(x)[0],(x)[1],(x)[2],(x)[3],(x)[4],(x)[5],(x)[6],(x)[7])
#endif
#undef __AVX2__
#ifdef DEBUG_LOGMAP
FILE *fdsse4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment