Commit 25004365 authored by Robert Schmidt's avatar Robert Schmidt

Remove some variables from LDPC generated code to avoid warnings

parent 97b3d1a5
......@@ -62,10 +62,6 @@ void nrLDPC_bnProc_BG2_generator_AVX2(int R)
fprintf(fd," __m256i* p_bnProcBuf; \n");
fprintf(fd," __m256i* p_bnProcBufRes; \n");
fprintf(fd," __m256i* p_llrRes; \n");
fprintf(fd," __m256i* p_res; \n");
fprintf(fd," uint32_t M, i; \n");
......
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