Skip to content
Snippets Groups Projects
Commit 14e6da9a authored by DONG Anyuan's avatar DONG Anyuan
Browse files

Remove Coverity Scan CID 261470 (Using uninitialized value tmp. Field...

Remove Coverity Scan CID 261470 (Using uninitialized value tmp. Field tmp.elems is uninitialized when calling _mm256_insert_epi8.)
parent 4c60ee77
No related branches found
No related tags found
No related merge requests found
......@@ -378,7 +378,7 @@ char interleave_compact_byte(short *base_interleaver,unsigned char *input, unsig
__m128i tmp;
uint16_t *systematic2_ptr=(uint16_t *) output;
#else
__m256i tmp = _mm256_setzero_si256();
__m256i tmp;
uint32_t *systematic2_ptr=(uint32_t *) output;
#endif
#elif defined(__arm__)
......
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