Commit 804df1b7 authored by Raymond Knopp's avatar Raymond Knopp

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment