Commit 42a0f7b0 authored by Dong Anyuan's avatar Dong Anyuan

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

Remove Coverity Scan CID 261519 (Using uninitialized value tmp. Field tmp.elems is uninitialized when calling _mm256_insert_epi16.)
parent 14e6da9a
......@@ -933,7 +933,7 @@ unsigned char phy_threegpplte_turbo_decoder16avx2(int16_t *y,
uint32_t db;
__m256i tmp=_mm256_setzero_si256(), zeros=_mm256_setzero_si256();
__m256i tmp, zeros=_mm256_setzero_si256();
int offset8_flag=0;
......
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