Error: COMPILER_WARNING (CWE-563): [#def1] xeve-0.5.1/app/xeve_app.c: scope_hint: In function ‘y4m_parse_tags’ xeve-0.5.1/app/xeve_app.c:374:35: warning[-Wunused-but-set-variable]: variable ‘interlace’ set but not used # 374 | int pix_ratio_n, pix_ratio_d, interlace; # | ^~~~~~~~~ # 372| char t_buff[20]; # 373| int found_w = 0, found_h = 0, found_cf = 0; # 374|-> int pix_ratio_n, pix_ratio_d, interlace; # 375| # 376| for (p = tags;; p = q) Error: COMPILER_WARNING (CWE-704): [#def2] xeve-0.5.1/app/xeve_app.c: scope_hint: In function ‘update_sei_param’ xeve-0.5.1/app/xeve_app.c:648:33: warning[-Wpointer-to-int-cast]: cast from pointer to integer of different size # 648 | param->master_display = (int)strdup(args->master_display); # | ^ # 646| if (strlen(args->master_display) > 0) # 647| { # 648|-> param->master_display = (int)strdup(args->master_display); # 649| } # 650| if (strlen(args->max_cll) > 0) Error: COMPILER_WARNING (CWE-704): [#def3] xeve-0.5.1/app/xeve_app.c:648:33: warning[-Wpointer-to-int-cast]: cast from pointer to integer of different size # 646| if (strlen(args->master_display) > 0) # 647| { # 648|-> param->master_display = (int)strdup(args->master_display); # 649| } # 650| if (strlen(args->max_cll) > 0) Error: COMPILER_WARNING (CWE-1164): [#def4] xeve-0.5.1/app/xeve_app_args.h:767:12: warning[-Wunused-function]: ‘args_get_arg’ defined but not used # 767 | static int args_get_arg(ARGS_OPT * ops, int idx, char * result) # | ^~~~~~~~~~~~ # 765| # 766| # 767|-> static int args_get_arg(ARGS_OPT * ops, int idx, char * result) # 768| { # 769| char vtype[32]; Error: COMPILER_WARNING (CWE-1164): [#def5] xeve-0.5.1/app/xeve_app.c:33: included_from: Included from here. xeve-0.5.1/app/xeve_app_args.h: scope_hint: At top level xeve-0.5.1/app/xeve_app_args.h:808:12: warning[-Wunused-function]: ‘args_parse_int_x_int’ defined but not used # 808 | static int args_parse_int_x_int(char * str, int * num0, int * num1) # | ^~~~~~~~~~~~~~~~~~~~ # 806| } # 807| # 808|-> static int args_parse_int_x_int(char * str, int * num0, int * num1) # 809| { # 810| char str0_t[64]; Error: COMPILER_WARNING (CWE-563): [#def6] xeve-0.5.1/app/xeve_app_util.h:160:9: warning[-Wunused-variable]: unused variable ‘y_size’ # 160 | int y_size, u_size, v_size; # | ^~~~~~ # 158| { # 159| int f_w, f_h; # 160|-> int y_size, u_size, v_size; # 161| unsigned char * p8; # 162| Error: COMPILER_WARNING (CWE-563): [#def7] xeve-0.5.1/app/xeve_app_util.h:160:17: warning[-Wunused-variable]: unused variable ‘u_size’ # 160 | int y_size, u_size, v_size; # | ^~~~~~ # 158| { # 159| int f_w, f_h; # 160|-> int y_size, u_size, v_size; # 161| unsigned char * p8; # 162| Error: COMPILER_WARNING (CWE-563): [#def8] xeve-0.5.1/app/xeve_app.c:32: included_from: Included from here. xeve-0.5.1/app/xeve_app_util.h: scope_hint: In function ‘imgb_read’ xeve-0.5.1/app/xeve_app_util.h:160:25: warning[-Wunused-variable]: unused variable ‘v_size’ # 160 | int y_size, u_size, v_size; # | ^~~~~~ # 158| { # 159| int f_w, f_h; # 160|-> int y_size, u_size, v_size; # 161| unsigned char * p8; # 162| Error: COMPILER_WARNING (CWE-563): [#def9] xeve-0.5.1/app/xeve_app_util.h:248:21: warning[-Wunused-but-set-variable]: variable ‘cs_w_off’ set but not used # 248 | int cs_w_off, cs_h_off; # | ^~~~~~~~ # 246| unsigned char * p8; # 247| int i, j, bd; # 248|-> int cs_w_off, cs_h_off; # 249| FILE * fp; # 250| Error: COMPILER_WARNING (CWE-563): [#def10] xeve-0.5.1/app/xeve_app_util.h: scope_hint: In function ‘imgb_write’ xeve-0.5.1/app/xeve_app_util.h:248:31: warning[-Wunused-but-set-variable]: variable ‘cs_h_off’ set but not used # 248 | int cs_w_off, cs_h_off; # | ^~~~~~~~ # 246| unsigned char * p8; # 247| int i, j, bd; # 248|-> int cs_w_off, cs_h_off; # 249| FILE * fp; # 250| Error: COMPILER_WARNING (CWE-681): [#def11] xeve-0.5.1/app/xeve_app_util.h: scope_hint: In function ‘imgb_cpy_shift_left’ xeve-0.5.1/app/xeve_app_util.h:392:15: warning[-Wpointer-sign]: pointer targets in assignment from ‘short int *’ to ‘short unsigned int *’ differ in signedness # 392 | s = (short*)(((unsigned char *)s) + src->s[i]); # | ^ # 390| d[k] = (unsigned short)(s[k] << shift); # 391| } # 392|-> s = (short*)(((unsigned char *)s) + src->s[i]); # 393| d = (short*)(((unsigned char *)d) + dst->s[i]); # 394| } Error: COMPILER_WARNING (CWE-681): [#def12] xeve-0.5.1/app/xeve_app_util.h:393:15: warning[-Wpointer-sign]: pointer targets in assignment from ‘short int *’ to ‘short unsigned int *’ differ in signedness # 393 | d = (short*)(((unsigned char *)d) + dst->s[i]); # | ^ # 391| } # 392| s = (short*)(((unsigned char *)s) + src->s[i]); # 393|-> d = (short*)(((unsigned char *)d) + dst->s[i]); # 394| } # 395| } Error: COMPILER_WARNING (CWE-681): [#def13] xeve-0.5.1/app/xeve_app_util.h: scope_hint: In function ‘imgb_cpy_shift_right’ xeve-0.5.1/app/xeve_app_util.h:427:15: warning[-Wpointer-sign]: pointer targets in assignment from ‘short int *’ to ‘short unsigned int *’ differ in signedness # 427 | s = (short*)(((unsigned char *)s) + src->s[i]); # | ^ # 425| # 426| } # 427|-> s = (short*)(((unsigned char *)s) + src->s[i]); # 428| d = (short*)(((unsigned char *)d) + dst->s[i]); # 429| } Error: COMPILER_WARNING (CWE-681): [#def14] xeve-0.5.1/app/xeve_app_util.h:428:15: warning[-Wpointer-sign]: pointer targets in assignment from ‘short int *’ to ‘short unsigned int *’ differ in signedness # 428 | d = (short*)(((unsigned char *)d) + dst->s[i]); # | ^ # 426| } # 427| s = (short*)(((unsigned char *)s) + src->s[i]); # 428|-> d = (short*)(((unsigned char *)d) + dst->s[i]); # 429| } # 430| } Error: COMPILER_WARNING (CWE-477): [#def15] xeve-0.5.1/redhat-linux-build/CMakeFiles/CMakeScratch/TryCompile-QuLQgm/src.c:2:5: warning[-Wdeprecated-declarations]: ‘somefunc’ is deprecated Error: COMPILER_WARNING: [#def16] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1654:21: warning[-Wpsabi]: AVX vector return without AVX enabled changes the ABI # 1652| __m256i o[32], e[32], eo[16], ee[16], eeo[8], eee[8], eeeo[4], eeee[4], eeeeo[2], eeeee[2]; # 1653| __m256i v[64], t[16], d[64]; # 1654|-> __m256i max_val = _mm256_set1_epi32(MAX_TX_VAL_32); # 1655| __m256i min_val = _mm256_set1_epi32(MIN_TX_VAL_32); # 1656| __m256i coef[32][32]; Error: COMPILER_WARNING: [#def17] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1654:31: note[note]: called from here # 1652| __m256i o[32], e[32], eo[16], ee[16], eeo[8], eee[8], eeeo[4], eeee[4], eeeeo[2], eeeee[2]; # 1653| __m256i v[64], t[16], d[64]; # 1654|-> __m256i max_val = _mm256_set1_epi32(MAX_TX_VAL_32); # 1655| __m256i min_val = _mm256_set1_epi32(MIN_TX_VAL_32); # 1656| __m256i coef[32][32]; Error: COMPILER_WARNING: [#def18] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1655:31: note[note]: called from here # 1653| __m256i v[64], t[16], d[64]; # 1654| __m256i max_val = _mm256_set1_epi32(MAX_TX_VAL_32); # 1655|-> __m256i min_val = _mm256_set1_epi32(MIN_TX_VAL_32); # 1656| __m256i coef[32][32]; # 1657| Error: COMPILER_WARNING: [#def19] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1662:34: note[note]: called from here # 1660| for (int j = 0; j < 32; j++) # 1661| { # 1662|-> coef[i][j] = _mm256_set1_epi32(((s32)(xeve_tbl_tm64[j + 32][i]) << 16) | (xeve_tbl_tm64[j][i] & 0xFFFF)); # 1663| } # 1664| } Error: COMPILER_WARNING: [#def20] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1680:28: note[note]: called from here # 1678| a[i] = _mm_unpacklo_epi16(r[i], r[i + 32]); # 1679| b[i] = _mm_unpackhi_epi16(r[i], r[i + 32]); # 1680|-> v[i] = _mm256_set_m128i(b[i], a[i]); # 1681| } # 1682| Error: COMPILER_WARNING: [#def21] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1719:21: note[note]: called from here # 1717| for (int i = 0; i < 32; i++) # 1718| { # 1719|-> XEVE_ITX64_O(o[i], i); # 1720| } # 1721| #undef XEVE_ITX64_O Error: COMPILER_WARNING: [#def22] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1743:21: note[note]: called from here # 1741| for (int i = 0; i < 16; i++) # 1742| { # 1743|-> XEVE_ITX64_EO(eo[i], i); # 1744| } # 1745| #undef XEVE_ITX64_EO Error: COMPILER_WARNING: [#def23] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1759:21: note[note]: called from here # 1757| for (int i = 0; i < 8; i++) # 1758| { # 1759|-> XEVE_ITX64_EEO(eeo[i], i); # 1760| } # 1761| #undef XEVE_ITX64_EEO Error: COMPILER_WARNING: [#def24] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1771:21: note[note]: called from here # 1769| for (int i = 0; i < 4; i++) # 1770| { # 1771|-> XEVE_ITX64_EEEO(eeeo[i], i); # 1772| } # 1773| #undef XEVE_ITX64_EEEO Error: COMPILER_WARNING: [#def25] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1776:28: note[note]: called from here # 1774| # 1775| # 1776|-> eeeeo[0] = _mm256_madd_epi16(v[16], coef[0][16]); # 1777| eeeeo[1] = _mm256_madd_epi16(v[16], coef[1][16]); # 1778| eeeee[0] = _mm256_madd_epi16(v[0], coef[0][0]); Error: COMPILER_WARNING: [#def26] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1777:28: note[note]: called from here # 1775| # 1776| eeeeo[0] = _mm256_madd_epi16(v[16], coef[0][16]); # 1777|-> eeeeo[1] = _mm256_madd_epi16(v[16], coef[1][16]); # 1778| eeeee[0] = _mm256_madd_epi16(v[0], coef[0][0]); # 1779| eeeee[1] = _mm256_madd_epi16(v[0], coef[1][0]); Error: COMPILER_WARNING: [#def27] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1778:28: note[note]: called from here # 1776| eeeeo[0] = _mm256_madd_epi16(v[16], coef[0][16]); # 1777| eeeeo[1] = _mm256_madd_epi16(v[16], coef[1][16]); # 1778|-> eeeee[0] = _mm256_madd_epi16(v[0], coef[0][0]); # 1779| eeeee[1] = _mm256_madd_epi16(v[0], coef[1][0]); # 1780| Error: COMPILER_WARNING: [#def28] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1779:28: note[note]: called from here # 1777| eeeeo[1] = _mm256_madd_epi16(v[16], coef[1][16]); # 1778| eeeee[0] = _mm256_madd_epi16(v[0], coef[0][0]); # 1779|-> eeeee[1] = _mm256_madd_epi16(v[0], coef[1][0]); # 1780| # 1781| eeee[0] = _mm256_add_epi32(eeeee[0], eeeeo[0]); Error: COMPILER_WARNING: [#def29] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1781:27: note[note]: called from here # 1779| eeeee[1] = _mm256_madd_epi16(v[0], coef[1][0]); # 1780| # 1781|-> eeee[0] = _mm256_add_epi32(eeeee[0], eeeeo[0]); # 1782| eeee[1] = _mm256_add_epi32(eeeee[1], eeeeo[1]); # 1783| eeee[2] = _mm256_sub_epi32(eeeee[1], eeeeo[1]); Error: COMPILER_WARNING: [#def30] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1782:27: note[note]: called from here # 1780| # 1781| eeee[0] = _mm256_add_epi32(eeeee[0], eeeeo[0]); # 1782|-> eeee[1] = _mm256_add_epi32(eeeee[1], eeeeo[1]); # 1783| eeee[2] = _mm256_sub_epi32(eeeee[1], eeeeo[1]); # 1784| eeee[3] = _mm256_sub_epi32(eeeee[0], eeeeo[0]); Error: COMPILER_WARNING: [#def31] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1783:27: note[note]: called from here # 1781| eeee[0] = _mm256_add_epi32(eeeee[0], eeeeo[0]); # 1782| eeee[1] = _mm256_add_epi32(eeeee[1], eeeeo[1]); # 1783|-> eeee[2] = _mm256_sub_epi32(eeeee[1], eeeeo[1]); # 1784| eeee[3] = _mm256_sub_epi32(eeeee[0], eeeeo[0]); # 1785| Error: COMPILER_WARNING: [#def32] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1784:27: note[note]: called from here # 1782| eeee[1] = _mm256_add_epi32(eeeee[1], eeeeo[1]); # 1783| eeee[2] = _mm256_sub_epi32(eeeee[1], eeeeo[1]); # 1784|-> eeee[3] = _mm256_sub_epi32(eeeee[0], eeeeo[0]); # 1785| # 1786| eee[0] = _mm256_add_epi32(eeee[0], eeeo[0]); Error: COMPILER_WARNING: [#def33] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1786:26: note[note]: called from here # 1784| eeee[3] = _mm256_sub_epi32(eeeee[0], eeeeo[0]); # 1785| # 1786|-> eee[0] = _mm256_add_epi32(eeee[0], eeeo[0]); # 1787| eee[1] = _mm256_add_epi32(eeee[1], eeeo[1]); # 1788| eee[2] = _mm256_add_epi32(eeee[2], eeeo[2]); Error: COMPILER_WARNING: [#def34] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1787:26: note[note]: called from here # 1785| # 1786| eee[0] = _mm256_add_epi32(eeee[0], eeeo[0]); # 1787|-> eee[1] = _mm256_add_epi32(eeee[1], eeeo[1]); # 1788| eee[2] = _mm256_add_epi32(eeee[2], eeeo[2]); # 1789| eee[3] = _mm256_add_epi32(eeee[3], eeeo[3]); Error: COMPILER_WARNING: [#def35] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1788:26: note[note]: called from here # 1786| eee[0] = _mm256_add_epi32(eeee[0], eeeo[0]); # 1787| eee[1] = _mm256_add_epi32(eeee[1], eeeo[1]); # 1788|-> eee[2] = _mm256_add_epi32(eeee[2], eeeo[2]); # 1789| eee[3] = _mm256_add_epi32(eeee[3], eeeo[3]); # 1790| eee[4] = _mm256_sub_epi32(eeee[3], eeeo[3]); Error: COMPILER_WARNING: [#def36] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1789:26: note[note]: called from here # 1787| eee[1] = _mm256_add_epi32(eeee[1], eeeo[1]); # 1788| eee[2] = _mm256_add_epi32(eeee[2], eeeo[2]); # 1789|-> eee[3] = _mm256_add_epi32(eeee[3], eeeo[3]); # 1790| eee[4] = _mm256_sub_epi32(eeee[3], eeeo[3]); # 1791| eee[5] = _mm256_sub_epi32(eeee[2], eeeo[2]); Error: COMPILER_WARNING: [#def37] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1790:26: note[note]: called from here # 1788| eee[2] = _mm256_add_epi32(eeee[2], eeeo[2]); # 1789| eee[3] = _mm256_add_epi32(eeee[3], eeeo[3]); # 1790|-> eee[4] = _mm256_sub_epi32(eeee[3], eeeo[3]); # 1791| eee[5] = _mm256_sub_epi32(eeee[2], eeeo[2]); # 1792| eee[6] = _mm256_sub_epi32(eeee[1], eeeo[1]); Error: COMPILER_WARNING: [#def38] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1791:26: note[note]: called from here # 1789| eee[3] = _mm256_add_epi32(eeee[3], eeeo[3]); # 1790| eee[4] = _mm256_sub_epi32(eeee[3], eeeo[3]); # 1791|-> eee[5] = _mm256_sub_epi32(eeee[2], eeeo[2]); # 1792| eee[6] = _mm256_sub_epi32(eeee[1], eeeo[1]); # 1793| eee[7] = _mm256_sub_epi32(eeee[0], eeeo[0]); Error: COMPILER_WARNING: [#def39] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1792:26: note[note]: called from here # 1790| eee[4] = _mm256_sub_epi32(eeee[3], eeeo[3]); # 1791| eee[5] = _mm256_sub_epi32(eeee[2], eeeo[2]); # 1792|-> eee[6] = _mm256_sub_epi32(eeee[1], eeeo[1]); # 1793| eee[7] = _mm256_sub_epi32(eeee[0], eeeo[0]); # 1794| Error: COMPILER_WARNING: [#def40] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1793:26: note[note]: called from here # 1791| eee[5] = _mm256_sub_epi32(eeee[2], eeeo[2]); # 1792| eee[6] = _mm256_sub_epi32(eeee[1], eeeo[1]); # 1793|-> eee[7] = _mm256_sub_epi32(eeee[0], eeeo[0]); # 1794| # 1795| ee[ 0] = _mm256_add_epi32(eee[0], eeo[0]); Error: COMPILER_WARNING: [#def41] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1795:26: note[note]: called from here # 1793| eee[7] = _mm256_sub_epi32(eeee[0], eeeo[0]); # 1794| # 1795|-> ee[ 0] = _mm256_add_epi32(eee[0], eeo[0]); # 1796| ee[ 1] = _mm256_add_epi32(eee[1], eeo[1]); # 1797| ee[ 2] = _mm256_add_epi32(eee[2], eeo[2]); Error: COMPILER_WARNING: [#def42] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1796:26: note[note]: called from here # 1794| # 1795| ee[ 0] = _mm256_add_epi32(eee[0], eeo[0]); # 1796|-> ee[ 1] = _mm256_add_epi32(eee[1], eeo[1]); # 1797| ee[ 2] = _mm256_add_epi32(eee[2], eeo[2]); # 1798| ee[ 3] = _mm256_add_epi32(eee[3], eeo[3]); Error: COMPILER_WARNING: [#def43] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1797:26: note[note]: called from here # 1795| ee[ 0] = _mm256_add_epi32(eee[0], eeo[0]); # 1796| ee[ 1] = _mm256_add_epi32(eee[1], eeo[1]); # 1797|-> ee[ 2] = _mm256_add_epi32(eee[2], eeo[2]); # 1798| ee[ 3] = _mm256_add_epi32(eee[3], eeo[3]); # 1799| ee[ 4] = _mm256_add_epi32(eee[4], eeo[4]); Error: COMPILER_WARNING: [#def44] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1798:26: note[note]: called from here # 1796| ee[ 1] = _mm256_add_epi32(eee[1], eeo[1]); # 1797| ee[ 2] = _mm256_add_epi32(eee[2], eeo[2]); # 1798|-> ee[ 3] = _mm256_add_epi32(eee[3], eeo[3]); # 1799| ee[ 4] = _mm256_add_epi32(eee[4], eeo[4]); # 1800| ee[ 5] = _mm256_add_epi32(eee[5], eeo[5]); Error: COMPILER_WARNING: [#def45] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1799:26: note[note]: called from here # 1797| ee[ 2] = _mm256_add_epi32(eee[2], eeo[2]); # 1798| ee[ 3] = _mm256_add_epi32(eee[3], eeo[3]); # 1799|-> ee[ 4] = _mm256_add_epi32(eee[4], eeo[4]); # 1800| ee[ 5] = _mm256_add_epi32(eee[5], eeo[5]); # 1801| ee[ 6] = _mm256_add_epi32(eee[6], eeo[6]); Error: COMPILER_WARNING: [#def46] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1800:26: note[note]: called from here # 1798| ee[ 3] = _mm256_add_epi32(eee[3], eeo[3]); # 1799| ee[ 4] = _mm256_add_epi32(eee[4], eeo[4]); # 1800|-> ee[ 5] = _mm256_add_epi32(eee[5], eeo[5]); # 1801| ee[ 6] = _mm256_add_epi32(eee[6], eeo[6]); # 1802| ee[ 7] = _mm256_add_epi32(eee[7], eeo[7]); Error: COMPILER_WARNING: [#def47] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1801:26: note[note]: called from here # 1799| ee[ 4] = _mm256_add_epi32(eee[4], eeo[4]); # 1800| ee[ 5] = _mm256_add_epi32(eee[5], eeo[5]); # 1801|-> ee[ 6] = _mm256_add_epi32(eee[6], eeo[6]); # 1802| ee[ 7] = _mm256_add_epi32(eee[7], eeo[7]); # 1803| ee[ 8] = _mm256_sub_epi32(eee[7], eeo[7]); Error: COMPILER_WARNING: [#def48] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1802:26: note[note]: called from here # 1800| ee[ 5] = _mm256_add_epi32(eee[5], eeo[5]); # 1801| ee[ 6] = _mm256_add_epi32(eee[6], eeo[6]); # 1802|-> ee[ 7] = _mm256_add_epi32(eee[7], eeo[7]); # 1803| ee[ 8] = _mm256_sub_epi32(eee[7], eeo[7]); # 1804| ee[ 9] = _mm256_sub_epi32(eee[6], eeo[6]); Error: COMPILER_WARNING: [#def49] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1803:26: note[note]: called from here # 1801| ee[ 6] = _mm256_add_epi32(eee[6], eeo[6]); # 1802| ee[ 7] = _mm256_add_epi32(eee[7], eeo[7]); # 1803|-> ee[ 8] = _mm256_sub_epi32(eee[7], eeo[7]); # 1804| ee[ 9] = _mm256_sub_epi32(eee[6], eeo[6]); # 1805| ee[10] = _mm256_sub_epi32(eee[5], eeo[5]); Error: COMPILER_WARNING: [#def50] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1804:26: note[note]: called from here # 1802| ee[ 7] = _mm256_add_epi32(eee[7], eeo[7]); # 1803| ee[ 8] = _mm256_sub_epi32(eee[7], eeo[7]); # 1804|-> ee[ 9] = _mm256_sub_epi32(eee[6], eeo[6]); # 1805| ee[10] = _mm256_sub_epi32(eee[5], eeo[5]); # 1806| ee[11] = _mm256_sub_epi32(eee[4], eeo[4]); Error: COMPILER_WARNING: [#def51] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1805:26: note[note]: called from here # 1803| ee[ 8] = _mm256_sub_epi32(eee[7], eeo[7]); # 1804| ee[ 9] = _mm256_sub_epi32(eee[6], eeo[6]); # 1805|-> ee[10] = _mm256_sub_epi32(eee[5], eeo[5]); # 1806| ee[11] = _mm256_sub_epi32(eee[4], eeo[4]); # 1807| ee[12] = _mm256_sub_epi32(eee[3], eeo[3]); Error: COMPILER_WARNING: [#def52] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1806:26: note[note]: called from here # 1804| ee[ 9] = _mm256_sub_epi32(eee[6], eeo[6]); # 1805| ee[10] = _mm256_sub_epi32(eee[5], eeo[5]); # 1806|-> ee[11] = _mm256_sub_epi32(eee[4], eeo[4]); # 1807| ee[12] = _mm256_sub_epi32(eee[3], eeo[3]); # 1808| ee[13] = _mm256_sub_epi32(eee[2], eeo[2]); Error: COMPILER_WARNING: [#def53] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1807:26: note[note]: called from here # 1805| ee[10] = _mm256_sub_epi32(eee[5], eeo[5]); # 1806| ee[11] = _mm256_sub_epi32(eee[4], eeo[4]); # 1807|-> ee[12] = _mm256_sub_epi32(eee[3], eeo[3]); # 1808| ee[13] = _mm256_sub_epi32(eee[2], eeo[2]); # 1809| ee[14] = _mm256_sub_epi32(eee[1], eeo[1]); Error: COMPILER_WARNING: [#def54] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1808:26: note[note]: called from here # 1806| ee[11] = _mm256_sub_epi32(eee[4], eeo[4]); # 1807| ee[12] = _mm256_sub_epi32(eee[3], eeo[3]); # 1808|-> ee[13] = _mm256_sub_epi32(eee[2], eeo[2]); # 1809| ee[14] = _mm256_sub_epi32(eee[1], eeo[1]); # 1810| ee[15] = _mm256_sub_epi32(eee[0], eeo[0]); Error: COMPILER_WARNING: [#def55] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1809:26: note[note]: called from here # 1807| ee[12] = _mm256_sub_epi32(eee[3], eeo[3]); # 1808| ee[13] = _mm256_sub_epi32(eee[2], eeo[2]); # 1809|-> ee[14] = _mm256_sub_epi32(eee[1], eeo[1]); # 1810| ee[15] = _mm256_sub_epi32(eee[0], eeo[0]); # 1811| Error: COMPILER_WARNING: [#def56] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1810:26: note[note]: called from here # 1808| ee[13] = _mm256_sub_epi32(eee[2], eeo[2]); # 1809| ee[14] = _mm256_sub_epi32(eee[1], eeo[1]); # 1810|-> ee[15] = _mm256_sub_epi32(eee[0], eeo[0]); # 1811| # 1812| e[ 0] = _mm256_add_epi32(ee[ 0], eo[ 0]); Error: COMPILER_WARNING: [#def57] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1812:25: note[note]: called from here # 1810| ee[15] = _mm256_sub_epi32(eee[0], eeo[0]); # 1811| # 1812|-> e[ 0] = _mm256_add_epi32(ee[ 0], eo[ 0]); # 1813| e[ 1] = _mm256_add_epi32(ee[ 1], eo[ 1]); # 1814| e[ 2] = _mm256_add_epi32(ee[ 2], eo[ 2]); Error: COMPILER_WARNING: [#def58] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1813:25: note[note]: called from here # 1811| # 1812| e[ 0] = _mm256_add_epi32(ee[ 0], eo[ 0]); # 1813|-> e[ 1] = _mm256_add_epi32(ee[ 1], eo[ 1]); # 1814| e[ 2] = _mm256_add_epi32(ee[ 2], eo[ 2]); # 1815| e[ 3] = _mm256_add_epi32(ee[ 3], eo[ 3]); Error: COMPILER_WARNING: [#def59] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1814:25: note[note]: called from here # 1812| e[ 0] = _mm256_add_epi32(ee[ 0], eo[ 0]); # 1813| e[ 1] = _mm256_add_epi32(ee[ 1], eo[ 1]); # 1814|-> e[ 2] = _mm256_add_epi32(ee[ 2], eo[ 2]); # 1815| e[ 3] = _mm256_add_epi32(ee[ 3], eo[ 3]); # 1816| e[ 4] = _mm256_add_epi32(ee[ 4], eo[ 4]); Error: COMPILER_WARNING: [#def60] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1815:25: note[note]: called from here # 1813| e[ 1] = _mm256_add_epi32(ee[ 1], eo[ 1]); # 1814| e[ 2] = _mm256_add_epi32(ee[ 2], eo[ 2]); # 1815|-> e[ 3] = _mm256_add_epi32(ee[ 3], eo[ 3]); # 1816| e[ 4] = _mm256_add_epi32(ee[ 4], eo[ 4]); # 1817| e[ 5] = _mm256_add_epi32(ee[ 5], eo[ 5]); Error: COMPILER_WARNING: [#def61] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1816:25: note[note]: called from here # 1814| e[ 2] = _mm256_add_epi32(ee[ 2], eo[ 2]); # 1815| e[ 3] = _mm256_add_epi32(ee[ 3], eo[ 3]); # 1816|-> e[ 4] = _mm256_add_epi32(ee[ 4], eo[ 4]); # 1817| e[ 5] = _mm256_add_epi32(ee[ 5], eo[ 5]); # 1818| e[ 6] = _mm256_add_epi32(ee[ 6], eo[ 6]); Error: COMPILER_WARNING: [#def62] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1817:25: note[note]: called from here # 1815| e[ 3] = _mm256_add_epi32(ee[ 3], eo[ 3]); # 1816| e[ 4] = _mm256_add_epi32(ee[ 4], eo[ 4]); # 1817|-> e[ 5] = _mm256_add_epi32(ee[ 5], eo[ 5]); # 1818| e[ 6] = _mm256_add_epi32(ee[ 6], eo[ 6]); # 1819| e[ 7] = _mm256_add_epi32(ee[ 7], eo[ 7]); Error: COMPILER_WARNING: [#def63] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1818:25: note[note]: called from here # 1816| e[ 4] = _mm256_add_epi32(ee[ 4], eo[ 4]); # 1817| e[ 5] = _mm256_add_epi32(ee[ 5], eo[ 5]); # 1818|-> e[ 6] = _mm256_add_epi32(ee[ 6], eo[ 6]); # 1819| e[ 7] = _mm256_add_epi32(ee[ 7], eo[ 7]); # 1820| e[ 8] = _mm256_add_epi32(ee[ 8], eo[ 8]); Error: COMPILER_WARNING: [#def64] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1819:25: note[note]: called from here # 1817| e[ 5] = _mm256_add_epi32(ee[ 5], eo[ 5]); # 1818| e[ 6] = _mm256_add_epi32(ee[ 6], eo[ 6]); # 1819|-> e[ 7] = _mm256_add_epi32(ee[ 7], eo[ 7]); # 1820| e[ 8] = _mm256_add_epi32(ee[ 8], eo[ 8]); # 1821| e[ 9] = _mm256_add_epi32(ee[ 9], eo[ 9]); Error: COMPILER_WARNING: [#def65] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1820:25: note[note]: called from here # 1818| e[ 6] = _mm256_add_epi32(ee[ 6], eo[ 6]); # 1819| e[ 7] = _mm256_add_epi32(ee[ 7], eo[ 7]); # 1820|-> e[ 8] = _mm256_add_epi32(ee[ 8], eo[ 8]); # 1821| e[ 9] = _mm256_add_epi32(ee[ 9], eo[ 9]); # 1822| e[10] = _mm256_add_epi32(ee[10], eo[10]); Error: COMPILER_WARNING: [#def66] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1821:25: note[note]: called from here # 1819| e[ 7] = _mm256_add_epi32(ee[ 7], eo[ 7]); # 1820| e[ 8] = _mm256_add_epi32(ee[ 8], eo[ 8]); # 1821|-> e[ 9] = _mm256_add_epi32(ee[ 9], eo[ 9]); # 1822| e[10] = _mm256_add_epi32(ee[10], eo[10]); # 1823| e[11] = _mm256_add_epi32(ee[11], eo[11]); Error: COMPILER_WARNING: [#def67] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1822:25: note[note]: called from here # 1820| e[ 8] = _mm256_add_epi32(ee[ 8], eo[ 8]); # 1821| e[ 9] = _mm256_add_epi32(ee[ 9], eo[ 9]); # 1822|-> e[10] = _mm256_add_epi32(ee[10], eo[10]); # 1823| e[11] = _mm256_add_epi32(ee[11], eo[11]); # 1824| e[12] = _mm256_add_epi32(ee[12], eo[12]); Error: COMPILER_WARNING: [#def68] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1823:25: note[note]: called from here # 1821| e[ 9] = _mm256_add_epi32(ee[ 9], eo[ 9]); # 1822| e[10] = _mm256_add_epi32(ee[10], eo[10]); # 1823|-> e[11] = _mm256_add_epi32(ee[11], eo[11]); # 1824| e[12] = _mm256_add_epi32(ee[12], eo[12]); # 1825| e[13] = _mm256_add_epi32(ee[13], eo[13]); Error: COMPILER_WARNING: [#def69] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1824:25: note[note]: called from here # 1822| e[10] = _mm256_add_epi32(ee[10], eo[10]); # 1823| e[11] = _mm256_add_epi32(ee[11], eo[11]); # 1824|-> e[12] = _mm256_add_epi32(ee[12], eo[12]); # 1825| e[13] = _mm256_add_epi32(ee[13], eo[13]); # 1826| e[14] = _mm256_add_epi32(ee[14], eo[14]); Error: COMPILER_WARNING: [#def70] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1825:25: note[note]: called from here # 1823| e[11] = _mm256_add_epi32(ee[11], eo[11]); # 1824| e[12] = _mm256_add_epi32(ee[12], eo[12]); # 1825|-> e[13] = _mm256_add_epi32(ee[13], eo[13]); # 1826| e[14] = _mm256_add_epi32(ee[14], eo[14]); # 1827| e[15] = _mm256_add_epi32(ee[15], eo[15]); Error: COMPILER_WARNING: [#def71] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1826:25: note[note]: called from here # 1824| e[12] = _mm256_add_epi32(ee[12], eo[12]); # 1825| e[13] = _mm256_add_epi32(ee[13], eo[13]); # 1826|-> e[14] = _mm256_add_epi32(ee[14], eo[14]); # 1827| e[15] = _mm256_add_epi32(ee[15], eo[15]); # 1828| e[16] = _mm256_sub_epi32(ee[15], eo[15]); Error: COMPILER_WARNING: [#def72] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1827:25: note[note]: called from here # 1825| e[13] = _mm256_add_epi32(ee[13], eo[13]); # 1826| e[14] = _mm256_add_epi32(ee[14], eo[14]); # 1827|-> e[15] = _mm256_add_epi32(ee[15], eo[15]); # 1828| e[16] = _mm256_sub_epi32(ee[15], eo[15]); # 1829| e[17] = _mm256_sub_epi32(ee[14], eo[14]); Error: COMPILER_WARNING: [#def73] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1828:25: note[note]: called from here # 1826| e[14] = _mm256_add_epi32(ee[14], eo[14]); # 1827| e[15] = _mm256_add_epi32(ee[15], eo[15]); # 1828|-> e[16] = _mm256_sub_epi32(ee[15], eo[15]); # 1829| e[17] = _mm256_sub_epi32(ee[14], eo[14]); # 1830| e[18] = _mm256_sub_epi32(ee[13], eo[13]); Error: COMPILER_WARNING: [#def74] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1829:25: note[note]: called from here # 1827| e[15] = _mm256_add_epi32(ee[15], eo[15]); # 1828| e[16] = _mm256_sub_epi32(ee[15], eo[15]); # 1829|-> e[17] = _mm256_sub_epi32(ee[14], eo[14]); # 1830| e[18] = _mm256_sub_epi32(ee[13], eo[13]); # 1831| e[19] = _mm256_sub_epi32(ee[12], eo[12]); Error: COMPILER_WARNING: [#def75] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1830:25: note[note]: called from here # 1828| e[16] = _mm256_sub_epi32(ee[15], eo[15]); # 1829| e[17] = _mm256_sub_epi32(ee[14], eo[14]); # 1830|-> e[18] = _mm256_sub_epi32(ee[13], eo[13]); # 1831| e[19] = _mm256_sub_epi32(ee[12], eo[12]); # 1832| e[20] = _mm256_sub_epi32(ee[11], eo[11]); Error: COMPILER_WARNING: [#def76] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1831:25: note[note]: called from here # 1829| e[17] = _mm256_sub_epi32(ee[14], eo[14]); # 1830| e[18] = _mm256_sub_epi32(ee[13], eo[13]); # 1831|-> e[19] = _mm256_sub_epi32(ee[12], eo[12]); # 1832| e[20] = _mm256_sub_epi32(ee[11], eo[11]); # 1833| e[21] = _mm256_sub_epi32(ee[10], eo[10]); Error: COMPILER_WARNING: [#def77] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1832:25: note[note]: called from here # 1830| e[18] = _mm256_sub_epi32(ee[13], eo[13]); # 1831| e[19] = _mm256_sub_epi32(ee[12], eo[12]); # 1832|-> e[20] = _mm256_sub_epi32(ee[11], eo[11]); # 1833| e[21] = _mm256_sub_epi32(ee[10], eo[10]); # 1834| e[22] = _mm256_sub_epi32(ee[ 9], eo[ 9]); Error: COMPILER_WARNING: [#def78] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1833:25: note[note]: called from here # 1831| e[19] = _mm256_sub_epi32(ee[12], eo[12]); # 1832| e[20] = _mm256_sub_epi32(ee[11], eo[11]); # 1833|-> e[21] = _mm256_sub_epi32(ee[10], eo[10]); # 1834| e[22] = _mm256_sub_epi32(ee[ 9], eo[ 9]); # 1835| e[23] = _mm256_sub_epi32(ee[ 8], eo[ 8]); Error: COMPILER_WARNING: [#def79] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1834:25: note[note]: called from here # 1832| e[20] = _mm256_sub_epi32(ee[11], eo[11]); # 1833| e[21] = _mm256_sub_epi32(ee[10], eo[10]); # 1834|-> e[22] = _mm256_sub_epi32(ee[ 9], eo[ 9]); # 1835| e[23] = _mm256_sub_epi32(ee[ 8], eo[ 8]); # 1836| e[24] = _mm256_sub_epi32(ee[ 7], eo[ 7]); Error: COMPILER_WARNING: [#def80] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1835:25: note[note]: called from here # 1833| e[21] = _mm256_sub_epi32(ee[10], eo[10]); # 1834| e[22] = _mm256_sub_epi32(ee[ 9], eo[ 9]); # 1835|-> e[23] = _mm256_sub_epi32(ee[ 8], eo[ 8]); # 1836| e[24] = _mm256_sub_epi32(ee[ 7], eo[ 7]); # 1837| e[25] = _mm256_sub_epi32(ee[ 6], eo[ 6]); Error: COMPILER_WARNING: [#def81] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1836:25: note[note]: called from here # 1834| e[22] = _mm256_sub_epi32(ee[ 9], eo[ 9]); # 1835| e[23] = _mm256_sub_epi32(ee[ 8], eo[ 8]); # 1836|-> e[24] = _mm256_sub_epi32(ee[ 7], eo[ 7]); # 1837| e[25] = _mm256_sub_epi32(ee[ 6], eo[ 6]); # 1838| e[26] = _mm256_sub_epi32(ee[ 5], eo[ 5]); Error: COMPILER_WARNING: [#def82] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1837:25: note[note]: called from here # 1835| e[23] = _mm256_sub_epi32(ee[ 8], eo[ 8]); # 1836| e[24] = _mm256_sub_epi32(ee[ 7], eo[ 7]); # 1837|-> e[25] = _mm256_sub_epi32(ee[ 6], eo[ 6]); # 1838| e[26] = _mm256_sub_epi32(ee[ 5], eo[ 5]); # 1839| e[27] = _mm256_sub_epi32(ee[ 4], eo[ 4]); Error: COMPILER_WARNING: [#def83] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1838:25: note[note]: called from here # 1836| e[24] = _mm256_sub_epi32(ee[ 7], eo[ 7]); # 1837| e[25] = _mm256_sub_epi32(ee[ 6], eo[ 6]); # 1838|-> e[26] = _mm256_sub_epi32(ee[ 5], eo[ 5]); # 1839| e[27] = _mm256_sub_epi32(ee[ 4], eo[ 4]); # 1840| e[28] = _mm256_sub_epi32(ee[ 3], eo[ 3]); Error: COMPILER_WARNING: [#def84] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1839:25: note[note]: called from here # 1837| e[25] = _mm256_sub_epi32(ee[ 6], eo[ 6]); # 1838| e[26] = _mm256_sub_epi32(ee[ 5], eo[ 5]); # 1839|-> e[27] = _mm256_sub_epi32(ee[ 4], eo[ 4]); # 1840| e[28] = _mm256_sub_epi32(ee[ 3], eo[ 3]); # 1841| e[29] = _mm256_sub_epi32(ee[ 2], eo[ 2]); Error: COMPILER_WARNING: [#def85] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1840:25: note[note]: called from here # 1838| e[26] = _mm256_sub_epi32(ee[ 5], eo[ 5]); # 1839| e[27] = _mm256_sub_epi32(ee[ 4], eo[ 4]); # 1840|-> e[28] = _mm256_sub_epi32(ee[ 3], eo[ 3]); # 1841| e[29] = _mm256_sub_epi32(ee[ 2], eo[ 2]); # 1842| e[30] = _mm256_sub_epi32(ee[ 1], eo[ 1]); Error: COMPILER_WARNING: [#def86] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1841:25: note[note]: called from here # 1839| e[27] = _mm256_sub_epi32(ee[ 4], eo[ 4]); # 1840| e[28] = _mm256_sub_epi32(ee[ 3], eo[ 3]); # 1841|-> e[29] = _mm256_sub_epi32(ee[ 2], eo[ 2]); # 1842| e[30] = _mm256_sub_epi32(ee[ 1], eo[ 1]); # 1843| e[31] = _mm256_sub_epi32(ee[ 0], eo[ 0]); Error: COMPILER_WARNING: [#def87] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1842:25: note[note]: called from here # 1840| e[28] = _mm256_sub_epi32(ee[ 3], eo[ 3]); # 1841| e[29] = _mm256_sub_epi32(ee[ 2], eo[ 2]); # 1842|-> e[30] = _mm256_sub_epi32(ee[ 1], eo[ 1]); # 1843| e[31] = _mm256_sub_epi32(ee[ 0], eo[ 0]); # 1844| Error: COMPILER_WARNING: [#def88] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1843:25: note[note]: called from here # 1841| e[29] = _mm256_sub_epi32(ee[ 2], eo[ 2]); # 1842| e[30] = _mm256_sub_epi32(ee[ 1], eo[ 1]); # 1843|-> e[31] = _mm256_sub_epi32(ee[ 0], eo[ 0]); # 1844| # 1845| v[ 0] = _mm256_add_epi32(e[ 0], o[ 0]); Error: COMPILER_WARNING: [#def89] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1845:25: note[note]: called from here # 1843| e[31] = _mm256_sub_epi32(ee[ 0], eo[ 0]); # 1844| # 1845|-> v[ 0] = _mm256_add_epi32(e[ 0], o[ 0]); # 1846| v[ 1] = _mm256_add_epi32(e[ 1], o[ 1]); # 1847| v[ 2] = _mm256_add_epi32(e[ 2], o[ 2]); Error: COMPILER_WARNING: [#def90] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1846:25: note[note]: called from here # 1844| # 1845| v[ 0] = _mm256_add_epi32(e[ 0], o[ 0]); # 1846|-> v[ 1] = _mm256_add_epi32(e[ 1], o[ 1]); # 1847| v[ 2] = _mm256_add_epi32(e[ 2], o[ 2]); # 1848| v[ 3] = _mm256_add_epi32(e[ 3], o[ 3]); Error: COMPILER_WARNING: [#def91] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1847:25: note[note]: called from here # 1845| v[ 0] = _mm256_add_epi32(e[ 0], o[ 0]); # 1846| v[ 1] = _mm256_add_epi32(e[ 1], o[ 1]); # 1847|-> v[ 2] = _mm256_add_epi32(e[ 2], o[ 2]); # 1848| v[ 3] = _mm256_add_epi32(e[ 3], o[ 3]); # 1849| v[ 4] = _mm256_add_epi32(e[ 4], o[ 4]); Error: COMPILER_WARNING: [#def92] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1848:25: note[note]: called from here # 1846| v[ 1] = _mm256_add_epi32(e[ 1], o[ 1]); # 1847| v[ 2] = _mm256_add_epi32(e[ 2], o[ 2]); # 1848|-> v[ 3] = _mm256_add_epi32(e[ 3], o[ 3]); # 1849| v[ 4] = _mm256_add_epi32(e[ 4], o[ 4]); # 1850| v[ 5] = _mm256_add_epi32(e[ 5], o[ 5]); Error: COMPILER_WARNING: [#def93] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1849:25: note[note]: called from here # 1847| v[ 2] = _mm256_add_epi32(e[ 2], o[ 2]); # 1848| v[ 3] = _mm256_add_epi32(e[ 3], o[ 3]); # 1849|-> v[ 4] = _mm256_add_epi32(e[ 4], o[ 4]); # 1850| v[ 5] = _mm256_add_epi32(e[ 5], o[ 5]); # 1851| v[ 6] = _mm256_add_epi32(e[ 6], o[ 6]); Error: COMPILER_WARNING: [#def94] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1850:25: note[note]: called from here # 1848| v[ 3] = _mm256_add_epi32(e[ 3], o[ 3]); # 1849| v[ 4] = _mm256_add_epi32(e[ 4], o[ 4]); # 1850|-> v[ 5] = _mm256_add_epi32(e[ 5], o[ 5]); # 1851| v[ 6] = _mm256_add_epi32(e[ 6], o[ 6]); # 1852| v[ 7] = _mm256_add_epi32(e[ 7], o[ 7]); Error: COMPILER_WARNING: [#def95] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1851:25: note[note]: called from here # 1849| v[ 4] = _mm256_add_epi32(e[ 4], o[ 4]); # 1850| v[ 5] = _mm256_add_epi32(e[ 5], o[ 5]); # 1851|-> v[ 6] = _mm256_add_epi32(e[ 6], o[ 6]); # 1852| v[ 7] = _mm256_add_epi32(e[ 7], o[ 7]); # 1853| v[ 8] = _mm256_add_epi32(e[ 8], o[ 8]); Error: COMPILER_WARNING: [#def96] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1852:25: note[note]: called from here # 1850| v[ 5] = _mm256_add_epi32(e[ 5], o[ 5]); # 1851| v[ 6] = _mm256_add_epi32(e[ 6], o[ 6]); # 1852|-> v[ 7] = _mm256_add_epi32(e[ 7], o[ 7]); # 1853| v[ 8] = _mm256_add_epi32(e[ 8], o[ 8]); # 1854| v[ 9] = _mm256_add_epi32(e[ 9], o[ 9]); Error: COMPILER_WARNING: [#def97] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1853:25: note[note]: called from here # 1851| v[ 6] = _mm256_add_epi32(e[ 6], o[ 6]); # 1852| v[ 7] = _mm256_add_epi32(e[ 7], o[ 7]); # 1853|-> v[ 8] = _mm256_add_epi32(e[ 8], o[ 8]); # 1854| v[ 9] = _mm256_add_epi32(e[ 9], o[ 9]); # 1855| v[10] = _mm256_add_epi32(e[10], o[10]); Error: COMPILER_WARNING: [#def98] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1854:25: note[note]: called from here # 1852| v[ 7] = _mm256_add_epi32(e[ 7], o[ 7]); # 1853| v[ 8] = _mm256_add_epi32(e[ 8], o[ 8]); # 1854|-> v[ 9] = _mm256_add_epi32(e[ 9], o[ 9]); # 1855| v[10] = _mm256_add_epi32(e[10], o[10]); # 1856| v[11] = _mm256_add_epi32(e[11], o[11]); Error: COMPILER_WARNING: [#def99] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1855:25: note[note]: called from here # 1853| v[ 8] = _mm256_add_epi32(e[ 8], o[ 8]); # 1854| v[ 9] = _mm256_add_epi32(e[ 9], o[ 9]); # 1855|-> v[10] = _mm256_add_epi32(e[10], o[10]); # 1856| v[11] = _mm256_add_epi32(e[11], o[11]); # 1857| v[12] = _mm256_add_epi32(e[12], o[12]); Error: COMPILER_WARNING: [#def100] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1856:25: note[note]: called from here # 1854| v[ 9] = _mm256_add_epi32(e[ 9], o[ 9]); # 1855| v[10] = _mm256_add_epi32(e[10], o[10]); # 1856|-> v[11] = _mm256_add_epi32(e[11], o[11]); # 1857| v[12] = _mm256_add_epi32(e[12], o[12]); # 1858| v[13] = _mm256_add_epi32(e[13], o[13]); Error: COMPILER_WARNING: [#def101] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1857:25: note[note]: called from here # 1855| v[10] = _mm256_add_epi32(e[10], o[10]); # 1856| v[11] = _mm256_add_epi32(e[11], o[11]); # 1857|-> v[12] = _mm256_add_epi32(e[12], o[12]); # 1858| v[13] = _mm256_add_epi32(e[13], o[13]); # 1859| v[14] = _mm256_add_epi32(e[14], o[14]); Error: COMPILER_WARNING: [#def102] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1858:25: note[note]: called from here # 1856| v[11] = _mm256_add_epi32(e[11], o[11]); # 1857| v[12] = _mm256_add_epi32(e[12], o[12]); # 1858|-> v[13] = _mm256_add_epi32(e[13], o[13]); # 1859| v[14] = _mm256_add_epi32(e[14], o[14]); # 1860| v[15] = _mm256_add_epi32(e[15], o[15]); Error: COMPILER_WARNING: [#def103] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1859:25: note[note]: called from here # 1857| v[12] = _mm256_add_epi32(e[12], o[12]); # 1858| v[13] = _mm256_add_epi32(e[13], o[13]); # 1859|-> v[14] = _mm256_add_epi32(e[14], o[14]); # 1860| v[15] = _mm256_add_epi32(e[15], o[15]); # 1861| v[16] = _mm256_add_epi32(e[16], o[16]); Error: COMPILER_WARNING: [#def104] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1860:25: note[note]: called from here # 1858| v[13] = _mm256_add_epi32(e[13], o[13]); # 1859| v[14] = _mm256_add_epi32(e[14], o[14]); # 1860|-> v[15] = _mm256_add_epi32(e[15], o[15]); # 1861| v[16] = _mm256_add_epi32(e[16], o[16]); # 1862| v[17] = _mm256_add_epi32(e[17], o[17]); Error: COMPILER_WARNING: [#def105] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1861:25: note[note]: called from here # 1859| v[14] = _mm256_add_epi32(e[14], o[14]); # 1860| v[15] = _mm256_add_epi32(e[15], o[15]); # 1861|-> v[16] = _mm256_add_epi32(e[16], o[16]); # 1862| v[17] = _mm256_add_epi32(e[17], o[17]); # 1863| v[18] = _mm256_add_epi32(e[18], o[18]); Error: COMPILER_WARNING: [#def106] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1862:25: note[note]: called from here # 1860| v[15] = _mm256_add_epi32(e[15], o[15]); # 1861| v[16] = _mm256_add_epi32(e[16], o[16]); # 1862|-> v[17] = _mm256_add_epi32(e[17], o[17]); # 1863| v[18] = _mm256_add_epi32(e[18], o[18]); # 1864| v[19] = _mm256_add_epi32(e[19], o[19]); Error: COMPILER_WARNING: [#def107] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1863:25: note[note]: called from here # 1861| v[16] = _mm256_add_epi32(e[16], o[16]); # 1862| v[17] = _mm256_add_epi32(e[17], o[17]); # 1863|-> v[18] = _mm256_add_epi32(e[18], o[18]); # 1864| v[19] = _mm256_add_epi32(e[19], o[19]); # 1865| v[20] = _mm256_add_epi32(e[20], o[20]); Error: COMPILER_WARNING: [#def108] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1864:25: note[note]: called from here # 1862| v[17] = _mm256_add_epi32(e[17], o[17]); # 1863| v[18] = _mm256_add_epi32(e[18], o[18]); # 1864|-> v[19] = _mm256_add_epi32(e[19], o[19]); # 1865| v[20] = _mm256_add_epi32(e[20], o[20]); # 1866| v[21] = _mm256_add_epi32(e[21], o[21]); Error: COMPILER_WARNING: [#def109] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1865:25: note[note]: called from here # 1863| v[18] = _mm256_add_epi32(e[18], o[18]); # 1864| v[19] = _mm256_add_epi32(e[19], o[19]); # 1865|-> v[20] = _mm256_add_epi32(e[20], o[20]); # 1866| v[21] = _mm256_add_epi32(e[21], o[21]); # 1867| v[22] = _mm256_add_epi32(e[22], o[22]); Error: COMPILER_WARNING: [#def110] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1866:25: note[note]: called from here # 1864| v[19] = _mm256_add_epi32(e[19], o[19]); # 1865| v[20] = _mm256_add_epi32(e[20], o[20]); # 1866|-> v[21] = _mm256_add_epi32(e[21], o[21]); # 1867| v[22] = _mm256_add_epi32(e[22], o[22]); # 1868| v[23] = _mm256_add_epi32(e[23], o[23]); Error: COMPILER_WARNING: [#def111] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1867:25: note[note]: called from here # 1865| v[20] = _mm256_add_epi32(e[20], o[20]); # 1866| v[21] = _mm256_add_epi32(e[21], o[21]); # 1867|-> v[22] = _mm256_add_epi32(e[22], o[22]); # 1868| v[23] = _mm256_add_epi32(e[23], o[23]); # 1869| v[24] = _mm256_add_epi32(e[24], o[24]); Error: COMPILER_WARNING: [#def112] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1868:25: note[note]: called from here # 1866| v[21] = _mm256_add_epi32(e[21], o[21]); # 1867| v[22] = _mm256_add_epi32(e[22], o[22]); # 1868|-> v[23] = _mm256_add_epi32(e[23], o[23]); # 1869| v[24] = _mm256_add_epi32(e[24], o[24]); # 1870| v[25] = _mm256_add_epi32(e[25], o[25]); Error: COMPILER_WARNING: [#def113] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1869:25: note[note]: called from here # 1867| v[22] = _mm256_add_epi32(e[22], o[22]); # 1868| v[23] = _mm256_add_epi32(e[23], o[23]); # 1869|-> v[24] = _mm256_add_epi32(e[24], o[24]); # 1870| v[25] = _mm256_add_epi32(e[25], o[25]); # 1871| v[26] = _mm256_add_epi32(e[26], o[26]); Error: COMPILER_WARNING: [#def114] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1870:25: note[note]: called from here # 1868| v[23] = _mm256_add_epi32(e[23], o[23]); # 1869| v[24] = _mm256_add_epi32(e[24], o[24]); # 1870|-> v[25] = _mm256_add_epi32(e[25], o[25]); # 1871| v[26] = _mm256_add_epi32(e[26], o[26]); # 1872| v[27] = _mm256_add_epi32(e[27], o[27]); Error: COMPILER_WARNING: [#def115] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1871:25: note[note]: called from here # 1869| v[24] = _mm256_add_epi32(e[24], o[24]); # 1870| v[25] = _mm256_add_epi32(e[25], o[25]); # 1871|-> v[26] = _mm256_add_epi32(e[26], o[26]); # 1872| v[27] = _mm256_add_epi32(e[27], o[27]); # 1873| v[28] = _mm256_add_epi32(e[28], o[28]); Error: COMPILER_WARNING: [#def116] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1872:25: note[note]: called from here # 1870| v[25] = _mm256_add_epi32(e[25], o[25]); # 1871| v[26] = _mm256_add_epi32(e[26], o[26]); # 1872|-> v[27] = _mm256_add_epi32(e[27], o[27]); # 1873| v[28] = _mm256_add_epi32(e[28], o[28]); # 1874| v[29] = _mm256_add_epi32(e[29], o[29]); Error: COMPILER_WARNING: [#def117] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1873:25: note[note]: called from here # 1871| v[26] = _mm256_add_epi32(e[26], o[26]); # 1872| v[27] = _mm256_add_epi32(e[27], o[27]); # 1873|-> v[28] = _mm256_add_epi32(e[28], o[28]); # 1874| v[29] = _mm256_add_epi32(e[29], o[29]); # 1875| v[30] = _mm256_add_epi32(e[30], o[30]); Error: COMPILER_WARNING: [#def118] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1874:25: note[note]: called from here # 1872| v[27] = _mm256_add_epi32(e[27], o[27]); # 1873| v[28] = _mm256_add_epi32(e[28], o[28]); # 1874|-> v[29] = _mm256_add_epi32(e[29], o[29]); # 1875| v[30] = _mm256_add_epi32(e[30], o[30]); # 1876| v[31] = _mm256_add_epi32(e[31], o[31]); Error: COMPILER_WARNING: [#def119] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1875:25: note[note]: called from here # 1873| v[28] = _mm256_add_epi32(e[28], o[28]); # 1874| v[29] = _mm256_add_epi32(e[29], o[29]); # 1875|-> v[30] = _mm256_add_epi32(e[30], o[30]); # 1876| v[31] = _mm256_add_epi32(e[31], o[31]); # 1877| v[32] = _mm256_sub_epi32(e[31], o[31]); Error: COMPILER_WARNING: [#def120] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1876:25: note[note]: called from here # 1874| v[29] = _mm256_add_epi32(e[29], o[29]); # 1875| v[30] = _mm256_add_epi32(e[30], o[30]); # 1876|-> v[31] = _mm256_add_epi32(e[31], o[31]); # 1877| v[32] = _mm256_sub_epi32(e[31], o[31]); # 1878| v[33] = _mm256_sub_epi32(e[30], o[30]); Error: COMPILER_WARNING: [#def121] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1877:25: note[note]: called from here # 1875| v[30] = _mm256_add_epi32(e[30], o[30]); # 1876| v[31] = _mm256_add_epi32(e[31], o[31]); # 1877|-> v[32] = _mm256_sub_epi32(e[31], o[31]); # 1878| v[33] = _mm256_sub_epi32(e[30], o[30]); # 1879| v[34] = _mm256_sub_epi32(e[29], o[29]); Error: COMPILER_WARNING: [#def122] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1878:25: note[note]: called from here # 1876| v[31] = _mm256_add_epi32(e[31], o[31]); # 1877| v[32] = _mm256_sub_epi32(e[31], o[31]); # 1878|-> v[33] = _mm256_sub_epi32(e[30], o[30]); # 1879| v[34] = _mm256_sub_epi32(e[29], o[29]); # 1880| v[35] = _mm256_sub_epi32(e[28], o[28]); Error: COMPILER_WARNING: [#def123] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1879:25: note[note]: called from here # 1877| v[32] = _mm256_sub_epi32(e[31], o[31]); # 1878| v[33] = _mm256_sub_epi32(e[30], o[30]); # 1879|-> v[34] = _mm256_sub_epi32(e[29], o[29]); # 1880| v[35] = _mm256_sub_epi32(e[28], o[28]); # 1881| v[36] = _mm256_sub_epi32(e[27], o[27]); Error: COMPILER_WARNING: [#def124] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1880:25: note[note]: called from here # 1878| v[33] = _mm256_sub_epi32(e[30], o[30]); # 1879| v[34] = _mm256_sub_epi32(e[29], o[29]); # 1880|-> v[35] = _mm256_sub_epi32(e[28], o[28]); # 1881| v[36] = _mm256_sub_epi32(e[27], o[27]); # 1882| v[37] = _mm256_sub_epi32(e[26], o[26]); Error: COMPILER_WARNING: [#def125] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1881:25: note[note]: called from here # 1879| v[34] = _mm256_sub_epi32(e[29], o[29]); # 1880| v[35] = _mm256_sub_epi32(e[28], o[28]); # 1881|-> v[36] = _mm256_sub_epi32(e[27], o[27]); # 1882| v[37] = _mm256_sub_epi32(e[26], o[26]); # 1883| v[38] = _mm256_sub_epi32(e[25], o[25]); Error: COMPILER_WARNING: [#def126] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1882:25: note[note]: called from here # 1880| v[35] = _mm256_sub_epi32(e[28], o[28]); # 1881| v[36] = _mm256_sub_epi32(e[27], o[27]); # 1882|-> v[37] = _mm256_sub_epi32(e[26], o[26]); # 1883| v[38] = _mm256_sub_epi32(e[25], o[25]); # 1884| v[39] = _mm256_sub_epi32(e[24], o[24]); Error: COMPILER_WARNING: [#def127] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1883:25: note[note]: called from here # 1881| v[36] = _mm256_sub_epi32(e[27], o[27]); # 1882| v[37] = _mm256_sub_epi32(e[26], o[26]); # 1883|-> v[38] = _mm256_sub_epi32(e[25], o[25]); # 1884| v[39] = _mm256_sub_epi32(e[24], o[24]); # 1885| v[40] = _mm256_sub_epi32(e[23], o[23]); Error: COMPILER_WARNING: [#def128] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1884:25: note[note]: called from here # 1882| v[37] = _mm256_sub_epi32(e[26], o[26]); # 1883| v[38] = _mm256_sub_epi32(e[25], o[25]); # 1884|-> v[39] = _mm256_sub_epi32(e[24], o[24]); # 1885| v[40] = _mm256_sub_epi32(e[23], o[23]); # 1886| v[41] = _mm256_sub_epi32(e[22], o[22]); Error: COMPILER_WARNING: [#def129] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1885:25: note[note]: called from here # 1883| v[38] = _mm256_sub_epi32(e[25], o[25]); # 1884| v[39] = _mm256_sub_epi32(e[24], o[24]); # 1885|-> v[40] = _mm256_sub_epi32(e[23], o[23]); # 1886| v[41] = _mm256_sub_epi32(e[22], o[22]); # 1887| v[42] = _mm256_sub_epi32(e[21], o[21]); Error: COMPILER_WARNING: [#def130] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1886:25: note[note]: called from here # 1884| v[39] = _mm256_sub_epi32(e[24], o[24]); # 1885| v[40] = _mm256_sub_epi32(e[23], o[23]); # 1886|-> v[41] = _mm256_sub_epi32(e[22], o[22]); # 1887| v[42] = _mm256_sub_epi32(e[21], o[21]); # 1888| v[43] = _mm256_sub_epi32(e[20], o[20]); Error: COMPILER_WARNING: [#def131] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1887:25: note[note]: called from here # 1885| v[40] = _mm256_sub_epi32(e[23], o[23]); # 1886| v[41] = _mm256_sub_epi32(e[22], o[22]); # 1887|-> v[42] = _mm256_sub_epi32(e[21], o[21]); # 1888| v[43] = _mm256_sub_epi32(e[20], o[20]); # 1889| v[44] = _mm256_sub_epi32(e[19], o[19]); Error: COMPILER_WARNING: [#def132] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1888:25: note[note]: called from here # 1886| v[41] = _mm256_sub_epi32(e[22], o[22]); # 1887| v[42] = _mm256_sub_epi32(e[21], o[21]); # 1888|-> v[43] = _mm256_sub_epi32(e[20], o[20]); # 1889| v[44] = _mm256_sub_epi32(e[19], o[19]); # 1890| v[45] = _mm256_sub_epi32(e[18], o[18]); Error: COMPILER_WARNING: [#def133] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1889:25: note[note]: called from here # 1887| v[42] = _mm256_sub_epi32(e[21], o[21]); # 1888| v[43] = _mm256_sub_epi32(e[20], o[20]); # 1889|-> v[44] = _mm256_sub_epi32(e[19], o[19]); # 1890| v[45] = _mm256_sub_epi32(e[18], o[18]); # 1891| v[46] = _mm256_sub_epi32(e[17], o[17]); Error: COMPILER_WARNING: [#def134] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1890:25: note[note]: called from here # 1888| v[43] = _mm256_sub_epi32(e[20], o[20]); # 1889| v[44] = _mm256_sub_epi32(e[19], o[19]); # 1890|-> v[45] = _mm256_sub_epi32(e[18], o[18]); # 1891| v[46] = _mm256_sub_epi32(e[17], o[17]); # 1892| v[47] = _mm256_sub_epi32(e[16], o[16]); Error: COMPILER_WARNING: [#def135] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1891:25: note[note]: called from here # 1889| v[44] = _mm256_sub_epi32(e[19], o[19]); # 1890| v[45] = _mm256_sub_epi32(e[18], o[18]); # 1891|-> v[46] = _mm256_sub_epi32(e[17], o[17]); # 1892| v[47] = _mm256_sub_epi32(e[16], o[16]); # 1893| v[48] = _mm256_sub_epi32(e[15], o[15]); Error: COMPILER_WARNING: [#def136] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1892:25: note[note]: called from here # 1890| v[45] = _mm256_sub_epi32(e[18], o[18]); # 1891| v[46] = _mm256_sub_epi32(e[17], o[17]); # 1892|-> v[47] = _mm256_sub_epi32(e[16], o[16]); # 1893| v[48] = _mm256_sub_epi32(e[15], o[15]); # 1894| v[49] = _mm256_sub_epi32(e[14], o[14]); Error: COMPILER_WARNING: [#def137] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1893:25: note[note]: called from here # 1891| v[46] = _mm256_sub_epi32(e[17], o[17]); # 1892| v[47] = _mm256_sub_epi32(e[16], o[16]); # 1893|-> v[48] = _mm256_sub_epi32(e[15], o[15]); # 1894| v[49] = _mm256_sub_epi32(e[14], o[14]); # 1895| v[50] = _mm256_sub_epi32(e[13], o[13]); Error: COMPILER_WARNING: [#def138] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1894:25: note[note]: called from here # 1892| v[47] = _mm256_sub_epi32(e[16], o[16]); # 1893| v[48] = _mm256_sub_epi32(e[15], o[15]); # 1894|-> v[49] = _mm256_sub_epi32(e[14], o[14]); # 1895| v[50] = _mm256_sub_epi32(e[13], o[13]); # 1896| v[51] = _mm256_sub_epi32(e[12], o[12]); Error: COMPILER_WARNING: [#def139] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1895:25: note[note]: called from here # 1893| v[48] = _mm256_sub_epi32(e[15], o[15]); # 1894| v[49] = _mm256_sub_epi32(e[14], o[14]); # 1895|-> v[50] = _mm256_sub_epi32(e[13], o[13]); # 1896| v[51] = _mm256_sub_epi32(e[12], o[12]); # 1897| v[52] = _mm256_sub_epi32(e[11], o[11]); Error: COMPILER_WARNING: [#def140] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1896:25: note[note]: called from here # 1894| v[49] = _mm256_sub_epi32(e[14], o[14]); # 1895| v[50] = _mm256_sub_epi32(e[13], o[13]); # 1896|-> v[51] = _mm256_sub_epi32(e[12], o[12]); # 1897| v[52] = _mm256_sub_epi32(e[11], o[11]); # 1898| v[53] = _mm256_sub_epi32(e[10], o[10]); Error: COMPILER_WARNING: [#def141] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1897:25: note[note]: called from here # 1895| v[50] = _mm256_sub_epi32(e[13], o[13]); # 1896| v[51] = _mm256_sub_epi32(e[12], o[12]); # 1897|-> v[52] = _mm256_sub_epi32(e[11], o[11]); # 1898| v[53] = _mm256_sub_epi32(e[10], o[10]); # 1899| v[54] = _mm256_sub_epi32(e[ 9], o[ 9]); Error: COMPILER_WARNING: [#def142] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1898:25: note[note]: called from here # 1896| v[51] = _mm256_sub_epi32(e[12], o[12]); # 1897| v[52] = _mm256_sub_epi32(e[11], o[11]); # 1898|-> v[53] = _mm256_sub_epi32(e[10], o[10]); # 1899| v[54] = _mm256_sub_epi32(e[ 9], o[ 9]); # 1900| v[55] = _mm256_sub_epi32(e[ 8], o[ 8]); Error: COMPILER_WARNING: [#def143] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1899:25: note[note]: called from here # 1897| v[52] = _mm256_sub_epi32(e[11], o[11]); # 1898| v[53] = _mm256_sub_epi32(e[10], o[10]); # 1899|-> v[54] = _mm256_sub_epi32(e[ 9], o[ 9]); # 1900| v[55] = _mm256_sub_epi32(e[ 8], o[ 8]); # 1901| v[56] = _mm256_sub_epi32(e[ 7], o[ 7]); Error: COMPILER_WARNING: [#def144] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1900:25: note[note]: called from here # 1898| v[53] = _mm256_sub_epi32(e[10], o[10]); # 1899| v[54] = _mm256_sub_epi32(e[ 9], o[ 9]); # 1900|-> v[55] = _mm256_sub_epi32(e[ 8], o[ 8]); # 1901| v[56] = _mm256_sub_epi32(e[ 7], o[ 7]); # 1902| v[57] = _mm256_sub_epi32(e[ 6], o[ 6]); Error: COMPILER_WARNING: [#def145] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1901:25: note[note]: called from here # 1899| v[54] = _mm256_sub_epi32(e[ 9], o[ 9]); # 1900| v[55] = _mm256_sub_epi32(e[ 8], o[ 8]); # 1901|-> v[56] = _mm256_sub_epi32(e[ 7], o[ 7]); # 1902| v[57] = _mm256_sub_epi32(e[ 6], o[ 6]); # 1903| v[58] = _mm256_sub_epi32(e[ 5], o[ 5]); Error: COMPILER_WARNING: [#def146] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1902:25: note[note]: called from here # 1900| v[55] = _mm256_sub_epi32(e[ 8], o[ 8]); # 1901| v[56] = _mm256_sub_epi32(e[ 7], o[ 7]); # 1902|-> v[57] = _mm256_sub_epi32(e[ 6], o[ 6]); # 1903| v[58] = _mm256_sub_epi32(e[ 5], o[ 5]); # 1904| v[59] = _mm256_sub_epi32(e[ 4], o[ 4]); Error: COMPILER_WARNING: [#def147] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1903:25: note[note]: called from here # 1901| v[56] = _mm256_sub_epi32(e[ 7], o[ 7]); # 1902| v[57] = _mm256_sub_epi32(e[ 6], o[ 6]); # 1903|-> v[58] = _mm256_sub_epi32(e[ 5], o[ 5]); # 1904| v[59] = _mm256_sub_epi32(e[ 4], o[ 4]); # 1905| v[60] = _mm256_sub_epi32(e[ 3], o[ 3]); Error: COMPILER_WARNING: [#def148] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1904:25: note[note]: called from here # 1902| v[57] = _mm256_sub_epi32(e[ 6], o[ 6]); # 1903| v[58] = _mm256_sub_epi32(e[ 5], o[ 5]); # 1904|-> v[59] = _mm256_sub_epi32(e[ 4], o[ 4]); # 1905| v[60] = _mm256_sub_epi32(e[ 3], o[ 3]); # 1906| v[61] = _mm256_sub_epi32(e[ 2], o[ 2]); Error: COMPILER_WARNING: [#def149] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1905:25: note[note]: called from here # 1903| v[58] = _mm256_sub_epi32(e[ 5], o[ 5]); # 1904| v[59] = _mm256_sub_epi32(e[ 4], o[ 4]); # 1905|-> v[60] = _mm256_sub_epi32(e[ 3], o[ 3]); # 1906| v[61] = _mm256_sub_epi32(e[ 2], o[ 2]); # 1907| v[62] = _mm256_sub_epi32(e[ 1], o[ 1]); Error: COMPILER_WARNING: [#def150] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1906:25: note[note]: called from here # 1904| v[59] = _mm256_sub_epi32(e[ 4], o[ 4]); # 1905| v[60] = _mm256_sub_epi32(e[ 3], o[ 3]); # 1906|-> v[61] = _mm256_sub_epi32(e[ 2], o[ 2]); # 1907| v[62] = _mm256_sub_epi32(e[ 1], o[ 1]); # 1908| v[63] = _mm256_sub_epi32(e[ 0], o[ 0]); Error: COMPILER_WARNING: [#def151] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1907:25: note[note]: called from here # 1905| v[60] = _mm256_sub_epi32(e[ 3], o[ 3]); # 1906| v[61] = _mm256_sub_epi32(e[ 2], o[ 2]); # 1907|-> v[62] = _mm256_sub_epi32(e[ 1], o[ 1]); # 1908| v[63] = _mm256_sub_epi32(e[ 0], o[ 0]); # 1909| Error: COMPILER_WARNING: [#def152] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1908:25: note[note]: called from here # 1906| v[61] = _mm256_sub_epi32(e[ 2], o[ 2]); # 1907| v[62] = _mm256_sub_epi32(e[ 1], o[ 1]); # 1908|-> v[63] = _mm256_sub_epi32(e[ 0], o[ 0]); # 1909| # 1910| for (int i = 0; i < 64; i++) Error: COMPILER_WARNING: [#def153] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1912:21: note[note]: called from here # 1910| for (int i = 0; i < 64; i++) # 1911| { # 1912|-> XEVE_ITX_CLIP(v[i], min_val, max_val); # 1913| } # 1914| Error: COMPILER_WARNING: [#def154] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1943:17: note[note]: called from here # 1941| d[d7] = _mm256_permute2f128_si256(v[6], v[7], 0x31); # 1942| # 1943|-> XEVE_ITX_32B_TRANSPOS_8x8( 0, 1, 2, 3, 4, 5, 6, 7, 0, 8, 16, 24, 32, 40, 48, 56); # 1944| XEVE_ITX_32B_TRANSPOS_8x8( 8, 9, 10, 11, 12, 13, 14, 15, 1, 9, 17, 25, 33, 41, 49, 57); # 1945| XEVE_ITX_32B_TRANSPOS_8x8(16, 17, 18, 19, 20, 21, 22, 23, 2, 10, 18, 26, 34, 42, 50, 58); Error: COMPILER_WARNING: [#def155] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1944:17: note[note]: called from here # 1942| # 1943| XEVE_ITX_32B_TRANSPOS_8x8( 0, 1, 2, 3, 4, 5, 6, 7, 0, 8, 16, 24, 32, 40, 48, 56); # 1944|-> XEVE_ITX_32B_TRANSPOS_8x8( 8, 9, 10, 11, 12, 13, 14, 15, 1, 9, 17, 25, 33, 41, 49, 57); # 1945| XEVE_ITX_32B_TRANSPOS_8x8(16, 17, 18, 19, 20, 21, 22, 23, 2, 10, 18, 26, 34, 42, 50, 58); # 1946| XEVE_ITX_32B_TRANSPOS_8x8(24, 25, 26, 27, 28, 29, 30, 31, 3, 11, 19, 27, 35, 43, 51, 59); Error: COMPILER_WARNING: [#def156] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1945:17: note[note]: called from here # 1943| XEVE_ITX_32B_TRANSPOS_8x8( 0, 1, 2, 3, 4, 5, 6, 7, 0, 8, 16, 24, 32, 40, 48, 56); # 1944| XEVE_ITX_32B_TRANSPOS_8x8( 8, 9, 10, 11, 12, 13, 14, 15, 1, 9, 17, 25, 33, 41, 49, 57); # 1945|-> XEVE_ITX_32B_TRANSPOS_8x8(16, 17, 18, 19, 20, 21, 22, 23, 2, 10, 18, 26, 34, 42, 50, 58); # 1946| XEVE_ITX_32B_TRANSPOS_8x8(24, 25, 26, 27, 28, 29, 30, 31, 3, 11, 19, 27, 35, 43, 51, 59); # 1947| XEVE_ITX_32B_TRANSPOS_8x8(32, 33, 34, 35, 36, 37, 38, 39, 4, 12, 20, 28, 36, 44, 52, 60) Error: COMPILER_WARNING: [#def157] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1946:17: note[note]: called from here # 1944| XEVE_ITX_32B_TRANSPOS_8x8( 8, 9, 10, 11, 12, 13, 14, 15, 1, 9, 17, 25, 33, 41, 49, 57); # 1945| XEVE_ITX_32B_TRANSPOS_8x8(16, 17, 18, 19, 20, 21, 22, 23, 2, 10, 18, 26, 34, 42, 50, 58); # 1946|-> XEVE_ITX_32B_TRANSPOS_8x8(24, 25, 26, 27, 28, 29, 30, 31, 3, 11, 19, 27, 35, 43, 51, 59); # 1947| XEVE_ITX_32B_TRANSPOS_8x8(32, 33, 34, 35, 36, 37, 38, 39, 4, 12, 20, 28, 36, 44, 52, 60) # 1948| XEVE_ITX_32B_TRANSPOS_8x8(40, 41, 42, 43, 44, 45, 46, 47, 5, 13, 21, 29, 37, 45, 53, 61); Error: COMPILER_WARNING: [#def158] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1947:17: note[note]: called from here # 1945| XEVE_ITX_32B_TRANSPOS_8x8(16, 17, 18, 19, 20, 21, 22, 23, 2, 10, 18, 26, 34, 42, 50, 58); # 1946| XEVE_ITX_32B_TRANSPOS_8x8(24, 25, 26, 27, 28, 29, 30, 31, 3, 11, 19, 27, 35, 43, 51, 59); # 1947|-> XEVE_ITX_32B_TRANSPOS_8x8(32, 33, 34, 35, 36, 37, 38, 39, 4, 12, 20, 28, 36, 44, 52, 60) # 1948| XEVE_ITX_32B_TRANSPOS_8x8(40, 41, 42, 43, 44, 45, 46, 47, 5, 13, 21, 29, 37, 45, 53, 61); # 1949| XEVE_ITX_32B_TRANSPOS_8x8(48, 49, 50, 51, 52, 53, 54, 55, 6, 14, 22, 30, 38, 46, 54, 62); Error: COMPILER_WARNING: [#def159] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1948:17: note[note]: called from here # 1946| XEVE_ITX_32B_TRANSPOS_8x8(24, 25, 26, 27, 28, 29, 30, 31, 3, 11, 19, 27, 35, 43, 51, 59); # 1947| XEVE_ITX_32B_TRANSPOS_8x8(32, 33, 34, 35, 36, 37, 38, 39, 4, 12, 20, 28, 36, 44, 52, 60) # 1948|-> XEVE_ITX_32B_TRANSPOS_8x8(40, 41, 42, 43, 44, 45, 46, 47, 5, 13, 21, 29, 37, 45, 53, 61); # 1949| XEVE_ITX_32B_TRANSPOS_8x8(48, 49, 50, 51, 52, 53, 54, 55, 6, 14, 22, 30, 38, 46, 54, 62); # 1950| XEVE_ITX_32B_TRANSPOS_8x8(56, 57, 58, 59, 60, 61, 62, 63, 7, 15, 23, 31, 39, 47, 55, 63); Error: COMPILER_WARNING: [#def160] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1949:17: note[note]: called from here # 1947| XEVE_ITX_32B_TRANSPOS_8x8(32, 33, 34, 35, 36, 37, 38, 39, 4, 12, 20, 28, 36, 44, 52, 60) # 1948| XEVE_ITX_32B_TRANSPOS_8x8(40, 41, 42, 43, 44, 45, 46, 47, 5, 13, 21, 29, 37, 45, 53, 61); # 1949|-> XEVE_ITX_32B_TRANSPOS_8x8(48, 49, 50, 51, 52, 53, 54, 55, 6, 14, 22, 30, 38, 46, 54, 62); # 1950| XEVE_ITX_32B_TRANSPOS_8x8(56, 57, 58, 59, 60, 61, 62, 63, 7, 15, 23, 31, 39, 47, 55, 63); # 1951| Error: COMPILER_WARNING: [#def161] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1950:17: note[note]: called from here # 1948| XEVE_ITX_32B_TRANSPOS_8x8(40, 41, 42, 43, 44, 45, 46, 47, 5, 13, 21, 29, 37, 45, 53, 61); # 1949| XEVE_ITX_32B_TRANSPOS_8x8(48, 49, 50, 51, 52, 53, 54, 55, 6, 14, 22, 30, 38, 46, 54, 62); # 1950|-> XEVE_ITX_32B_TRANSPOS_8x8(56, 57, 58, 59, 60, 61, 62, 63, 7, 15, 23, 31, 39, 47, 55, 63); # 1951| # 1952| Error: COMPILER_WARNING: [#def162] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1955:21: note[note]: called from here # 1953| for (i = 0; i < 64; i++) # 1954| { # 1955|-> _mm256_storeu_si256((__m256i*)(pel_dst), d[i]); # 1956| pel_dst += 8; # 1957| } Error: COMPILER_WARNING: [#def163] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1977:37: note[note]: called from here # 1975| __m256i v[64]; # 1976| __m256i t[32]; # 1977|-> const __m256i max_val = _mm256_set1_epi32(MAX_TX_VAL_32); # 1978| const __m256i min_val = _mm256_set1_epi32(MIN_TX_VAL_32); # 1979| const __m256i add_s2 = _mm256_set1_epi32(add); Error: COMPILER_WARNING: [#def164] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1978:37: note[note]: called from here # 1976| __m256i t[32]; # 1977| const __m256i max_val = _mm256_set1_epi32(MAX_TX_VAL_32); # 1978|-> const __m256i min_val = _mm256_set1_epi32(MIN_TX_VAL_32); # 1979| const __m256i add_s2 = _mm256_set1_epi32(add); # 1980| __m256i coef[32][32]; Error: COMPILER_WARNING: [#def165] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1979:36: note[note]: called from here # 1977| const __m256i max_val = _mm256_set1_epi32(MAX_TX_VAL_32); # 1978| const __m256i min_val = _mm256_set1_epi32(MIN_TX_VAL_32); # 1979|-> const __m256i add_s2 = _mm256_set1_epi32(add); # 1980| __m256i coef[32][32]; # 1981| int i, j; Error: COMPILER_WARNING: [#def166] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1987:34: note[note]: called from here # 1985| for (j = 0; j < 32; j++) # 1986| { # 1987|-> coef[i][j] = _mm256_set1_epi64x(((s64)(xeve_tbl_tm64[j + 32][i]) << 32) | (xeve_tbl_tm64[j][i] & 0xFFFFFFFF)); # 1988| } # 1989| } Error: COMPILER_WARNING: [#def167] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:1995:28: note[note]: called from here # 1993| for (i = 0; i < 64; i++) # 1994| { # 1995|-> r[i] = _mm256_loadu_si256((__m256i*)(pel_src + i_src[i] + j)); # 1996| } # 1997| Error: COMPILER_WARNING: [#def168] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2000:28: note[note]: called from here # 1998| for (i = 0; i < 32; i++) # 1999| { # 2000|-> a[i] = _mm256_unpacklo_epi32(r[i], r[i + 32]); # 2001| b[i] = _mm256_unpackhi_epi32(r[i], r[i + 32]); # 2002| } Error: COMPILER_WARNING: [#def169] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2001:28: note[note]: called from here # 1999| { # 2000| a[i] = _mm256_unpacklo_epi32(r[i], r[i + 32]); # 2001|-> b[i] = _mm256_unpackhi_epi32(r[i], r[i + 32]); # 2002| } # 2003| Error: COMPILER_WARNING: [#def170] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2048:21: note[note]: called from here # 2046| for (i = 0; i < 32; i++) # 2047| { # 2048|-> XEVE_ITX64_0_32B(o[i], i); # 2049| } # 2050| #undef XEVE_ITX64_0_32B Error: COMPILER_WARNING: [#def171] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2073:21: note[note]: called from here # 2071| for (i = 0; i < 16; i++) # 2072| { # 2073|-> XEVE_ITX64_E0_32B(eo[i], i); # 2074| } # 2075| #undef XEVE_ITX64_E0_32B Error: COMPILER_WARNING: [#def172] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2088:21: note[note]: called from here # 2086| for (i = 0; i < 8; i++) # 2087| { # 2088|-> XEVE_ITX64_EE0_32B(eeo[i], i); # 2089| } # 2090| #undef XEVE_ITX64_EE0_32B Error: COMPILER_WARNING: [#def173] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2099:21: note[note]: called from here # 2097| for (i = 0; i < 4; i++) # 2098| { # 2099|-> XEVE_ITX64_EEEO_32B(eeeo[i], i); # 2100| } # 2101| #undef XEVE_ITX64_EEEO_32B Error: COMPILER_WARNING: [#def174] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2103:17: note[note]: called from here # 2101| #undef XEVE_ITX64_EEEO_32B # 2102| # 2103|-> XEVE_ITX_MADD(eeeeo[0], 16, 0); # 2104| XEVE_ITX_MADD(eeeeo[1], 16, 1); # 2105| XEVE_ITX_MADD(eeeee[0], 0, 0); Error: COMPILER_WARNING: [#def175] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2104:17: note[note]: called from here # 2102| # 2103| XEVE_ITX_MADD(eeeeo[0], 16, 0); # 2104|-> XEVE_ITX_MADD(eeeeo[1], 16, 1); # 2105| XEVE_ITX_MADD(eeeee[0], 0, 0); # 2106| XEVE_ITX_MADD(eeeee[1], 0, 1); Error: COMPILER_WARNING: [#def176] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2105:17: note[note]: called from here # 2103| XEVE_ITX_MADD(eeeeo[0], 16, 0); # 2104| XEVE_ITX_MADD(eeeeo[1], 16, 1); # 2105|-> XEVE_ITX_MADD(eeeee[0], 0, 0); # 2106| XEVE_ITX_MADD(eeeee[1], 0, 1); # 2107| Error: COMPILER_WARNING: [#def177] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2106:17: note[note]: called from here # 2104| XEVE_ITX_MADD(eeeeo[1], 16, 1); # 2105| XEVE_ITX_MADD(eeeee[0], 0, 0); # 2106|-> XEVE_ITX_MADD(eeeee[1], 0, 1); # 2107| # 2108| eeee[0] = _mm256_add_epi32(eeeee[0], eeeeo[0]); Error: COMPILER_WARNING: [#def178] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2108:27: note[note]: called from here # 2106| XEVE_ITX_MADD(eeeee[1], 0, 1); # 2107| # 2108|-> eeee[0] = _mm256_add_epi32(eeeee[0], eeeeo[0]); # 2109| eeee[1] = _mm256_add_epi32(eeeee[1], eeeeo[1]); # 2110| eeee[2] = _mm256_sub_epi32(eeeee[1], eeeeo[1]); Error: COMPILER_WARNING: [#def179] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2109:27: note[note]: called from here # 2107| # 2108| eeee[0] = _mm256_add_epi32(eeeee[0], eeeeo[0]); # 2109|-> eeee[1] = _mm256_add_epi32(eeeee[1], eeeeo[1]); # 2110| eeee[2] = _mm256_sub_epi32(eeeee[1], eeeeo[1]); # 2111| eeee[3] = _mm256_sub_epi32(eeeee[0], eeeeo[0]); Error: COMPILER_WARNING: [#def180] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2110:27: note[note]: called from here # 2108| eeee[0] = _mm256_add_epi32(eeeee[0], eeeeo[0]); # 2109| eeee[1] = _mm256_add_epi32(eeeee[1], eeeeo[1]); # 2110|-> eeee[2] = _mm256_sub_epi32(eeeee[1], eeeeo[1]); # 2111| eeee[3] = _mm256_sub_epi32(eeeee[0], eeeeo[0]); # 2112| Error: COMPILER_WARNING: [#def181] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2111:27: note[note]: called from here # 2109| eeee[1] = _mm256_add_epi32(eeeee[1], eeeeo[1]); # 2110| eeee[2] = _mm256_sub_epi32(eeeee[1], eeeeo[1]); # 2111|-> eeee[3] = _mm256_sub_epi32(eeeee[0], eeeeo[0]); # 2112| # 2113| eee[0] = _mm256_add_epi32(eeee[0], eeeo[0]); Error: COMPILER_WARNING: [#def182] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2113:26: note[note]: called from here # 2111| eeee[3] = _mm256_sub_epi32(eeeee[0], eeeeo[0]); # 2112| # 2113|-> eee[0] = _mm256_add_epi32(eeee[0], eeeo[0]); # 2114| eee[1] = _mm256_add_epi32(eeee[1], eeeo[1]); # 2115| eee[2] = _mm256_add_epi32(eeee[2], eeeo[2]); Error: COMPILER_WARNING: [#def183] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2114:26: note[note]: called from here # 2112| # 2113| eee[0] = _mm256_add_epi32(eeee[0], eeeo[0]); # 2114|-> eee[1] = _mm256_add_epi32(eeee[1], eeeo[1]); # 2115| eee[2] = _mm256_add_epi32(eeee[2], eeeo[2]); # 2116| eee[3] = _mm256_add_epi32(eeee[3], eeeo[3]); Error: COMPILER_WARNING: [#def184] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2115:26: note[note]: called from here # 2113| eee[0] = _mm256_add_epi32(eeee[0], eeeo[0]); # 2114| eee[1] = _mm256_add_epi32(eeee[1], eeeo[1]); # 2115|-> eee[2] = _mm256_add_epi32(eeee[2], eeeo[2]); # 2116| eee[3] = _mm256_add_epi32(eeee[3], eeeo[3]); # 2117| eee[4] = _mm256_sub_epi32(eeee[3], eeeo[3]); Error: COMPILER_WARNING: [#def185] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2116:26: note[note]: called from here # 2114| eee[1] = _mm256_add_epi32(eeee[1], eeeo[1]); # 2115| eee[2] = _mm256_add_epi32(eeee[2], eeeo[2]); # 2116|-> eee[3] = _mm256_add_epi32(eeee[3], eeeo[3]); # 2117| eee[4] = _mm256_sub_epi32(eeee[3], eeeo[3]); # 2118| eee[5] = _mm256_sub_epi32(eeee[2], eeeo[2]); Error: COMPILER_WARNING: [#def186] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2117:26: note[note]: called from here # 2115| eee[2] = _mm256_add_epi32(eeee[2], eeeo[2]); # 2116| eee[3] = _mm256_add_epi32(eeee[3], eeeo[3]); # 2117|-> eee[4] = _mm256_sub_epi32(eeee[3], eeeo[3]); # 2118| eee[5] = _mm256_sub_epi32(eeee[2], eeeo[2]); # 2119| eee[6] = _mm256_sub_epi32(eeee[1], eeeo[1]); Error: COMPILER_WARNING: [#def187] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2118:26: note[note]: called from here # 2116| eee[3] = _mm256_add_epi32(eeee[3], eeeo[3]); # 2117| eee[4] = _mm256_sub_epi32(eeee[3], eeeo[3]); # 2118|-> eee[5] = _mm256_sub_epi32(eeee[2], eeeo[2]); # 2119| eee[6] = _mm256_sub_epi32(eeee[1], eeeo[1]); # 2120| eee[7] = _mm256_sub_epi32(eeee[0], eeeo[0]); Error: COMPILER_WARNING: [#def188] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2119:26: note[note]: called from here # 2117| eee[4] = _mm256_sub_epi32(eeee[3], eeeo[3]); # 2118| eee[5] = _mm256_sub_epi32(eeee[2], eeeo[2]); # 2119|-> eee[6] = _mm256_sub_epi32(eeee[1], eeeo[1]); # 2120| eee[7] = _mm256_sub_epi32(eeee[0], eeeo[0]); # 2121| Error: COMPILER_WARNING: [#def189] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2120:26: note[note]: called from here # 2118| eee[5] = _mm256_sub_epi32(eeee[2], eeeo[2]); # 2119| eee[6] = _mm256_sub_epi32(eeee[1], eeeo[1]); # 2120|-> eee[7] = _mm256_sub_epi32(eeee[0], eeeo[0]); # 2121| # 2122| ee[ 0] = _mm256_add_epi32(eee[0], eeo[0]); Error: COMPILER_WARNING: [#def190] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2122:26: note[note]: called from here # 2120| eee[7] = _mm256_sub_epi32(eeee[0], eeeo[0]); # 2121| # 2122|-> ee[ 0] = _mm256_add_epi32(eee[0], eeo[0]); # 2123| ee[ 1] = _mm256_add_epi32(eee[1], eeo[1]); # 2124| ee[ 2] = _mm256_add_epi32(eee[2], eeo[2]); Error: COMPILER_WARNING: [#def191] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2123:26: note[note]: called from here # 2121| # 2122| ee[ 0] = _mm256_add_epi32(eee[0], eeo[0]); # 2123|-> ee[ 1] = _mm256_add_epi32(eee[1], eeo[1]); # 2124| ee[ 2] = _mm256_add_epi32(eee[2], eeo[2]); # 2125| ee[ 3] = _mm256_add_epi32(eee[3], eeo[3]); Error: COMPILER_WARNING: [#def192] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2124:26: note[note]: called from here # 2122| ee[ 0] = _mm256_add_epi32(eee[0], eeo[0]); # 2123| ee[ 1] = _mm256_add_epi32(eee[1], eeo[1]); # 2124|-> ee[ 2] = _mm256_add_epi32(eee[2], eeo[2]); # 2125| ee[ 3] = _mm256_add_epi32(eee[3], eeo[3]); # 2126| ee[ 4] = _mm256_add_epi32(eee[4], eeo[4]); Error: COMPILER_WARNING: [#def193] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2125:26: note[note]: called from here # 2123| ee[ 1] = _mm256_add_epi32(eee[1], eeo[1]); # 2124| ee[ 2] = _mm256_add_epi32(eee[2], eeo[2]); # 2125|-> ee[ 3] = _mm256_add_epi32(eee[3], eeo[3]); # 2126| ee[ 4] = _mm256_add_epi32(eee[4], eeo[4]); # 2127| ee[ 5] = _mm256_add_epi32(eee[5], eeo[5]); Error: COMPILER_WARNING: [#def194] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2126:26: note[note]: called from here # 2124| ee[ 2] = _mm256_add_epi32(eee[2], eeo[2]); # 2125| ee[ 3] = _mm256_add_epi32(eee[3], eeo[3]); # 2126|-> ee[ 4] = _mm256_add_epi32(eee[4], eeo[4]); # 2127| ee[ 5] = _mm256_add_epi32(eee[5], eeo[5]); # 2128| ee[ 6] = _mm256_add_epi32(eee[6], eeo[6]); Error: COMPILER_WARNING: [#def195] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2127:26: note[note]: called from here # 2125| ee[ 3] = _mm256_add_epi32(eee[3], eeo[3]); # 2126| ee[ 4] = _mm256_add_epi32(eee[4], eeo[4]); # 2127|-> ee[ 5] = _mm256_add_epi32(eee[5], eeo[5]); # 2128| ee[ 6] = _mm256_add_epi32(eee[6], eeo[6]); # 2129| ee[ 7] = _mm256_add_epi32(eee[7], eeo[7]); Error: COMPILER_WARNING: [#def196] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2128:26: note[note]: called from here # 2126| ee[ 4] = _mm256_add_epi32(eee[4], eeo[4]); # 2127| ee[ 5] = _mm256_add_epi32(eee[5], eeo[5]); # 2128|-> ee[ 6] = _mm256_add_epi32(eee[6], eeo[6]); # 2129| ee[ 7] = _mm256_add_epi32(eee[7], eeo[7]); # 2130| ee[ 8] = _mm256_sub_epi32(eee[7], eeo[7]); Error: COMPILER_WARNING: [#def197] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2129:26: note[note]: called from here # 2127| ee[ 5] = _mm256_add_epi32(eee[5], eeo[5]); # 2128| ee[ 6] = _mm256_add_epi32(eee[6], eeo[6]); # 2129|-> ee[ 7] = _mm256_add_epi32(eee[7], eeo[7]); # 2130| ee[ 8] = _mm256_sub_epi32(eee[7], eeo[7]); # 2131| ee[ 9] = _mm256_sub_epi32(eee[6], eeo[6]); Error: COMPILER_WARNING: [#def198] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2130:26: note[note]: called from here # 2128| ee[ 6] = _mm256_add_epi32(eee[6], eeo[6]); # 2129| ee[ 7] = _mm256_add_epi32(eee[7], eeo[7]); # 2130|-> ee[ 8] = _mm256_sub_epi32(eee[7], eeo[7]); # 2131| ee[ 9] = _mm256_sub_epi32(eee[6], eeo[6]); # 2132| ee[10] = _mm256_sub_epi32(eee[5], eeo[5]); Error: COMPILER_WARNING: [#def199] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2131:26: note[note]: called from here # 2129| ee[ 7] = _mm256_add_epi32(eee[7], eeo[7]); # 2130| ee[ 8] = _mm256_sub_epi32(eee[7], eeo[7]); # 2131|-> ee[ 9] = _mm256_sub_epi32(eee[6], eeo[6]); # 2132| ee[10] = _mm256_sub_epi32(eee[5], eeo[5]); # 2133| ee[11] = _mm256_sub_epi32(eee[4], eeo[4]); Error: COMPILER_WARNING: [#def200] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2132:26: note[note]: called from here # 2130| ee[ 8] = _mm256_sub_epi32(eee[7], eeo[7]); # 2131| ee[ 9] = _mm256_sub_epi32(eee[6], eeo[6]); # 2132|-> ee[10] = _mm256_sub_epi32(eee[5], eeo[5]); # 2133| ee[11] = _mm256_sub_epi32(eee[4], eeo[4]); # 2134| ee[12] = _mm256_sub_epi32(eee[3], eeo[3]); Error: COMPILER_WARNING: [#def201] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2133:26: note[note]: called from here # 2131| ee[ 9] = _mm256_sub_epi32(eee[6], eeo[6]); # 2132| ee[10] = _mm256_sub_epi32(eee[5], eeo[5]); # 2133|-> ee[11] = _mm256_sub_epi32(eee[4], eeo[4]); # 2134| ee[12] = _mm256_sub_epi32(eee[3], eeo[3]); # 2135| ee[13] = _mm256_sub_epi32(eee[2], eeo[2]); Error: COMPILER_WARNING: [#def202] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2134:26: note[note]: called from here # 2132| ee[10] = _mm256_sub_epi32(eee[5], eeo[5]); # 2133| ee[11] = _mm256_sub_epi32(eee[4], eeo[4]); # 2134|-> ee[12] = _mm256_sub_epi32(eee[3], eeo[3]); # 2135| ee[13] = _mm256_sub_epi32(eee[2], eeo[2]); # 2136| ee[14] = _mm256_sub_epi32(eee[1], eeo[1]); Error: COMPILER_WARNING: [#def203] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2135:26: note[note]: called from here # 2133| ee[11] = _mm256_sub_epi32(eee[4], eeo[4]); # 2134| ee[12] = _mm256_sub_epi32(eee[3], eeo[3]); # 2135|-> ee[13] = _mm256_sub_epi32(eee[2], eeo[2]); # 2136| ee[14] = _mm256_sub_epi32(eee[1], eeo[1]); # 2137| ee[15] = _mm256_sub_epi32(eee[0], eeo[0]); Error: COMPILER_WARNING: [#def204] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2136:26: note[note]: called from here # 2134| ee[12] = _mm256_sub_epi32(eee[3], eeo[3]); # 2135| ee[13] = _mm256_sub_epi32(eee[2], eeo[2]); # 2136|-> ee[14] = _mm256_sub_epi32(eee[1], eeo[1]); # 2137| ee[15] = _mm256_sub_epi32(eee[0], eeo[0]); # 2138| Error: COMPILER_WARNING: [#def205] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2137:26: note[note]: called from here # 2135| ee[13] = _mm256_sub_epi32(eee[2], eeo[2]); # 2136| ee[14] = _mm256_sub_epi32(eee[1], eeo[1]); # 2137|-> ee[15] = _mm256_sub_epi32(eee[0], eeo[0]); # 2138| # 2139| e[ 0] = _mm256_add_epi32(ee[ 0], eo[ 0]); Error: COMPILER_WARNING: [#def206] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2139:25: note[note]: called from here # 2137| ee[15] = _mm256_sub_epi32(eee[0], eeo[0]); # 2138| # 2139|-> e[ 0] = _mm256_add_epi32(ee[ 0], eo[ 0]); # 2140| e[ 1] = _mm256_add_epi32(ee[ 1], eo[ 1]); # 2141| e[ 2] = _mm256_add_epi32(ee[ 2], eo[ 2]); Error: COMPILER_WARNING: [#def207] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2140:25: note[note]: called from here # 2138| # 2139| e[ 0] = _mm256_add_epi32(ee[ 0], eo[ 0]); # 2140|-> e[ 1] = _mm256_add_epi32(ee[ 1], eo[ 1]); # 2141| e[ 2] = _mm256_add_epi32(ee[ 2], eo[ 2]); # 2142| e[ 3] = _mm256_add_epi32(ee[ 3], eo[ 3]); Error: COMPILER_WARNING: [#def208] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2141:25: note[note]: called from here # 2139| e[ 0] = _mm256_add_epi32(ee[ 0], eo[ 0]); # 2140| e[ 1] = _mm256_add_epi32(ee[ 1], eo[ 1]); # 2141|-> e[ 2] = _mm256_add_epi32(ee[ 2], eo[ 2]); # 2142| e[ 3] = _mm256_add_epi32(ee[ 3], eo[ 3]); # 2143| e[ 4] = _mm256_add_epi32(ee[ 4], eo[ 4]); Error: COMPILER_WARNING: [#def209] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2142:25: note[note]: called from here # 2140| e[ 1] = _mm256_add_epi32(ee[ 1], eo[ 1]); # 2141| e[ 2] = _mm256_add_epi32(ee[ 2], eo[ 2]); # 2142|-> e[ 3] = _mm256_add_epi32(ee[ 3], eo[ 3]); # 2143| e[ 4] = _mm256_add_epi32(ee[ 4], eo[ 4]); # 2144| e[ 5] = _mm256_add_epi32(ee[ 5], eo[ 5]); Error: COMPILER_WARNING: [#def210] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2143:25: note[note]: called from here # 2141| e[ 2] = _mm256_add_epi32(ee[ 2], eo[ 2]); # 2142| e[ 3] = _mm256_add_epi32(ee[ 3], eo[ 3]); # 2143|-> e[ 4] = _mm256_add_epi32(ee[ 4], eo[ 4]); # 2144| e[ 5] = _mm256_add_epi32(ee[ 5], eo[ 5]); # 2145| e[ 6] = _mm256_add_epi32(ee[ 6], eo[ 6]); Error: COMPILER_WARNING: [#def211] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2144:25: note[note]: called from here # 2142| e[ 3] = _mm256_add_epi32(ee[ 3], eo[ 3]); # 2143| e[ 4] = _mm256_add_epi32(ee[ 4], eo[ 4]); # 2144|-> e[ 5] = _mm256_add_epi32(ee[ 5], eo[ 5]); # 2145| e[ 6] = _mm256_add_epi32(ee[ 6], eo[ 6]); # 2146| e[ 7] = _mm256_add_epi32(ee[ 7], eo[ 7]); Error: COMPILER_WARNING: [#def212] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2145:25: note[note]: called from here # 2143| e[ 4] = _mm256_add_epi32(ee[ 4], eo[ 4]); # 2144| e[ 5] = _mm256_add_epi32(ee[ 5], eo[ 5]); # 2145|-> e[ 6] = _mm256_add_epi32(ee[ 6], eo[ 6]); # 2146| e[ 7] = _mm256_add_epi32(ee[ 7], eo[ 7]); # 2147| e[ 8] = _mm256_add_epi32(ee[ 8], eo[ 8]); Error: COMPILER_WARNING: [#def213] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2146:25: note[note]: called from here # 2144| e[ 5] = _mm256_add_epi32(ee[ 5], eo[ 5]); # 2145| e[ 6] = _mm256_add_epi32(ee[ 6], eo[ 6]); # 2146|-> e[ 7] = _mm256_add_epi32(ee[ 7], eo[ 7]); # 2147| e[ 8] = _mm256_add_epi32(ee[ 8], eo[ 8]); # 2148| e[ 9] = _mm256_add_epi32(ee[ 9], eo[ 9]); Error: COMPILER_WARNING: [#def214] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2147:25: note[note]: called from here # 2145| e[ 6] = _mm256_add_epi32(ee[ 6], eo[ 6]); # 2146| e[ 7] = _mm256_add_epi32(ee[ 7], eo[ 7]); # 2147|-> e[ 8] = _mm256_add_epi32(ee[ 8], eo[ 8]); # 2148| e[ 9] = _mm256_add_epi32(ee[ 9], eo[ 9]); # 2149| e[10] = _mm256_add_epi32(ee[10], eo[10]); Error: COMPILER_WARNING: [#def215] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2148:25: note[note]: called from here # 2146| e[ 7] = _mm256_add_epi32(ee[ 7], eo[ 7]); # 2147| e[ 8] = _mm256_add_epi32(ee[ 8], eo[ 8]); # 2148|-> e[ 9] = _mm256_add_epi32(ee[ 9], eo[ 9]); # 2149| e[10] = _mm256_add_epi32(ee[10], eo[10]); # 2150| e[11] = _mm256_add_epi32(ee[11], eo[11]); Error: COMPILER_WARNING: [#def216] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2149:25: note[note]: called from here # 2147| e[ 8] = _mm256_add_epi32(ee[ 8], eo[ 8]); # 2148| e[ 9] = _mm256_add_epi32(ee[ 9], eo[ 9]); # 2149|-> e[10] = _mm256_add_epi32(ee[10], eo[10]); # 2150| e[11] = _mm256_add_epi32(ee[11], eo[11]); # 2151| e[12] = _mm256_add_epi32(ee[12], eo[12]); Error: COMPILER_WARNING: [#def217] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2150:25: note[note]: called from here # 2148| e[ 9] = _mm256_add_epi32(ee[ 9], eo[ 9]); # 2149| e[10] = _mm256_add_epi32(ee[10], eo[10]); # 2150|-> e[11] = _mm256_add_epi32(ee[11], eo[11]); # 2151| e[12] = _mm256_add_epi32(ee[12], eo[12]); # 2152| e[13] = _mm256_add_epi32(ee[13], eo[13]); Error: COMPILER_WARNING: [#def218] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2151:25: note[note]: called from here # 2149| e[10] = _mm256_add_epi32(ee[10], eo[10]); # 2150| e[11] = _mm256_add_epi32(ee[11], eo[11]); # 2151|-> e[12] = _mm256_add_epi32(ee[12], eo[12]); # 2152| e[13] = _mm256_add_epi32(ee[13], eo[13]); # 2153| e[14] = _mm256_add_epi32(ee[14], eo[14]); Error: COMPILER_WARNING: [#def219] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2152:25: note[note]: called from here # 2150| e[11] = _mm256_add_epi32(ee[11], eo[11]); # 2151| e[12] = _mm256_add_epi32(ee[12], eo[12]); # 2152|-> e[13] = _mm256_add_epi32(ee[13], eo[13]); # 2153| e[14] = _mm256_add_epi32(ee[14], eo[14]); # 2154| e[15] = _mm256_add_epi32(ee[15], eo[15]); Error: COMPILER_WARNING: [#def220] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2153:25: note[note]: called from here # 2151| e[12] = _mm256_add_epi32(ee[12], eo[12]); # 2152| e[13] = _mm256_add_epi32(ee[13], eo[13]); # 2153|-> e[14] = _mm256_add_epi32(ee[14], eo[14]); # 2154| e[15] = _mm256_add_epi32(ee[15], eo[15]); # 2155| e[16] = _mm256_sub_epi32(ee[15], eo[15]); Error: COMPILER_WARNING: [#def221] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2154:25: note[note]: called from here # 2152| e[13] = _mm256_add_epi32(ee[13], eo[13]); # 2153| e[14] = _mm256_add_epi32(ee[14], eo[14]); # 2154|-> e[15] = _mm256_add_epi32(ee[15], eo[15]); # 2155| e[16] = _mm256_sub_epi32(ee[15], eo[15]); # 2156| e[17] = _mm256_sub_epi32(ee[14], eo[14]); Error: COMPILER_WARNING: [#def222] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2155:25: note[note]: called from here # 2153| e[14] = _mm256_add_epi32(ee[14], eo[14]); # 2154| e[15] = _mm256_add_epi32(ee[15], eo[15]); # 2155|-> e[16] = _mm256_sub_epi32(ee[15], eo[15]); # 2156| e[17] = _mm256_sub_epi32(ee[14], eo[14]); # 2157| e[18] = _mm256_sub_epi32(ee[13], eo[13]); Error: COMPILER_WARNING: [#def223] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2156:25: note[note]: called from here # 2154| e[15] = _mm256_add_epi32(ee[15], eo[15]); # 2155| e[16] = _mm256_sub_epi32(ee[15], eo[15]); # 2156|-> e[17] = _mm256_sub_epi32(ee[14], eo[14]); # 2157| e[18] = _mm256_sub_epi32(ee[13], eo[13]); # 2158| e[19] = _mm256_sub_epi32(ee[12], eo[12]); Error: COMPILER_WARNING: [#def224] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2157:25: note[note]: called from here # 2155| e[16] = _mm256_sub_epi32(ee[15], eo[15]); # 2156| e[17] = _mm256_sub_epi32(ee[14], eo[14]); # 2157|-> e[18] = _mm256_sub_epi32(ee[13], eo[13]); # 2158| e[19] = _mm256_sub_epi32(ee[12], eo[12]); # 2159| e[20] = _mm256_sub_epi32(ee[11], eo[11]); Error: COMPILER_WARNING: [#def225] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2158:25: note[note]: called from here # 2156| e[17] = _mm256_sub_epi32(ee[14], eo[14]); # 2157| e[18] = _mm256_sub_epi32(ee[13], eo[13]); # 2158|-> e[19] = _mm256_sub_epi32(ee[12], eo[12]); # 2159| e[20] = _mm256_sub_epi32(ee[11], eo[11]); # 2160| e[21] = _mm256_sub_epi32(ee[10], eo[10]); Error: COMPILER_WARNING: [#def226] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2159:25: note[note]: called from here # 2157| e[18] = _mm256_sub_epi32(ee[13], eo[13]); # 2158| e[19] = _mm256_sub_epi32(ee[12], eo[12]); # 2159|-> e[20] = _mm256_sub_epi32(ee[11], eo[11]); # 2160| e[21] = _mm256_sub_epi32(ee[10], eo[10]); # 2161| e[22] = _mm256_sub_epi32(ee[ 9], eo[ 9]); Error: COMPILER_WARNING: [#def227] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2160:25: note[note]: called from here # 2158| e[19] = _mm256_sub_epi32(ee[12], eo[12]); # 2159| e[20] = _mm256_sub_epi32(ee[11], eo[11]); # 2160|-> e[21] = _mm256_sub_epi32(ee[10], eo[10]); # 2161| e[22] = _mm256_sub_epi32(ee[ 9], eo[ 9]); # 2162| e[23] = _mm256_sub_epi32(ee[ 8], eo[ 8]); Error: COMPILER_WARNING: [#def228] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2161:25: note[note]: called from here # 2159| e[20] = _mm256_sub_epi32(ee[11], eo[11]); # 2160| e[21] = _mm256_sub_epi32(ee[10], eo[10]); # 2161|-> e[22] = _mm256_sub_epi32(ee[ 9], eo[ 9]); # 2162| e[23] = _mm256_sub_epi32(ee[ 8], eo[ 8]); # 2163| e[24] = _mm256_sub_epi32(ee[ 7], eo[ 7]); Error: COMPILER_WARNING: [#def229] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2162:25: note[note]: called from here # 2160| e[21] = _mm256_sub_epi32(ee[10], eo[10]); # 2161| e[22] = _mm256_sub_epi32(ee[ 9], eo[ 9]); # 2162|-> e[23] = _mm256_sub_epi32(ee[ 8], eo[ 8]); # 2163| e[24] = _mm256_sub_epi32(ee[ 7], eo[ 7]); # 2164| e[25] = _mm256_sub_epi32(ee[ 6], eo[ 6]); Error: COMPILER_WARNING: [#def230] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2163:25: note[note]: called from here # 2161| e[22] = _mm256_sub_epi32(ee[ 9], eo[ 9]); # 2162| e[23] = _mm256_sub_epi32(ee[ 8], eo[ 8]); # 2163|-> e[24] = _mm256_sub_epi32(ee[ 7], eo[ 7]); # 2164| e[25] = _mm256_sub_epi32(ee[ 6], eo[ 6]); # 2165| e[26] = _mm256_sub_epi32(ee[ 5], eo[ 5]); Error: COMPILER_WARNING: [#def231] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2164:25: note[note]: called from here # 2162| e[23] = _mm256_sub_epi32(ee[ 8], eo[ 8]); # 2163| e[24] = _mm256_sub_epi32(ee[ 7], eo[ 7]); # 2164|-> e[25] = _mm256_sub_epi32(ee[ 6], eo[ 6]); # 2165| e[26] = _mm256_sub_epi32(ee[ 5], eo[ 5]); # 2166| e[27] = _mm256_sub_epi32(ee[ 4], eo[ 4]); Error: COMPILER_WARNING: [#def232] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2165:25: note[note]: called from here # 2163| e[24] = _mm256_sub_epi32(ee[ 7], eo[ 7]); # 2164| e[25] = _mm256_sub_epi32(ee[ 6], eo[ 6]); # 2165|-> e[26] = _mm256_sub_epi32(ee[ 5], eo[ 5]); # 2166| e[27] = _mm256_sub_epi32(ee[ 4], eo[ 4]); # 2167| e[28] = _mm256_sub_epi32(ee[ 3], eo[ 3]); Error: COMPILER_WARNING: [#def233] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2166:25: note[note]: called from here # 2164| e[25] = _mm256_sub_epi32(ee[ 6], eo[ 6]); # 2165| e[26] = _mm256_sub_epi32(ee[ 5], eo[ 5]); # 2166|-> e[27] = _mm256_sub_epi32(ee[ 4], eo[ 4]); # 2167| e[28] = _mm256_sub_epi32(ee[ 3], eo[ 3]); # 2168| e[29] = _mm256_sub_epi32(ee[ 2], eo[ 2]); Error: COMPILER_WARNING: [#def234] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2167:25: note[note]: called from here # 2165| e[26] = _mm256_sub_epi32(ee[ 5], eo[ 5]); # 2166| e[27] = _mm256_sub_epi32(ee[ 4], eo[ 4]); # 2167|-> e[28] = _mm256_sub_epi32(ee[ 3], eo[ 3]); # 2168| e[29] = _mm256_sub_epi32(ee[ 2], eo[ 2]); # 2169| e[30] = _mm256_sub_epi32(ee[ 1], eo[ 1]); Error: COMPILER_WARNING: [#def235] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2168:25: note[note]: called from here # 2166| e[27] = _mm256_sub_epi32(ee[ 4], eo[ 4]); # 2167| e[28] = _mm256_sub_epi32(ee[ 3], eo[ 3]); # 2168|-> e[29] = _mm256_sub_epi32(ee[ 2], eo[ 2]); # 2169| e[30] = _mm256_sub_epi32(ee[ 1], eo[ 1]); # 2170| e[31] = _mm256_sub_epi32(ee[ 0], eo[ 0]); Error: COMPILER_WARNING: [#def236] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2169:25: note[note]: called from here # 2167| e[28] = _mm256_sub_epi32(ee[ 3], eo[ 3]); # 2168| e[29] = _mm256_sub_epi32(ee[ 2], eo[ 2]); # 2169|-> e[30] = _mm256_sub_epi32(ee[ 1], eo[ 1]); # 2170| e[31] = _mm256_sub_epi32(ee[ 0], eo[ 0]); # 2171| Error: COMPILER_WARNING: [#def237] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2170:25: note[note]: called from here # 2168| e[29] = _mm256_sub_epi32(ee[ 2], eo[ 2]); # 2169| e[30] = _mm256_sub_epi32(ee[ 1], eo[ 1]); # 2170|-> e[31] = _mm256_sub_epi32(ee[ 0], eo[ 0]); # 2171| # 2172| v[ 0] = _mm256_add_epi32(e[ 0], o[ 0]); Error: COMPILER_WARNING: [#def238] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2172:25: note[note]: called from here # 2170| e[31] = _mm256_sub_epi32(ee[ 0], eo[ 0]); # 2171| # 2172|-> v[ 0] = _mm256_add_epi32(e[ 0], o[ 0]); # 2173| v[ 1] = _mm256_add_epi32(e[ 1], o[ 1]); # 2174| v[ 2] = _mm256_add_epi32(e[ 2], o[ 2]); Error: COMPILER_WARNING: [#def239] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2173:25: note[note]: called from here # 2171| # 2172| v[ 0] = _mm256_add_epi32(e[ 0], o[ 0]); # 2173|-> v[ 1] = _mm256_add_epi32(e[ 1], o[ 1]); # 2174| v[ 2] = _mm256_add_epi32(e[ 2], o[ 2]); # 2175| v[ 3] = _mm256_add_epi32(e[ 3], o[ 3]); Error: COMPILER_WARNING: [#def240] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2174:25: note[note]: called from here # 2172| v[ 0] = _mm256_add_epi32(e[ 0], o[ 0]); # 2173| v[ 1] = _mm256_add_epi32(e[ 1], o[ 1]); # 2174|-> v[ 2] = _mm256_add_epi32(e[ 2], o[ 2]); # 2175| v[ 3] = _mm256_add_epi32(e[ 3], o[ 3]); # 2176| v[ 4] = _mm256_add_epi32(e[ 4], o[ 4]); Error: COMPILER_WARNING: [#def241] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2175:25: note[note]: called from here # 2173| v[ 1] = _mm256_add_epi32(e[ 1], o[ 1]); # 2174| v[ 2] = _mm256_add_epi32(e[ 2], o[ 2]); # 2175|-> v[ 3] = _mm256_add_epi32(e[ 3], o[ 3]); # 2176| v[ 4] = _mm256_add_epi32(e[ 4], o[ 4]); # 2177| v[ 5] = _mm256_add_epi32(e[ 5], o[ 5]); Error: COMPILER_WARNING: [#def242] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2176:25: note[note]: called from here # 2174| v[ 2] = _mm256_add_epi32(e[ 2], o[ 2]); # 2175| v[ 3] = _mm256_add_epi32(e[ 3], o[ 3]); # 2176|-> v[ 4] = _mm256_add_epi32(e[ 4], o[ 4]); # 2177| v[ 5] = _mm256_add_epi32(e[ 5], o[ 5]); # 2178| v[ 6] = _mm256_add_epi32(e[ 6], o[ 6]); Error: COMPILER_WARNING: [#def243] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2177:25: note[note]: called from here # 2175| v[ 3] = _mm256_add_epi32(e[ 3], o[ 3]); # 2176| v[ 4] = _mm256_add_epi32(e[ 4], o[ 4]); # 2177|-> v[ 5] = _mm256_add_epi32(e[ 5], o[ 5]); # 2178| v[ 6] = _mm256_add_epi32(e[ 6], o[ 6]); # 2179| v[ 7] = _mm256_add_epi32(e[ 7], o[ 7]); Error: COMPILER_WARNING: [#def244] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2178:25: note[note]: called from here # 2176| v[ 4] = _mm256_add_epi32(e[ 4], o[ 4]); # 2177| v[ 5] = _mm256_add_epi32(e[ 5], o[ 5]); # 2178|-> v[ 6] = _mm256_add_epi32(e[ 6], o[ 6]); # 2179| v[ 7] = _mm256_add_epi32(e[ 7], o[ 7]); # 2180| v[ 8] = _mm256_add_epi32(e[ 8], o[ 8]); Error: COMPILER_WARNING: [#def245] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2179:25: note[note]: called from here # 2177| v[ 5] = _mm256_add_epi32(e[ 5], o[ 5]); # 2178| v[ 6] = _mm256_add_epi32(e[ 6], o[ 6]); # 2179|-> v[ 7] = _mm256_add_epi32(e[ 7], o[ 7]); # 2180| v[ 8] = _mm256_add_epi32(e[ 8], o[ 8]); # 2181| v[ 9] = _mm256_add_epi32(e[ 9], o[ 9]); Error: COMPILER_WARNING: [#def246] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2180:25: note[note]: called from here # 2178| v[ 6] = _mm256_add_epi32(e[ 6], o[ 6]); # 2179| v[ 7] = _mm256_add_epi32(e[ 7], o[ 7]); # 2180|-> v[ 8] = _mm256_add_epi32(e[ 8], o[ 8]); # 2181| v[ 9] = _mm256_add_epi32(e[ 9], o[ 9]); # 2182| v[10] = _mm256_add_epi32(e[10], o[10]); Error: COMPILER_WARNING: [#def247] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2181:25: note[note]: called from here # 2179| v[ 7] = _mm256_add_epi32(e[ 7], o[ 7]); # 2180| v[ 8] = _mm256_add_epi32(e[ 8], o[ 8]); # 2181|-> v[ 9] = _mm256_add_epi32(e[ 9], o[ 9]); # 2182| v[10] = _mm256_add_epi32(e[10], o[10]); # 2183| v[11] = _mm256_add_epi32(e[11], o[11]); Error: COMPILER_WARNING: [#def248] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2182:25: note[note]: called from here # 2180| v[ 8] = _mm256_add_epi32(e[ 8], o[ 8]); # 2181| v[ 9] = _mm256_add_epi32(e[ 9], o[ 9]); # 2182|-> v[10] = _mm256_add_epi32(e[10], o[10]); # 2183| v[11] = _mm256_add_epi32(e[11], o[11]); # 2184| v[12] = _mm256_add_epi32(e[12], o[12]); Error: COMPILER_WARNING: [#def249] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2183:25: note[note]: called from here # 2181| v[ 9] = _mm256_add_epi32(e[ 9], o[ 9]); # 2182| v[10] = _mm256_add_epi32(e[10], o[10]); # 2183|-> v[11] = _mm256_add_epi32(e[11], o[11]); # 2184| v[12] = _mm256_add_epi32(e[12], o[12]); # 2185| v[13] = _mm256_add_epi32(e[13], o[13]); Error: COMPILER_WARNING: [#def250] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2184:25: note[note]: called from here # 2182| v[10] = _mm256_add_epi32(e[10], o[10]); # 2183| v[11] = _mm256_add_epi32(e[11], o[11]); # 2184|-> v[12] = _mm256_add_epi32(e[12], o[12]); # 2185| v[13] = _mm256_add_epi32(e[13], o[13]); # 2186| v[14] = _mm256_add_epi32(e[14], o[14]); Error: COMPILER_WARNING: [#def251] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2185:25: note[note]: called from here # 2183| v[11] = _mm256_add_epi32(e[11], o[11]); # 2184| v[12] = _mm256_add_epi32(e[12], o[12]); # 2185|-> v[13] = _mm256_add_epi32(e[13], o[13]); # 2186| v[14] = _mm256_add_epi32(e[14], o[14]); # 2187| v[15] = _mm256_add_epi32(e[15], o[15]); Error: COMPILER_WARNING: [#def252] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2186:25: note[note]: called from here # 2184| v[12] = _mm256_add_epi32(e[12], o[12]); # 2185| v[13] = _mm256_add_epi32(e[13], o[13]); # 2186|-> v[14] = _mm256_add_epi32(e[14], o[14]); # 2187| v[15] = _mm256_add_epi32(e[15], o[15]); # 2188| v[16] = _mm256_add_epi32(e[16], o[16]); Error: COMPILER_WARNING: [#def253] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2187:25: note[note]: called from here # 2185| v[13] = _mm256_add_epi32(e[13], o[13]); # 2186| v[14] = _mm256_add_epi32(e[14], o[14]); # 2187|-> v[15] = _mm256_add_epi32(e[15], o[15]); # 2188| v[16] = _mm256_add_epi32(e[16], o[16]); # 2189| v[17] = _mm256_add_epi32(e[17], o[17]); Error: COMPILER_WARNING: [#def254] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2188:25: note[note]: called from here # 2186| v[14] = _mm256_add_epi32(e[14], o[14]); # 2187| v[15] = _mm256_add_epi32(e[15], o[15]); # 2188|-> v[16] = _mm256_add_epi32(e[16], o[16]); # 2189| v[17] = _mm256_add_epi32(e[17], o[17]); # 2190| v[18] = _mm256_add_epi32(e[18], o[18]); Error: COMPILER_WARNING: [#def255] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2189:25: note[note]: called from here # 2187| v[15] = _mm256_add_epi32(e[15], o[15]); # 2188| v[16] = _mm256_add_epi32(e[16], o[16]); # 2189|-> v[17] = _mm256_add_epi32(e[17], o[17]); # 2190| v[18] = _mm256_add_epi32(e[18], o[18]); # 2191| v[19] = _mm256_add_epi32(e[19], o[19]); Error: COMPILER_WARNING: [#def256] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2190:25: note[note]: called from here # 2188| v[16] = _mm256_add_epi32(e[16], o[16]); # 2189| v[17] = _mm256_add_epi32(e[17], o[17]); # 2190|-> v[18] = _mm256_add_epi32(e[18], o[18]); # 2191| v[19] = _mm256_add_epi32(e[19], o[19]); # 2192| v[20] = _mm256_add_epi32(e[20], o[20]); Error: COMPILER_WARNING: [#def257] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2191:25: note[note]: called from here # 2189| v[17] = _mm256_add_epi32(e[17], o[17]); # 2190| v[18] = _mm256_add_epi32(e[18], o[18]); # 2191|-> v[19] = _mm256_add_epi32(e[19], o[19]); # 2192| v[20] = _mm256_add_epi32(e[20], o[20]); # 2193| v[21] = _mm256_add_epi32(e[21], o[21]); Error: COMPILER_WARNING: [#def258] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2192:25: note[note]: called from here # 2190| v[18] = _mm256_add_epi32(e[18], o[18]); # 2191| v[19] = _mm256_add_epi32(e[19], o[19]); # 2192|-> v[20] = _mm256_add_epi32(e[20], o[20]); # 2193| v[21] = _mm256_add_epi32(e[21], o[21]); # 2194| v[22] = _mm256_add_epi32(e[22], o[22]); Error: COMPILER_WARNING: [#def259] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2193:25: note[note]: called from here # 2191| v[19] = _mm256_add_epi32(e[19], o[19]); # 2192| v[20] = _mm256_add_epi32(e[20], o[20]); # 2193|-> v[21] = _mm256_add_epi32(e[21], o[21]); # 2194| v[22] = _mm256_add_epi32(e[22], o[22]); # 2195| v[23] = _mm256_add_epi32(e[23], o[23]); Error: COMPILER_WARNING: [#def260] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2194:25: note[note]: called from here # 2192| v[20] = _mm256_add_epi32(e[20], o[20]); # 2193| v[21] = _mm256_add_epi32(e[21], o[21]); # 2194|-> v[22] = _mm256_add_epi32(e[22], o[22]); # 2195| v[23] = _mm256_add_epi32(e[23], o[23]); # 2196| v[24] = _mm256_add_epi32(e[24], o[24]); Error: COMPILER_WARNING: [#def261] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2195:25: note[note]: called from here # 2193| v[21] = _mm256_add_epi32(e[21], o[21]); # 2194| v[22] = _mm256_add_epi32(e[22], o[22]); # 2195|-> v[23] = _mm256_add_epi32(e[23], o[23]); # 2196| v[24] = _mm256_add_epi32(e[24], o[24]); # 2197| v[25] = _mm256_add_epi32(e[25], o[25]); Error: COMPILER_WARNING: [#def262] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2196:25: note[note]: called from here # 2194| v[22] = _mm256_add_epi32(e[22], o[22]); # 2195| v[23] = _mm256_add_epi32(e[23], o[23]); # 2196|-> v[24] = _mm256_add_epi32(e[24], o[24]); # 2197| v[25] = _mm256_add_epi32(e[25], o[25]); # 2198| v[26] = _mm256_add_epi32(e[26], o[26]); Error: COMPILER_WARNING: [#def263] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2197:25: note[note]: called from here # 2195| v[23] = _mm256_add_epi32(e[23], o[23]); # 2196| v[24] = _mm256_add_epi32(e[24], o[24]); # 2197|-> v[25] = _mm256_add_epi32(e[25], o[25]); # 2198| v[26] = _mm256_add_epi32(e[26], o[26]); # 2199| v[27] = _mm256_add_epi32(e[27], o[27]); Error: COMPILER_WARNING: [#def264] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2198:25: note[note]: called from here # 2196| v[24] = _mm256_add_epi32(e[24], o[24]); # 2197| v[25] = _mm256_add_epi32(e[25], o[25]); # 2198|-> v[26] = _mm256_add_epi32(e[26], o[26]); # 2199| v[27] = _mm256_add_epi32(e[27], o[27]); # 2200| v[28] = _mm256_add_epi32(e[28], o[28]); Error: COMPILER_WARNING: [#def265] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2199:25: note[note]: called from here # 2197| v[25] = _mm256_add_epi32(e[25], o[25]); # 2198| v[26] = _mm256_add_epi32(e[26], o[26]); # 2199|-> v[27] = _mm256_add_epi32(e[27], o[27]); # 2200| v[28] = _mm256_add_epi32(e[28], o[28]); # 2201| v[29] = _mm256_add_epi32(e[29], o[29]); Error: COMPILER_WARNING: [#def266] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2200:25: note[note]: called from here # 2198| v[26] = _mm256_add_epi32(e[26], o[26]); # 2199| v[27] = _mm256_add_epi32(e[27], o[27]); # 2200|-> v[28] = _mm256_add_epi32(e[28], o[28]); # 2201| v[29] = _mm256_add_epi32(e[29], o[29]); # 2202| v[30] = _mm256_add_epi32(e[30], o[30]); Error: COMPILER_WARNING: [#def267] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2201:25: note[note]: called from here # 2199| v[27] = _mm256_add_epi32(e[27], o[27]); # 2200| v[28] = _mm256_add_epi32(e[28], o[28]); # 2201|-> v[29] = _mm256_add_epi32(e[29], o[29]); # 2202| v[30] = _mm256_add_epi32(e[30], o[30]); # 2203| v[31] = _mm256_add_epi32(e[31], o[31]); Error: COMPILER_WARNING: [#def268] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2202:25: note[note]: called from here # 2200| v[28] = _mm256_add_epi32(e[28], o[28]); # 2201| v[29] = _mm256_add_epi32(e[29], o[29]); # 2202|-> v[30] = _mm256_add_epi32(e[30], o[30]); # 2203| v[31] = _mm256_add_epi32(e[31], o[31]); # 2204| v[32] = _mm256_sub_epi32(e[31], o[31]); Error: COMPILER_WARNING: [#def269] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2203:25: note[note]: called from here # 2201| v[29] = _mm256_add_epi32(e[29], o[29]); # 2202| v[30] = _mm256_add_epi32(e[30], o[30]); # 2203|-> v[31] = _mm256_add_epi32(e[31], o[31]); # 2204| v[32] = _mm256_sub_epi32(e[31], o[31]); # 2205| v[33] = _mm256_sub_epi32(e[30], o[30]); Error: COMPILER_WARNING: [#def270] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2204:25: note[note]: called from here # 2202| v[30] = _mm256_add_epi32(e[30], o[30]); # 2203| v[31] = _mm256_add_epi32(e[31], o[31]); # 2204|-> v[32] = _mm256_sub_epi32(e[31], o[31]); # 2205| v[33] = _mm256_sub_epi32(e[30], o[30]); # 2206| v[34] = _mm256_sub_epi32(e[29], o[29]); Error: COMPILER_WARNING: [#def271] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2205:25: note[note]: called from here # 2203| v[31] = _mm256_add_epi32(e[31], o[31]); # 2204| v[32] = _mm256_sub_epi32(e[31], o[31]); # 2205|-> v[33] = _mm256_sub_epi32(e[30], o[30]); # 2206| v[34] = _mm256_sub_epi32(e[29], o[29]); # 2207| v[35] = _mm256_sub_epi32(e[28], o[28]); Error: COMPILER_WARNING: [#def272] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2206:25: note[note]: called from here # 2204| v[32] = _mm256_sub_epi32(e[31], o[31]); # 2205| v[33] = _mm256_sub_epi32(e[30], o[30]); # 2206|-> v[34] = _mm256_sub_epi32(e[29], o[29]); # 2207| v[35] = _mm256_sub_epi32(e[28], o[28]); # 2208| v[36] = _mm256_sub_epi32(e[27], o[27]); Error: COMPILER_WARNING: [#def273] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2207:25: note[note]: called from here # 2205| v[33] = _mm256_sub_epi32(e[30], o[30]); # 2206| v[34] = _mm256_sub_epi32(e[29], o[29]); # 2207|-> v[35] = _mm256_sub_epi32(e[28], o[28]); # 2208| v[36] = _mm256_sub_epi32(e[27], o[27]); # 2209| v[37] = _mm256_sub_epi32(e[26], o[26]); Error: COMPILER_WARNING: [#def274] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2208:25: note[note]: called from here # 2206| v[34] = _mm256_sub_epi32(e[29], o[29]); # 2207| v[35] = _mm256_sub_epi32(e[28], o[28]); # 2208|-> v[36] = _mm256_sub_epi32(e[27], o[27]); # 2209| v[37] = _mm256_sub_epi32(e[26], o[26]); # 2210| v[38] = _mm256_sub_epi32(e[25], o[25]); Error: COMPILER_WARNING: [#def275] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2209:25: note[note]: called from here # 2207| v[35] = _mm256_sub_epi32(e[28], o[28]); # 2208| v[36] = _mm256_sub_epi32(e[27], o[27]); # 2209|-> v[37] = _mm256_sub_epi32(e[26], o[26]); # 2210| v[38] = _mm256_sub_epi32(e[25], o[25]); # 2211| v[39] = _mm256_sub_epi32(e[24], o[24]); Error: COMPILER_WARNING: [#def276] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2210:25: note[note]: called from here # 2208| v[36] = _mm256_sub_epi32(e[27], o[27]); # 2209| v[37] = _mm256_sub_epi32(e[26], o[26]); # 2210|-> v[38] = _mm256_sub_epi32(e[25], o[25]); # 2211| v[39] = _mm256_sub_epi32(e[24], o[24]); # 2212| v[40] = _mm256_sub_epi32(e[23], o[23]); Error: COMPILER_WARNING: [#def277] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2211:25: note[note]: called from here # 2209| v[37] = _mm256_sub_epi32(e[26], o[26]); # 2210| v[38] = _mm256_sub_epi32(e[25], o[25]); # 2211|-> v[39] = _mm256_sub_epi32(e[24], o[24]); # 2212| v[40] = _mm256_sub_epi32(e[23], o[23]); # 2213| v[41] = _mm256_sub_epi32(e[22], o[22]); Error: COMPILER_WARNING: [#def278] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2212:25: note[note]: called from here # 2210| v[38] = _mm256_sub_epi32(e[25], o[25]); # 2211| v[39] = _mm256_sub_epi32(e[24], o[24]); # 2212|-> v[40] = _mm256_sub_epi32(e[23], o[23]); # 2213| v[41] = _mm256_sub_epi32(e[22], o[22]); # 2214| v[42] = _mm256_sub_epi32(e[21], o[21]); Error: COMPILER_WARNING: [#def279] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2213:25: note[note]: called from here # 2211| v[39] = _mm256_sub_epi32(e[24], o[24]); # 2212| v[40] = _mm256_sub_epi32(e[23], o[23]); # 2213|-> v[41] = _mm256_sub_epi32(e[22], o[22]); # 2214| v[42] = _mm256_sub_epi32(e[21], o[21]); # 2215| v[43] = _mm256_sub_epi32(e[20], o[20]); Error: COMPILER_WARNING: [#def280] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2214:25: note[note]: called from here # 2212| v[40] = _mm256_sub_epi32(e[23], o[23]); # 2213| v[41] = _mm256_sub_epi32(e[22], o[22]); # 2214|-> v[42] = _mm256_sub_epi32(e[21], o[21]); # 2215| v[43] = _mm256_sub_epi32(e[20], o[20]); # 2216| v[44] = _mm256_sub_epi32(e[19], o[19]); Error: COMPILER_WARNING: [#def281] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2215:25: note[note]: called from here # 2213| v[41] = _mm256_sub_epi32(e[22], o[22]); # 2214| v[42] = _mm256_sub_epi32(e[21], o[21]); # 2215|-> v[43] = _mm256_sub_epi32(e[20], o[20]); # 2216| v[44] = _mm256_sub_epi32(e[19], o[19]); # 2217| v[45] = _mm256_sub_epi32(e[18], o[18]); Error: COMPILER_WARNING: [#def282] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2216:25: note[note]: called from here # 2214| v[42] = _mm256_sub_epi32(e[21], o[21]); # 2215| v[43] = _mm256_sub_epi32(e[20], o[20]); # 2216|-> v[44] = _mm256_sub_epi32(e[19], o[19]); # 2217| v[45] = _mm256_sub_epi32(e[18], o[18]); # 2218| v[46] = _mm256_sub_epi32(e[17], o[17]); Error: COMPILER_WARNING: [#def283] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2217:25: note[note]: called from here # 2215| v[43] = _mm256_sub_epi32(e[20], o[20]); # 2216| v[44] = _mm256_sub_epi32(e[19], o[19]); # 2217|-> v[45] = _mm256_sub_epi32(e[18], o[18]); # 2218| v[46] = _mm256_sub_epi32(e[17], o[17]); # 2219| v[47] = _mm256_sub_epi32(e[16], o[16]); Error: COMPILER_WARNING: [#def284] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2218:25: note[note]: called from here # 2216| v[44] = _mm256_sub_epi32(e[19], o[19]); # 2217| v[45] = _mm256_sub_epi32(e[18], o[18]); # 2218|-> v[46] = _mm256_sub_epi32(e[17], o[17]); # 2219| v[47] = _mm256_sub_epi32(e[16], o[16]); # 2220| v[48] = _mm256_sub_epi32(e[15], o[15]); Error: COMPILER_WARNING: [#def285] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2219:25: note[note]: called from here # 2217| v[45] = _mm256_sub_epi32(e[18], o[18]); # 2218| v[46] = _mm256_sub_epi32(e[17], o[17]); # 2219|-> v[47] = _mm256_sub_epi32(e[16], o[16]); # 2220| v[48] = _mm256_sub_epi32(e[15], o[15]); # 2221| v[49] = _mm256_sub_epi32(e[14], o[14]); Error: COMPILER_WARNING: [#def286] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2220:25: note[note]: called from here # 2218| v[46] = _mm256_sub_epi32(e[17], o[17]); # 2219| v[47] = _mm256_sub_epi32(e[16], o[16]); # 2220|-> v[48] = _mm256_sub_epi32(e[15], o[15]); # 2221| v[49] = _mm256_sub_epi32(e[14], o[14]); # 2222| v[50] = _mm256_sub_epi32(e[13], o[13]); Error: COMPILER_WARNING: [#def287] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2221:25: note[note]: called from here # 2219| v[47] = _mm256_sub_epi32(e[16], o[16]); # 2220| v[48] = _mm256_sub_epi32(e[15], o[15]); # 2221|-> v[49] = _mm256_sub_epi32(e[14], o[14]); # 2222| v[50] = _mm256_sub_epi32(e[13], o[13]); # 2223| v[51] = _mm256_sub_epi32(e[12], o[12]); Error: COMPILER_WARNING: [#def288] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2222:25: note[note]: called from here # 2220| v[48] = _mm256_sub_epi32(e[15], o[15]); # 2221| v[49] = _mm256_sub_epi32(e[14], o[14]); # 2222|-> v[50] = _mm256_sub_epi32(e[13], o[13]); # 2223| v[51] = _mm256_sub_epi32(e[12], o[12]); # 2224| v[52] = _mm256_sub_epi32(e[11], o[11]); Error: COMPILER_WARNING: [#def289] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2223:25: note[note]: called from here # 2221| v[49] = _mm256_sub_epi32(e[14], o[14]); # 2222| v[50] = _mm256_sub_epi32(e[13], o[13]); # 2223|-> v[51] = _mm256_sub_epi32(e[12], o[12]); # 2224| v[52] = _mm256_sub_epi32(e[11], o[11]); # 2225| v[53] = _mm256_sub_epi32(e[10], o[10]); Error: COMPILER_WARNING: [#def290] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2224:25: note[note]: called from here # 2222| v[50] = _mm256_sub_epi32(e[13], o[13]); # 2223| v[51] = _mm256_sub_epi32(e[12], o[12]); # 2224|-> v[52] = _mm256_sub_epi32(e[11], o[11]); # 2225| v[53] = _mm256_sub_epi32(e[10], o[10]); # 2226| v[54] = _mm256_sub_epi32(e[ 9], o[ 9]); Error: COMPILER_WARNING: [#def291] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2225:25: note[note]: called from here # 2223| v[51] = _mm256_sub_epi32(e[12], o[12]); # 2224| v[52] = _mm256_sub_epi32(e[11], o[11]); # 2225|-> v[53] = _mm256_sub_epi32(e[10], o[10]); # 2226| v[54] = _mm256_sub_epi32(e[ 9], o[ 9]); # 2227| v[55] = _mm256_sub_epi32(e[ 8], o[ 8]); Error: COMPILER_WARNING: [#def292] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2226:25: note[note]: called from here # 2224| v[52] = _mm256_sub_epi32(e[11], o[11]); # 2225| v[53] = _mm256_sub_epi32(e[10], o[10]); # 2226|-> v[54] = _mm256_sub_epi32(e[ 9], o[ 9]); # 2227| v[55] = _mm256_sub_epi32(e[ 8], o[ 8]); # 2228| v[56] = _mm256_sub_epi32(e[ 7], o[ 7]); Error: COMPILER_WARNING: [#def293] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2227:25: note[note]: called from here # 2225| v[53] = _mm256_sub_epi32(e[10], o[10]); # 2226| v[54] = _mm256_sub_epi32(e[ 9], o[ 9]); # 2227|-> v[55] = _mm256_sub_epi32(e[ 8], o[ 8]); # 2228| v[56] = _mm256_sub_epi32(e[ 7], o[ 7]); # 2229| v[57] = _mm256_sub_epi32(e[ 6], o[ 6]); Error: COMPILER_WARNING: [#def294] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2228:25: note[note]: called from here # 2226| v[54] = _mm256_sub_epi32(e[ 9], o[ 9]); # 2227| v[55] = _mm256_sub_epi32(e[ 8], o[ 8]); # 2228|-> v[56] = _mm256_sub_epi32(e[ 7], o[ 7]); # 2229| v[57] = _mm256_sub_epi32(e[ 6], o[ 6]); # 2230| v[58] = _mm256_sub_epi32(e[ 5], o[ 5]); Error: COMPILER_WARNING: [#def295] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2229:25: note[note]: called from here # 2227| v[55] = _mm256_sub_epi32(e[ 8], o[ 8]); # 2228| v[56] = _mm256_sub_epi32(e[ 7], o[ 7]); # 2229|-> v[57] = _mm256_sub_epi32(e[ 6], o[ 6]); # 2230| v[58] = _mm256_sub_epi32(e[ 5], o[ 5]); # 2231| v[59] = _mm256_sub_epi32(e[ 4], o[ 4]); Error: COMPILER_WARNING: [#def296] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2230:25: note[note]: called from here # 2228| v[56] = _mm256_sub_epi32(e[ 7], o[ 7]); # 2229| v[57] = _mm256_sub_epi32(e[ 6], o[ 6]); # 2230|-> v[58] = _mm256_sub_epi32(e[ 5], o[ 5]); # 2231| v[59] = _mm256_sub_epi32(e[ 4], o[ 4]); # 2232| v[60] = _mm256_sub_epi32(e[ 3], o[ 3]); Error: COMPILER_WARNING: [#def297] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2231:25: note[note]: called from here # 2229| v[57] = _mm256_sub_epi32(e[ 6], o[ 6]); # 2230| v[58] = _mm256_sub_epi32(e[ 5], o[ 5]); # 2231|-> v[59] = _mm256_sub_epi32(e[ 4], o[ 4]); # 2232| v[60] = _mm256_sub_epi32(e[ 3], o[ 3]); # 2233| v[61] = _mm256_sub_epi32(e[ 2], o[ 2]); Error: COMPILER_WARNING: [#def298] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2232:25: note[note]: called from here # 2230| v[58] = _mm256_sub_epi32(e[ 5], o[ 5]); # 2231| v[59] = _mm256_sub_epi32(e[ 4], o[ 4]); # 2232|-> v[60] = _mm256_sub_epi32(e[ 3], o[ 3]); # 2233| v[61] = _mm256_sub_epi32(e[ 2], o[ 2]); # 2234| v[62] = _mm256_sub_epi32(e[ 1], o[ 1]); Error: COMPILER_WARNING: [#def299] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2233:25: note[note]: called from here # 2231| v[59] = _mm256_sub_epi32(e[ 4], o[ 4]); # 2232| v[60] = _mm256_sub_epi32(e[ 3], o[ 3]); # 2233|-> v[61] = _mm256_sub_epi32(e[ 2], o[ 2]); # 2234| v[62] = _mm256_sub_epi32(e[ 1], o[ 1]); # 2235| v[63] = _mm256_sub_epi32(e[ 0], o[ 0]); Error: COMPILER_WARNING: [#def300] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2234:25: note[note]: called from here # 2232| v[60] = _mm256_sub_epi32(e[ 3], o[ 3]); # 2233| v[61] = _mm256_sub_epi32(e[ 2], o[ 2]); # 2234|-> v[62] = _mm256_sub_epi32(e[ 1], o[ 1]); # 2235| v[63] = _mm256_sub_epi32(e[ 0], o[ 0]); # 2236| Error: COMPILER_WARNING: [#def301] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2235:25: note[note]: called from here # 2233| v[61] = _mm256_sub_epi32(e[ 2], o[ 2]); # 2234| v[62] = _mm256_sub_epi32(e[ 1], o[ 1]); # 2235|-> v[63] = _mm256_sub_epi32(e[ 0], o[ 0]); # 2236| # 2237| XEVE_ITX_SHIFT_CLIP(v[ 0], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def302] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2237:17: note[note]: called from here # 2235| v[63] = _mm256_sub_epi32(e[ 0], o[ 0]); # 2236| # 2237|-> XEVE_ITX_SHIFT_CLIP(v[ 0], add_s2, shift, min_val, max_val); # 2238| XEVE_ITX_SHIFT_CLIP(v[ 1], add_s2, shift, min_val, max_val); # 2239| XEVE_ITX_SHIFT_CLIP(v[ 2], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def303] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2238:17: note[note]: called from here # 2236| # 2237| XEVE_ITX_SHIFT_CLIP(v[ 0], add_s2, shift, min_val, max_val); # 2238|-> XEVE_ITX_SHIFT_CLIP(v[ 1], add_s2, shift, min_val, max_val); # 2239| XEVE_ITX_SHIFT_CLIP(v[ 2], add_s2, shift, min_val, max_val); # 2240| XEVE_ITX_SHIFT_CLIP(v[ 3], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def304] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2239:17: note[note]: called from here # 2237| XEVE_ITX_SHIFT_CLIP(v[ 0], add_s2, shift, min_val, max_val); # 2238| XEVE_ITX_SHIFT_CLIP(v[ 1], add_s2, shift, min_val, max_val); # 2239|-> XEVE_ITX_SHIFT_CLIP(v[ 2], add_s2, shift, min_val, max_val); # 2240| XEVE_ITX_SHIFT_CLIP(v[ 3], add_s2, shift, min_val, max_val); # 2241| XEVE_ITX_SHIFT_CLIP(v[ 4], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def305] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2240:17: note[note]: called from here # 2238| XEVE_ITX_SHIFT_CLIP(v[ 1], add_s2, shift, min_val, max_val); # 2239| XEVE_ITX_SHIFT_CLIP(v[ 2], add_s2, shift, min_val, max_val); # 2240|-> XEVE_ITX_SHIFT_CLIP(v[ 3], add_s2, shift, min_val, max_val); # 2241| XEVE_ITX_SHIFT_CLIP(v[ 4], add_s2, shift, min_val, max_val); # 2242| XEVE_ITX_SHIFT_CLIP(v[ 5], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def306] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2241:17: note[note]: called from here # 2239| XEVE_ITX_SHIFT_CLIP(v[ 2], add_s2, shift, min_val, max_val); # 2240| XEVE_ITX_SHIFT_CLIP(v[ 3], add_s2, shift, min_val, max_val); # 2241|-> XEVE_ITX_SHIFT_CLIP(v[ 4], add_s2, shift, min_val, max_val); # 2242| XEVE_ITX_SHIFT_CLIP(v[ 5], add_s2, shift, min_val, max_val); # 2243| XEVE_ITX_SHIFT_CLIP(v[ 6], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def307] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2242:17: note[note]: called from here # 2240| XEVE_ITX_SHIFT_CLIP(v[ 3], add_s2, shift, min_val, max_val); # 2241| XEVE_ITX_SHIFT_CLIP(v[ 4], add_s2, shift, min_val, max_val); # 2242|-> XEVE_ITX_SHIFT_CLIP(v[ 5], add_s2, shift, min_val, max_val); # 2243| XEVE_ITX_SHIFT_CLIP(v[ 6], add_s2, shift, min_val, max_val); # 2244| XEVE_ITX_SHIFT_CLIP(v[ 7], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def308] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2243:17: note[note]: called from here # 2241| XEVE_ITX_SHIFT_CLIP(v[ 4], add_s2, shift, min_val, max_val); # 2242| XEVE_ITX_SHIFT_CLIP(v[ 5], add_s2, shift, min_val, max_val); # 2243|-> XEVE_ITX_SHIFT_CLIP(v[ 6], add_s2, shift, min_val, max_val); # 2244| XEVE_ITX_SHIFT_CLIP(v[ 7], add_s2, shift, min_val, max_val); # 2245| XEVE_ITX_SHIFT_CLIP(v[ 8], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def309] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2244:17: note[note]: called from here # 2242| XEVE_ITX_SHIFT_CLIP(v[ 5], add_s2, shift, min_val, max_val); # 2243| XEVE_ITX_SHIFT_CLIP(v[ 6], add_s2, shift, min_val, max_val); # 2244|-> XEVE_ITX_SHIFT_CLIP(v[ 7], add_s2, shift, min_val, max_val); # 2245| XEVE_ITX_SHIFT_CLIP(v[ 8], add_s2, shift, min_val, max_val); # 2246| XEVE_ITX_SHIFT_CLIP(v[ 9], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def310] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2245:17: note[note]: called from here # 2243| XEVE_ITX_SHIFT_CLIP(v[ 6], add_s2, shift, min_val, max_val); # 2244| XEVE_ITX_SHIFT_CLIP(v[ 7], add_s2, shift, min_val, max_val); # 2245|-> XEVE_ITX_SHIFT_CLIP(v[ 8], add_s2, shift, min_val, max_val); # 2246| XEVE_ITX_SHIFT_CLIP(v[ 9], add_s2, shift, min_val, max_val); # 2247| XEVE_ITX_SHIFT_CLIP(v[10], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def311] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2246:17: note[note]: called from here # 2244| XEVE_ITX_SHIFT_CLIP(v[ 7], add_s2, shift, min_val, max_val); # 2245| XEVE_ITX_SHIFT_CLIP(v[ 8], add_s2, shift, min_val, max_val); # 2246|-> XEVE_ITX_SHIFT_CLIP(v[ 9], add_s2, shift, min_val, max_val); # 2247| XEVE_ITX_SHIFT_CLIP(v[10], add_s2, shift, min_val, max_val); # 2248| XEVE_ITX_SHIFT_CLIP(v[11], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def312] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2247:17: note[note]: called from here # 2245| XEVE_ITX_SHIFT_CLIP(v[ 8], add_s2, shift, min_val, max_val); # 2246| XEVE_ITX_SHIFT_CLIP(v[ 9], add_s2, shift, min_val, max_val); # 2247|-> XEVE_ITX_SHIFT_CLIP(v[10], add_s2, shift, min_val, max_val); # 2248| XEVE_ITX_SHIFT_CLIP(v[11], add_s2, shift, min_val, max_val); # 2249| XEVE_ITX_SHIFT_CLIP(v[12], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def313] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2248:17: note[note]: called from here # 2246| XEVE_ITX_SHIFT_CLIP(v[ 9], add_s2, shift, min_val, max_val); # 2247| XEVE_ITX_SHIFT_CLIP(v[10], add_s2, shift, min_val, max_val); # 2248|-> XEVE_ITX_SHIFT_CLIP(v[11], add_s2, shift, min_val, max_val); # 2249| XEVE_ITX_SHIFT_CLIP(v[12], add_s2, shift, min_val, max_val); # 2250| XEVE_ITX_SHIFT_CLIP(v[13], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def314] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2249:17: note[note]: called from here # 2247| XEVE_ITX_SHIFT_CLIP(v[10], add_s2, shift, min_val, max_val); # 2248| XEVE_ITX_SHIFT_CLIP(v[11], add_s2, shift, min_val, max_val); # 2249|-> XEVE_ITX_SHIFT_CLIP(v[12], add_s2, shift, min_val, max_val); # 2250| XEVE_ITX_SHIFT_CLIP(v[13], add_s2, shift, min_val, max_val); # 2251| XEVE_ITX_SHIFT_CLIP(v[14], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def315] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2250:17: note[note]: called from here # 2248| XEVE_ITX_SHIFT_CLIP(v[11], add_s2, shift, min_val, max_val); # 2249| XEVE_ITX_SHIFT_CLIP(v[12], add_s2, shift, min_val, max_val); # 2250|-> XEVE_ITX_SHIFT_CLIP(v[13], add_s2, shift, min_val, max_val); # 2251| XEVE_ITX_SHIFT_CLIP(v[14], add_s2, shift, min_val, max_val); # 2252| XEVE_ITX_SHIFT_CLIP(v[15], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def316] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2251:17: note[note]: called from here # 2249| XEVE_ITX_SHIFT_CLIP(v[12], add_s2, shift, min_val, max_val); # 2250| XEVE_ITX_SHIFT_CLIP(v[13], add_s2, shift, min_val, max_val); # 2251|-> XEVE_ITX_SHIFT_CLIP(v[14], add_s2, shift, min_val, max_val); # 2252| XEVE_ITX_SHIFT_CLIP(v[15], add_s2, shift, min_val, max_val); # 2253| XEVE_ITX_SHIFT_CLIP(v[16], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def317] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2252:17: note[note]: called from here # 2250| XEVE_ITX_SHIFT_CLIP(v[13], add_s2, shift, min_val, max_val); # 2251| XEVE_ITX_SHIFT_CLIP(v[14], add_s2, shift, min_val, max_val); # 2252|-> XEVE_ITX_SHIFT_CLIP(v[15], add_s2, shift, min_val, max_val); # 2253| XEVE_ITX_SHIFT_CLIP(v[16], add_s2, shift, min_val, max_val); # 2254| XEVE_ITX_SHIFT_CLIP(v[17], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def318] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2253:17: note[note]: called from here # 2251| XEVE_ITX_SHIFT_CLIP(v[14], add_s2, shift, min_val, max_val); # 2252| XEVE_ITX_SHIFT_CLIP(v[15], add_s2, shift, min_val, max_val); # 2253|-> XEVE_ITX_SHIFT_CLIP(v[16], add_s2, shift, min_val, max_val); # 2254| XEVE_ITX_SHIFT_CLIP(v[17], add_s2, shift, min_val, max_val); # 2255| XEVE_ITX_SHIFT_CLIP(v[18], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def319] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2254:17: note[note]: called from here # 2252| XEVE_ITX_SHIFT_CLIP(v[15], add_s2, shift, min_val, max_val); # 2253| XEVE_ITX_SHIFT_CLIP(v[16], add_s2, shift, min_val, max_val); # 2254|-> XEVE_ITX_SHIFT_CLIP(v[17], add_s2, shift, min_val, max_val); # 2255| XEVE_ITX_SHIFT_CLIP(v[18], add_s2, shift, min_val, max_val); # 2256| XEVE_ITX_SHIFT_CLIP(v[19], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def320] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2255:17: note[note]: called from here # 2253| XEVE_ITX_SHIFT_CLIP(v[16], add_s2, shift, min_val, max_val); # 2254| XEVE_ITX_SHIFT_CLIP(v[17], add_s2, shift, min_val, max_val); # 2255|-> XEVE_ITX_SHIFT_CLIP(v[18], add_s2, shift, min_val, max_val); # 2256| XEVE_ITX_SHIFT_CLIP(v[19], add_s2, shift, min_val, max_val); # 2257| XEVE_ITX_SHIFT_CLIP(v[20], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def321] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2256:17: note[note]: called from here # 2254| XEVE_ITX_SHIFT_CLIP(v[17], add_s2, shift, min_val, max_val); # 2255| XEVE_ITX_SHIFT_CLIP(v[18], add_s2, shift, min_val, max_val); # 2256|-> XEVE_ITX_SHIFT_CLIP(v[19], add_s2, shift, min_val, max_val); # 2257| XEVE_ITX_SHIFT_CLIP(v[20], add_s2, shift, min_val, max_val); # 2258| XEVE_ITX_SHIFT_CLIP(v[21], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def322] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2257:17: note[note]: called from here # 2255| XEVE_ITX_SHIFT_CLIP(v[18], add_s2, shift, min_val, max_val); # 2256| XEVE_ITX_SHIFT_CLIP(v[19], add_s2, shift, min_val, max_val); # 2257|-> XEVE_ITX_SHIFT_CLIP(v[20], add_s2, shift, min_val, max_val); # 2258| XEVE_ITX_SHIFT_CLIP(v[21], add_s2, shift, min_val, max_val); # 2259| XEVE_ITX_SHIFT_CLIP(v[22], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def323] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2258:17: note[note]: called from here # 2256| XEVE_ITX_SHIFT_CLIP(v[19], add_s2, shift, min_val, max_val); # 2257| XEVE_ITX_SHIFT_CLIP(v[20], add_s2, shift, min_val, max_val); # 2258|-> XEVE_ITX_SHIFT_CLIP(v[21], add_s2, shift, min_val, max_val); # 2259| XEVE_ITX_SHIFT_CLIP(v[22], add_s2, shift, min_val, max_val); # 2260| XEVE_ITX_SHIFT_CLIP(v[23], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def324] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2259:17: note[note]: called from here # 2257| XEVE_ITX_SHIFT_CLIP(v[20], add_s2, shift, min_val, max_val); # 2258| XEVE_ITX_SHIFT_CLIP(v[21], add_s2, shift, min_val, max_val); # 2259|-> XEVE_ITX_SHIFT_CLIP(v[22], add_s2, shift, min_val, max_val); # 2260| XEVE_ITX_SHIFT_CLIP(v[23], add_s2, shift, min_val, max_val); # 2261| XEVE_ITX_SHIFT_CLIP(v[24], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def325] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2260:17: note[note]: called from here # 2258| XEVE_ITX_SHIFT_CLIP(v[21], add_s2, shift, min_val, max_val); # 2259| XEVE_ITX_SHIFT_CLIP(v[22], add_s2, shift, min_val, max_val); # 2260|-> XEVE_ITX_SHIFT_CLIP(v[23], add_s2, shift, min_val, max_val); # 2261| XEVE_ITX_SHIFT_CLIP(v[24], add_s2, shift, min_val, max_val); # 2262| XEVE_ITX_SHIFT_CLIP(v[25], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def326] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2261:17: note[note]: called from here # 2259| XEVE_ITX_SHIFT_CLIP(v[22], add_s2, shift, min_val, max_val); # 2260| XEVE_ITX_SHIFT_CLIP(v[23], add_s2, shift, min_val, max_val); # 2261|-> XEVE_ITX_SHIFT_CLIP(v[24], add_s2, shift, min_val, max_val); # 2262| XEVE_ITX_SHIFT_CLIP(v[25], add_s2, shift, min_val, max_val); # 2263| XEVE_ITX_SHIFT_CLIP(v[26], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def327] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2262:17: note[note]: called from here # 2260| XEVE_ITX_SHIFT_CLIP(v[23], add_s2, shift, min_val, max_val); # 2261| XEVE_ITX_SHIFT_CLIP(v[24], add_s2, shift, min_val, max_val); # 2262|-> XEVE_ITX_SHIFT_CLIP(v[25], add_s2, shift, min_val, max_val); # 2263| XEVE_ITX_SHIFT_CLIP(v[26], add_s2, shift, min_val, max_val); # 2264| XEVE_ITX_SHIFT_CLIP(v[27], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def328] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2263:17: note[note]: called from here # 2261| XEVE_ITX_SHIFT_CLIP(v[24], add_s2, shift, min_val, max_val); # 2262| XEVE_ITX_SHIFT_CLIP(v[25], add_s2, shift, min_val, max_val); # 2263|-> XEVE_ITX_SHIFT_CLIP(v[26], add_s2, shift, min_val, max_val); # 2264| XEVE_ITX_SHIFT_CLIP(v[27], add_s2, shift, min_val, max_val); # 2265| XEVE_ITX_SHIFT_CLIP(v[28], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def329] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2264:17: note[note]: called from here # 2262| XEVE_ITX_SHIFT_CLIP(v[25], add_s2, shift, min_val, max_val); # 2263| XEVE_ITX_SHIFT_CLIP(v[26], add_s2, shift, min_val, max_val); # 2264|-> XEVE_ITX_SHIFT_CLIP(v[27], add_s2, shift, min_val, max_val); # 2265| XEVE_ITX_SHIFT_CLIP(v[28], add_s2, shift, min_val, max_val); # 2266| XEVE_ITX_SHIFT_CLIP(v[29], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def330] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2265:17: note[note]: called from here # 2263| XEVE_ITX_SHIFT_CLIP(v[26], add_s2, shift, min_val, max_val); # 2264| XEVE_ITX_SHIFT_CLIP(v[27], add_s2, shift, min_val, max_val); # 2265|-> XEVE_ITX_SHIFT_CLIP(v[28], add_s2, shift, min_val, max_val); # 2266| XEVE_ITX_SHIFT_CLIP(v[29], add_s2, shift, min_val, max_val); # 2267| XEVE_ITX_SHIFT_CLIP(v[30], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def331] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2266:17: note[note]: called from here # 2264| XEVE_ITX_SHIFT_CLIP(v[27], add_s2, shift, min_val, max_val); # 2265| XEVE_ITX_SHIFT_CLIP(v[28], add_s2, shift, min_val, max_val); # 2266|-> XEVE_ITX_SHIFT_CLIP(v[29], add_s2, shift, min_val, max_val); # 2267| XEVE_ITX_SHIFT_CLIP(v[30], add_s2, shift, min_val, max_val); # 2268| XEVE_ITX_SHIFT_CLIP(v[31], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def332] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2267:17: note[note]: called from here # 2265| XEVE_ITX_SHIFT_CLIP(v[28], add_s2, shift, min_val, max_val); # 2266| XEVE_ITX_SHIFT_CLIP(v[29], add_s2, shift, min_val, max_val); # 2267|-> XEVE_ITX_SHIFT_CLIP(v[30], add_s2, shift, min_val, max_val); # 2268| XEVE_ITX_SHIFT_CLIP(v[31], add_s2, shift, min_val, max_val); # 2269| XEVE_ITX_SHIFT_CLIP(v[32], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def333] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2268:17: note[note]: called from here # 2266| XEVE_ITX_SHIFT_CLIP(v[29], add_s2, shift, min_val, max_val); # 2267| XEVE_ITX_SHIFT_CLIP(v[30], add_s2, shift, min_val, max_val); # 2268|-> XEVE_ITX_SHIFT_CLIP(v[31], add_s2, shift, min_val, max_val); # 2269| XEVE_ITX_SHIFT_CLIP(v[32], add_s2, shift, min_val, max_val); # 2270| XEVE_ITX_SHIFT_CLIP(v[33], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def334] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2269:17: note[note]: called from here # 2267| XEVE_ITX_SHIFT_CLIP(v[30], add_s2, shift, min_val, max_val); # 2268| XEVE_ITX_SHIFT_CLIP(v[31], add_s2, shift, min_val, max_val); # 2269|-> XEVE_ITX_SHIFT_CLIP(v[32], add_s2, shift, min_val, max_val); # 2270| XEVE_ITX_SHIFT_CLIP(v[33], add_s2, shift, min_val, max_val); # 2271| XEVE_ITX_SHIFT_CLIP(v[34], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def335] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2270:17: note[note]: called from here # 2268| XEVE_ITX_SHIFT_CLIP(v[31], add_s2, shift, min_val, max_val); # 2269| XEVE_ITX_SHIFT_CLIP(v[32], add_s2, shift, min_val, max_val); # 2270|-> XEVE_ITX_SHIFT_CLIP(v[33], add_s2, shift, min_val, max_val); # 2271| XEVE_ITX_SHIFT_CLIP(v[34], add_s2, shift, min_val, max_val); # 2272| XEVE_ITX_SHIFT_CLIP(v[35], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def336] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2271:17: note[note]: called from here # 2269| XEVE_ITX_SHIFT_CLIP(v[32], add_s2, shift, min_val, max_val); # 2270| XEVE_ITX_SHIFT_CLIP(v[33], add_s2, shift, min_val, max_val); # 2271|-> XEVE_ITX_SHIFT_CLIP(v[34], add_s2, shift, min_val, max_val); # 2272| XEVE_ITX_SHIFT_CLIP(v[35], add_s2, shift, min_val, max_val); # 2273| XEVE_ITX_SHIFT_CLIP(v[36], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def337] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2272:17: note[note]: called from here # 2270| XEVE_ITX_SHIFT_CLIP(v[33], add_s2, shift, min_val, max_val); # 2271| XEVE_ITX_SHIFT_CLIP(v[34], add_s2, shift, min_val, max_val); # 2272|-> XEVE_ITX_SHIFT_CLIP(v[35], add_s2, shift, min_val, max_val); # 2273| XEVE_ITX_SHIFT_CLIP(v[36], add_s2, shift, min_val, max_val); # 2274| XEVE_ITX_SHIFT_CLIP(v[37], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def338] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2273:17: note[note]: called from here # 2271| XEVE_ITX_SHIFT_CLIP(v[34], add_s2, shift, min_val, max_val); # 2272| XEVE_ITX_SHIFT_CLIP(v[35], add_s2, shift, min_val, max_val); # 2273|-> XEVE_ITX_SHIFT_CLIP(v[36], add_s2, shift, min_val, max_val); # 2274| XEVE_ITX_SHIFT_CLIP(v[37], add_s2, shift, min_val, max_val); # 2275| XEVE_ITX_SHIFT_CLIP(v[38], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def339] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2274:17: note[note]: called from here # 2272| XEVE_ITX_SHIFT_CLIP(v[35], add_s2, shift, min_val, max_val); # 2273| XEVE_ITX_SHIFT_CLIP(v[36], add_s2, shift, min_val, max_val); # 2274|-> XEVE_ITX_SHIFT_CLIP(v[37], add_s2, shift, min_val, max_val); # 2275| XEVE_ITX_SHIFT_CLIP(v[38], add_s2, shift, min_val, max_val); # 2276| XEVE_ITX_SHIFT_CLIP(v[39], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def340] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2275:17: note[note]: called from here # 2273| XEVE_ITX_SHIFT_CLIP(v[36], add_s2, shift, min_val, max_val); # 2274| XEVE_ITX_SHIFT_CLIP(v[37], add_s2, shift, min_val, max_val); # 2275|-> XEVE_ITX_SHIFT_CLIP(v[38], add_s2, shift, min_val, max_val); # 2276| XEVE_ITX_SHIFT_CLIP(v[39], add_s2, shift, min_val, max_val); # 2277| XEVE_ITX_SHIFT_CLIP(v[40], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def341] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2276:17: note[note]: called from here # 2274| XEVE_ITX_SHIFT_CLIP(v[37], add_s2, shift, min_val, max_val); # 2275| XEVE_ITX_SHIFT_CLIP(v[38], add_s2, shift, min_val, max_val); # 2276|-> XEVE_ITX_SHIFT_CLIP(v[39], add_s2, shift, min_val, max_val); # 2277| XEVE_ITX_SHIFT_CLIP(v[40], add_s2, shift, min_val, max_val); # 2278| XEVE_ITX_SHIFT_CLIP(v[41], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def342] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2277:17: note[note]: called from here # 2275| XEVE_ITX_SHIFT_CLIP(v[38], add_s2, shift, min_val, max_val); # 2276| XEVE_ITX_SHIFT_CLIP(v[39], add_s2, shift, min_val, max_val); # 2277|-> XEVE_ITX_SHIFT_CLIP(v[40], add_s2, shift, min_val, max_val); # 2278| XEVE_ITX_SHIFT_CLIP(v[41], add_s2, shift, min_val, max_val); # 2279| XEVE_ITX_SHIFT_CLIP(v[42], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def343] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2278:17: note[note]: called from here # 2276| XEVE_ITX_SHIFT_CLIP(v[39], add_s2, shift, min_val, max_val); # 2277| XEVE_ITX_SHIFT_CLIP(v[40], add_s2, shift, min_val, max_val); # 2278|-> XEVE_ITX_SHIFT_CLIP(v[41], add_s2, shift, min_val, max_val); # 2279| XEVE_ITX_SHIFT_CLIP(v[42], add_s2, shift, min_val, max_val); # 2280| XEVE_ITX_SHIFT_CLIP(v[43], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def344] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2279:17: note[note]: called from here # 2277| XEVE_ITX_SHIFT_CLIP(v[40], add_s2, shift, min_val, max_val); # 2278| XEVE_ITX_SHIFT_CLIP(v[41], add_s2, shift, min_val, max_val); # 2279|-> XEVE_ITX_SHIFT_CLIP(v[42], add_s2, shift, min_val, max_val); # 2280| XEVE_ITX_SHIFT_CLIP(v[43], add_s2, shift, min_val, max_val); # 2281| XEVE_ITX_SHIFT_CLIP(v[44], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def345] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2280:17: note[note]: called from here # 2278| XEVE_ITX_SHIFT_CLIP(v[41], add_s2, shift, min_val, max_val); # 2279| XEVE_ITX_SHIFT_CLIP(v[42], add_s2, shift, min_val, max_val); # 2280|-> XEVE_ITX_SHIFT_CLIP(v[43], add_s2, shift, min_val, max_val); # 2281| XEVE_ITX_SHIFT_CLIP(v[44], add_s2, shift, min_val, max_val); # 2282| XEVE_ITX_SHIFT_CLIP(v[45], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def346] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2281:17: note[note]: called from here # 2279| XEVE_ITX_SHIFT_CLIP(v[42], add_s2, shift, min_val, max_val); # 2280| XEVE_ITX_SHIFT_CLIP(v[43], add_s2, shift, min_val, max_val); # 2281|-> XEVE_ITX_SHIFT_CLIP(v[44], add_s2, shift, min_val, max_val); # 2282| XEVE_ITX_SHIFT_CLIP(v[45], add_s2, shift, min_val, max_val); # 2283| XEVE_ITX_SHIFT_CLIP(v[46], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def347] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2282:17: note[note]: called from here # 2280| XEVE_ITX_SHIFT_CLIP(v[43], add_s2, shift, min_val, max_val); # 2281| XEVE_ITX_SHIFT_CLIP(v[44], add_s2, shift, min_val, max_val); # 2282|-> XEVE_ITX_SHIFT_CLIP(v[45], add_s2, shift, min_val, max_val); # 2283| XEVE_ITX_SHIFT_CLIP(v[46], add_s2, shift, min_val, max_val); # 2284| XEVE_ITX_SHIFT_CLIP(v[47], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def348] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2283:17: note[note]: called from here # 2281| XEVE_ITX_SHIFT_CLIP(v[44], add_s2, shift, min_val, max_val); # 2282| XEVE_ITX_SHIFT_CLIP(v[45], add_s2, shift, min_val, max_val); # 2283|-> XEVE_ITX_SHIFT_CLIP(v[46], add_s2, shift, min_val, max_val); # 2284| XEVE_ITX_SHIFT_CLIP(v[47], add_s2, shift, min_val, max_val); # 2285| XEVE_ITX_SHIFT_CLIP(v[48], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def349] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2284:17: note[note]: called from here # 2282| XEVE_ITX_SHIFT_CLIP(v[45], add_s2, shift, min_val, max_val); # 2283| XEVE_ITX_SHIFT_CLIP(v[46], add_s2, shift, min_val, max_val); # 2284|-> XEVE_ITX_SHIFT_CLIP(v[47], add_s2, shift, min_val, max_val); # 2285| XEVE_ITX_SHIFT_CLIP(v[48], add_s2, shift, min_val, max_val); # 2286| XEVE_ITX_SHIFT_CLIP(v[49], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def350] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2285:17: note[note]: called from here # 2283| XEVE_ITX_SHIFT_CLIP(v[46], add_s2, shift, min_val, max_val); # 2284| XEVE_ITX_SHIFT_CLIP(v[47], add_s2, shift, min_val, max_val); # 2285|-> XEVE_ITX_SHIFT_CLIP(v[48], add_s2, shift, min_val, max_val); # 2286| XEVE_ITX_SHIFT_CLIP(v[49], add_s2, shift, min_val, max_val); # 2287| XEVE_ITX_SHIFT_CLIP(v[50], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def351] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2286:17: note[note]: called from here # 2284| XEVE_ITX_SHIFT_CLIP(v[47], add_s2, shift, min_val, max_val); # 2285| XEVE_ITX_SHIFT_CLIP(v[48], add_s2, shift, min_val, max_val); # 2286|-> XEVE_ITX_SHIFT_CLIP(v[49], add_s2, shift, min_val, max_val); # 2287| XEVE_ITX_SHIFT_CLIP(v[50], add_s2, shift, min_val, max_val); # 2288| XEVE_ITX_SHIFT_CLIP(v[51], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def352] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2287:17: note[note]: called from here # 2285| XEVE_ITX_SHIFT_CLIP(v[48], add_s2, shift, min_val, max_val); # 2286| XEVE_ITX_SHIFT_CLIP(v[49], add_s2, shift, min_val, max_val); # 2287|-> XEVE_ITX_SHIFT_CLIP(v[50], add_s2, shift, min_val, max_val); # 2288| XEVE_ITX_SHIFT_CLIP(v[51], add_s2, shift, min_val, max_val); # 2289| XEVE_ITX_SHIFT_CLIP(v[52], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def353] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2288:17: note[note]: called from here # 2286| XEVE_ITX_SHIFT_CLIP(v[49], add_s2, shift, min_val, max_val); # 2287| XEVE_ITX_SHIFT_CLIP(v[50], add_s2, shift, min_val, max_val); # 2288|-> XEVE_ITX_SHIFT_CLIP(v[51], add_s2, shift, min_val, max_val); # 2289| XEVE_ITX_SHIFT_CLIP(v[52], add_s2, shift, min_val, max_val); # 2290| XEVE_ITX_SHIFT_CLIP(v[53], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def354] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2289:17: note[note]: called from here # 2287| XEVE_ITX_SHIFT_CLIP(v[50], add_s2, shift, min_val, max_val); # 2288| XEVE_ITX_SHIFT_CLIP(v[51], add_s2, shift, min_val, max_val); # 2289|-> XEVE_ITX_SHIFT_CLIP(v[52], add_s2, shift, min_val, max_val); # 2290| XEVE_ITX_SHIFT_CLIP(v[53], add_s2, shift, min_val, max_val); # 2291| XEVE_ITX_SHIFT_CLIP(v[54], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def355] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2290:17: note[note]: called from here # 2288| XEVE_ITX_SHIFT_CLIP(v[51], add_s2, shift, min_val, max_val); # 2289| XEVE_ITX_SHIFT_CLIP(v[52], add_s2, shift, min_val, max_val); # 2290|-> XEVE_ITX_SHIFT_CLIP(v[53], add_s2, shift, min_val, max_val); # 2291| XEVE_ITX_SHIFT_CLIP(v[54], add_s2, shift, min_val, max_val); # 2292| XEVE_ITX_SHIFT_CLIP(v[55], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def356] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2291:17: note[note]: called from here # 2289| XEVE_ITX_SHIFT_CLIP(v[52], add_s2, shift, min_val, max_val); # 2290| XEVE_ITX_SHIFT_CLIP(v[53], add_s2, shift, min_val, max_val); # 2291|-> XEVE_ITX_SHIFT_CLIP(v[54], add_s2, shift, min_val, max_val); # 2292| XEVE_ITX_SHIFT_CLIP(v[55], add_s2, shift, min_val, max_val); # 2293| XEVE_ITX_SHIFT_CLIP(v[56], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def357] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2292:17: note[note]: called from here # 2290| XEVE_ITX_SHIFT_CLIP(v[53], add_s2, shift, min_val, max_val); # 2291| XEVE_ITX_SHIFT_CLIP(v[54], add_s2, shift, min_val, max_val); # 2292|-> XEVE_ITX_SHIFT_CLIP(v[55], add_s2, shift, min_val, max_val); # 2293| XEVE_ITX_SHIFT_CLIP(v[56], add_s2, shift, min_val, max_val); # 2294| XEVE_ITX_SHIFT_CLIP(v[57], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def358] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2293:17: note[note]: called from here # 2291| XEVE_ITX_SHIFT_CLIP(v[54], add_s2, shift, min_val, max_val); # 2292| XEVE_ITX_SHIFT_CLIP(v[55], add_s2, shift, min_val, max_val); # 2293|-> XEVE_ITX_SHIFT_CLIP(v[56], add_s2, shift, min_val, max_val); # 2294| XEVE_ITX_SHIFT_CLIP(v[57], add_s2, shift, min_val, max_val); # 2295| XEVE_ITX_SHIFT_CLIP(v[58], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def359] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2294:17: note[note]: called from here # 2292| XEVE_ITX_SHIFT_CLIP(v[55], add_s2, shift, min_val, max_val); # 2293| XEVE_ITX_SHIFT_CLIP(v[56], add_s2, shift, min_val, max_val); # 2294|-> XEVE_ITX_SHIFT_CLIP(v[57], add_s2, shift, min_val, max_val); # 2295| XEVE_ITX_SHIFT_CLIP(v[58], add_s2, shift, min_val, max_val); # 2296| XEVE_ITX_SHIFT_CLIP(v[59], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def360] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2295:17: note[note]: called from here # 2293| XEVE_ITX_SHIFT_CLIP(v[56], add_s2, shift, min_val, max_val); # 2294| XEVE_ITX_SHIFT_CLIP(v[57], add_s2, shift, min_val, max_val); # 2295|-> XEVE_ITX_SHIFT_CLIP(v[58], add_s2, shift, min_val, max_val); # 2296| XEVE_ITX_SHIFT_CLIP(v[59], add_s2, shift, min_val, max_val); # 2297| XEVE_ITX_SHIFT_CLIP(v[60], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def361] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2296:17: note[note]: called from here # 2294| XEVE_ITX_SHIFT_CLIP(v[57], add_s2, shift, min_val, max_val); # 2295| XEVE_ITX_SHIFT_CLIP(v[58], add_s2, shift, min_val, max_val); # 2296|-> XEVE_ITX_SHIFT_CLIP(v[59], add_s2, shift, min_val, max_val); # 2297| XEVE_ITX_SHIFT_CLIP(v[60], add_s2, shift, min_val, max_val); # 2298| XEVE_ITX_SHIFT_CLIP(v[61], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def362] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2297:17: note[note]: called from here # 2295| XEVE_ITX_SHIFT_CLIP(v[58], add_s2, shift, min_val, max_val); # 2296| XEVE_ITX_SHIFT_CLIP(v[59], add_s2, shift, min_val, max_val); # 2297|-> XEVE_ITX_SHIFT_CLIP(v[60], add_s2, shift, min_val, max_val); # 2298| XEVE_ITX_SHIFT_CLIP(v[61], add_s2, shift, min_val, max_val); # 2299| XEVE_ITX_SHIFT_CLIP(v[62], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def363] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2298:17: note[note]: called from here # 2296| XEVE_ITX_SHIFT_CLIP(v[59], add_s2, shift, min_val, max_val); # 2297| XEVE_ITX_SHIFT_CLIP(v[60], add_s2, shift, min_val, max_val); # 2298|-> XEVE_ITX_SHIFT_CLIP(v[61], add_s2, shift, min_val, max_val); # 2299| XEVE_ITX_SHIFT_CLIP(v[62], add_s2, shift, min_val, max_val); # 2300| XEVE_ITX_SHIFT_CLIP(v[63], add_s2, shift, min_val, max_val); Error: COMPILER_WARNING: [#def364] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2299:17: note[note]: called from here # 2297| XEVE_ITX_SHIFT_CLIP(v[60], add_s2, shift, min_val, max_val); # 2298| XEVE_ITX_SHIFT_CLIP(v[61], add_s2, shift, min_val, max_val); # 2299|-> XEVE_ITX_SHIFT_CLIP(v[62], add_s2, shift, min_val, max_val); # 2300| XEVE_ITX_SHIFT_CLIP(v[63], add_s2, shift, min_val, max_val); # 2301| Error: COMPILER_WARNING: [#def365] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2300:17: note[note]: called from here # 2298| XEVE_ITX_SHIFT_CLIP(v[61], add_s2, shift, min_val, max_val); # 2299| XEVE_ITX_SHIFT_CLIP(v[62], add_s2, shift, min_val, max_val); # 2300|-> XEVE_ITX_SHIFT_CLIP(v[63], add_s2, shift, min_val, max_val); # 2301| # 2302| t[ 0] = _mm256_packs_epi32(v[ 0], v[32]); Error: COMPILER_WARNING: [#def366] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2302:25: note[note]: called from here # 2300| XEVE_ITX_SHIFT_CLIP(v[63], add_s2, shift, min_val, max_val); # 2301| # 2302|-> t[ 0] = _mm256_packs_epi32(v[ 0], v[32]); # 2303| t[ 1] = _mm256_packs_epi32(v[ 1], v[33]); # 2304| t[ 2] = _mm256_packs_epi32(v[ 2], v[34]); Error: COMPILER_WARNING: [#def367] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2303:25: note[note]: called from here # 2301| # 2302| t[ 0] = _mm256_packs_epi32(v[ 0], v[32]); # 2303|-> t[ 1] = _mm256_packs_epi32(v[ 1], v[33]); # 2304| t[ 2] = _mm256_packs_epi32(v[ 2], v[34]); # 2305| t[ 3] = _mm256_packs_epi32(v[ 3], v[35]); Error: COMPILER_WARNING: [#def368] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2304:25: note[note]: called from here # 2302| t[ 0] = _mm256_packs_epi32(v[ 0], v[32]); # 2303| t[ 1] = _mm256_packs_epi32(v[ 1], v[33]); # 2304|-> t[ 2] = _mm256_packs_epi32(v[ 2], v[34]); # 2305| t[ 3] = _mm256_packs_epi32(v[ 3], v[35]); # 2306| t[ 4] = _mm256_packs_epi32(v[ 4], v[36]); Error: COMPILER_WARNING: [#def369] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2305:25: note[note]: called from here # 2303| t[ 1] = _mm256_packs_epi32(v[ 1], v[33]); # 2304| t[ 2] = _mm256_packs_epi32(v[ 2], v[34]); # 2305|-> t[ 3] = _mm256_packs_epi32(v[ 3], v[35]); # 2306| t[ 4] = _mm256_packs_epi32(v[ 4], v[36]); # 2307| t[ 5] = _mm256_packs_epi32(v[ 5], v[37]); Error: COMPILER_WARNING: [#def370] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2306:25: note[note]: called from here # 2304| t[ 2] = _mm256_packs_epi32(v[ 2], v[34]); # 2305| t[ 3] = _mm256_packs_epi32(v[ 3], v[35]); # 2306|-> t[ 4] = _mm256_packs_epi32(v[ 4], v[36]); # 2307| t[ 5] = _mm256_packs_epi32(v[ 5], v[37]); # 2308| t[ 6] = _mm256_packs_epi32(v[ 6], v[38]); Error: COMPILER_WARNING: [#def371] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2307:25: note[note]: called from here # 2305| t[ 3] = _mm256_packs_epi32(v[ 3], v[35]); # 2306| t[ 4] = _mm256_packs_epi32(v[ 4], v[36]); # 2307|-> t[ 5] = _mm256_packs_epi32(v[ 5], v[37]); # 2308| t[ 6] = _mm256_packs_epi32(v[ 6], v[38]); # 2309| t[ 7] = _mm256_packs_epi32(v[ 7], v[39]); Error: COMPILER_WARNING: [#def372] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2308:25: note[note]: called from here # 2306| t[ 4] = _mm256_packs_epi32(v[ 4], v[36]); # 2307| t[ 5] = _mm256_packs_epi32(v[ 5], v[37]); # 2308|-> t[ 6] = _mm256_packs_epi32(v[ 6], v[38]); # 2309| t[ 7] = _mm256_packs_epi32(v[ 7], v[39]); # 2310| t[ 8] = _mm256_packs_epi32(v[ 8], v[40]); Error: COMPILER_WARNING: [#def373] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2309:25: note[note]: called from here # 2307| t[ 5] = _mm256_packs_epi32(v[ 5], v[37]); # 2308| t[ 6] = _mm256_packs_epi32(v[ 6], v[38]); # 2309|-> t[ 7] = _mm256_packs_epi32(v[ 7], v[39]); # 2310| t[ 8] = _mm256_packs_epi32(v[ 8], v[40]); # 2311| t[ 9] = _mm256_packs_epi32(v[ 9], v[41]); Error: COMPILER_WARNING: [#def374] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2310:25: note[note]: called from here # 2308| t[ 6] = _mm256_packs_epi32(v[ 6], v[38]); # 2309| t[ 7] = _mm256_packs_epi32(v[ 7], v[39]); # 2310|-> t[ 8] = _mm256_packs_epi32(v[ 8], v[40]); # 2311| t[ 9] = _mm256_packs_epi32(v[ 9], v[41]); # 2312| t[10] = _mm256_packs_epi32(v[10], v[42]); Error: COMPILER_WARNING: [#def375] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2311:25: note[note]: called from here # 2309| t[ 7] = _mm256_packs_epi32(v[ 7], v[39]); # 2310| t[ 8] = _mm256_packs_epi32(v[ 8], v[40]); # 2311|-> t[ 9] = _mm256_packs_epi32(v[ 9], v[41]); # 2312| t[10] = _mm256_packs_epi32(v[10], v[42]); # 2313| t[11] = _mm256_packs_epi32(v[11], v[43]); Error: COMPILER_WARNING: [#def376] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2312:25: note[note]: called from here # 2310| t[ 8] = _mm256_packs_epi32(v[ 8], v[40]); # 2311| t[ 9] = _mm256_packs_epi32(v[ 9], v[41]); # 2312|-> t[10] = _mm256_packs_epi32(v[10], v[42]); # 2313| t[11] = _mm256_packs_epi32(v[11], v[43]); # 2314| t[12] = _mm256_packs_epi32(v[12], v[44]); Error: COMPILER_WARNING: [#def377] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2313:25: note[note]: called from here # 2311| t[ 9] = _mm256_packs_epi32(v[ 9], v[41]); # 2312| t[10] = _mm256_packs_epi32(v[10], v[42]); # 2313|-> t[11] = _mm256_packs_epi32(v[11], v[43]); # 2314| t[12] = _mm256_packs_epi32(v[12], v[44]); # 2315| t[13] = _mm256_packs_epi32(v[13], v[45]); Error: COMPILER_WARNING: [#def378] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2314:25: note[note]: called from here # 2312| t[10] = _mm256_packs_epi32(v[10], v[42]); # 2313| t[11] = _mm256_packs_epi32(v[11], v[43]); # 2314|-> t[12] = _mm256_packs_epi32(v[12], v[44]); # 2315| t[13] = _mm256_packs_epi32(v[13], v[45]); # 2316| t[14] = _mm256_packs_epi32(v[14], v[46]); Error: COMPILER_WARNING: [#def379] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2315:25: note[note]: called from here # 2313| t[11] = _mm256_packs_epi32(v[11], v[43]); # 2314| t[12] = _mm256_packs_epi32(v[12], v[44]); # 2315|-> t[13] = _mm256_packs_epi32(v[13], v[45]); # 2316| t[14] = _mm256_packs_epi32(v[14], v[46]); # 2317| t[15] = _mm256_packs_epi32(v[15], v[47]); Error: COMPILER_WARNING: [#def380] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2316:25: note[note]: called from here # 2314| t[12] = _mm256_packs_epi32(v[12], v[44]); # 2315| t[13] = _mm256_packs_epi32(v[13], v[45]); # 2316|-> t[14] = _mm256_packs_epi32(v[14], v[46]); # 2317| t[15] = _mm256_packs_epi32(v[15], v[47]); # 2318| t[16] = _mm256_packs_epi32(v[16], v[48]); Error: COMPILER_WARNING: [#def381] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2317:25: note[note]: called from here # 2315| t[13] = _mm256_packs_epi32(v[13], v[45]); # 2316| t[14] = _mm256_packs_epi32(v[14], v[46]); # 2317|-> t[15] = _mm256_packs_epi32(v[15], v[47]); # 2318| t[16] = _mm256_packs_epi32(v[16], v[48]); # 2319| t[17] = _mm256_packs_epi32(v[17], v[49]); Error: COMPILER_WARNING: [#def382] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2318:25: note[note]: called from here # 2316| t[14] = _mm256_packs_epi32(v[14], v[46]); # 2317| t[15] = _mm256_packs_epi32(v[15], v[47]); # 2318|-> t[16] = _mm256_packs_epi32(v[16], v[48]); # 2319| t[17] = _mm256_packs_epi32(v[17], v[49]); # 2320| t[18] = _mm256_packs_epi32(v[18], v[50]); Error: COMPILER_WARNING: [#def383] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2319:25: note[note]: called from here # 2317| t[15] = _mm256_packs_epi32(v[15], v[47]); # 2318| t[16] = _mm256_packs_epi32(v[16], v[48]); # 2319|-> t[17] = _mm256_packs_epi32(v[17], v[49]); # 2320| t[18] = _mm256_packs_epi32(v[18], v[50]); # 2321| t[19] = _mm256_packs_epi32(v[19], v[51]); Error: COMPILER_WARNING: [#def384] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2320:25: note[note]: called from here # 2318| t[16] = _mm256_packs_epi32(v[16], v[48]); # 2319| t[17] = _mm256_packs_epi32(v[17], v[49]); # 2320|-> t[18] = _mm256_packs_epi32(v[18], v[50]); # 2321| t[19] = _mm256_packs_epi32(v[19], v[51]); # 2322| t[20] = _mm256_packs_epi32(v[20], v[52]); Error: COMPILER_WARNING: [#def385] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2321:25: note[note]: called from here # 2319| t[17] = _mm256_packs_epi32(v[17], v[49]); # 2320| t[18] = _mm256_packs_epi32(v[18], v[50]); # 2321|-> t[19] = _mm256_packs_epi32(v[19], v[51]); # 2322| t[20] = _mm256_packs_epi32(v[20], v[52]); # 2323| t[21] = _mm256_packs_epi32(v[21], v[53]); Error: COMPILER_WARNING: [#def386] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2322:25: note[note]: called from here # 2320| t[18] = _mm256_packs_epi32(v[18], v[50]); # 2321| t[19] = _mm256_packs_epi32(v[19], v[51]); # 2322|-> t[20] = _mm256_packs_epi32(v[20], v[52]); # 2323| t[21] = _mm256_packs_epi32(v[21], v[53]); # 2324| t[22] = _mm256_packs_epi32(v[22], v[54]); Error: COMPILER_WARNING: [#def387] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2323:25: note[note]: called from here # 2321| t[19] = _mm256_packs_epi32(v[19], v[51]); # 2322| t[20] = _mm256_packs_epi32(v[20], v[52]); # 2323|-> t[21] = _mm256_packs_epi32(v[21], v[53]); # 2324| t[22] = _mm256_packs_epi32(v[22], v[54]); # 2325| t[23] = _mm256_packs_epi32(v[23], v[55]); Error: COMPILER_WARNING: [#def388] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2324:25: note[note]: called from here # 2322| t[20] = _mm256_packs_epi32(v[20], v[52]); # 2323| t[21] = _mm256_packs_epi32(v[21], v[53]); # 2324|-> t[22] = _mm256_packs_epi32(v[22], v[54]); # 2325| t[23] = _mm256_packs_epi32(v[23], v[55]); # 2326| t[24] = _mm256_packs_epi32(v[24], v[56]); Error: COMPILER_WARNING: [#def389] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2325:25: note[note]: called from here # 2323| t[21] = _mm256_packs_epi32(v[21], v[53]); # 2324| t[22] = _mm256_packs_epi32(v[22], v[54]); # 2325|-> t[23] = _mm256_packs_epi32(v[23], v[55]); # 2326| t[24] = _mm256_packs_epi32(v[24], v[56]); # 2327| t[25] = _mm256_packs_epi32(v[25], v[57]); Error: COMPILER_WARNING: [#def390] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2326:25: note[note]: called from here # 2324| t[22] = _mm256_packs_epi32(v[22], v[54]); # 2325| t[23] = _mm256_packs_epi32(v[23], v[55]); # 2326|-> t[24] = _mm256_packs_epi32(v[24], v[56]); # 2327| t[25] = _mm256_packs_epi32(v[25], v[57]); # 2328| t[26] = _mm256_packs_epi32(v[26], v[58]); Error: COMPILER_WARNING: [#def391] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2327:25: note[note]: called from here # 2325| t[23] = _mm256_packs_epi32(v[23], v[55]); # 2326| t[24] = _mm256_packs_epi32(v[24], v[56]); # 2327|-> t[25] = _mm256_packs_epi32(v[25], v[57]); # 2328| t[26] = _mm256_packs_epi32(v[26], v[58]); # 2329| t[27] = _mm256_packs_epi32(v[27], v[59]); Error: COMPILER_WARNING: [#def392] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2328:25: note[note]: called from here # 2326| t[24] = _mm256_packs_epi32(v[24], v[56]); # 2327| t[25] = _mm256_packs_epi32(v[25], v[57]); # 2328|-> t[26] = _mm256_packs_epi32(v[26], v[58]); # 2329| t[27] = _mm256_packs_epi32(v[27], v[59]); # 2330| t[28] = _mm256_packs_epi32(v[28], v[60]); Error: COMPILER_WARNING: [#def393] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2329:25: note[note]: called from here # 2327| t[25] = _mm256_packs_epi32(v[25], v[57]); # 2328| t[26] = _mm256_packs_epi32(v[26], v[58]); # 2329|-> t[27] = _mm256_packs_epi32(v[27], v[59]); # 2330| t[28] = _mm256_packs_epi32(v[28], v[60]); # 2331| t[29] = _mm256_packs_epi32(v[29], v[61]); Error: COMPILER_WARNING: [#def394] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2330:25: note[note]: called from here # 2328| t[26] = _mm256_packs_epi32(v[26], v[58]); # 2329| t[27] = _mm256_packs_epi32(v[27], v[59]); # 2330|-> t[28] = _mm256_packs_epi32(v[28], v[60]); # 2331| t[29] = _mm256_packs_epi32(v[29], v[61]); # 2332| t[30] = _mm256_packs_epi32(v[30], v[62]); Error: COMPILER_WARNING: [#def395] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2331:25: note[note]: called from here # 2329| t[27] = _mm256_packs_epi32(v[27], v[59]); # 2330| t[28] = _mm256_packs_epi32(v[28], v[60]); # 2331|-> t[29] = _mm256_packs_epi32(v[29], v[61]); # 2332| t[30] = _mm256_packs_epi32(v[30], v[62]); # 2333| t[31] = _mm256_packs_epi32(v[31], v[63]); Error: COMPILER_WARNING: [#def396] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2332:25: note[note]: called from here # 2330| t[28] = _mm256_packs_epi32(v[28], v[60]); # 2331| t[29] = _mm256_packs_epi32(v[29], v[61]); # 2332|-> t[30] = _mm256_packs_epi32(v[30], v[62]); # 2333| t[31] = _mm256_packs_epi32(v[31], v[63]); # 2334| Error: COMPILER_WARNING: [#def397] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2333:25: note[note]: called from here # 2331| t[29] = _mm256_packs_epi32(v[29], v[61]); # 2332| t[30] = _mm256_packs_epi32(v[30], v[62]); # 2333|-> t[31] = _mm256_packs_epi32(v[31], v[63]); # 2334| # 2335| v[ 0] = _mm256_unpacklo_epi16(t[ 0], t[ 1]); Error: COMPILER_WARNING: [#def398] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2335:25: note[note]: called from here # 2333| t[31] = _mm256_packs_epi32(v[31], v[63]); # 2334| # 2335|-> v[ 0] = _mm256_unpacklo_epi16(t[ 0], t[ 1]); # 2336| v[ 1] = _mm256_unpacklo_epi16(t[ 2], t[ 3]); # 2337| v[ 2] = _mm256_unpacklo_epi16(t[ 4], t[ 5]); Error: COMPILER_WARNING: [#def399] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2336:25: note[note]: called from here # 2334| # 2335| v[ 0] = _mm256_unpacklo_epi16(t[ 0], t[ 1]); # 2336|-> v[ 1] = _mm256_unpacklo_epi16(t[ 2], t[ 3]); # 2337| v[ 2] = _mm256_unpacklo_epi16(t[ 4], t[ 5]); # 2338| v[ 3] = _mm256_unpacklo_epi16(t[ 6], t[ 7]); Error: COMPILER_WARNING: [#def400] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2337:25: note[note]: called from here # 2335| v[ 0] = _mm256_unpacklo_epi16(t[ 0], t[ 1]); # 2336| v[ 1] = _mm256_unpacklo_epi16(t[ 2], t[ 3]); # 2337|-> v[ 2] = _mm256_unpacklo_epi16(t[ 4], t[ 5]); # 2338| v[ 3] = _mm256_unpacklo_epi16(t[ 6], t[ 7]); # 2339| v[ 4] = _mm256_unpacklo_epi16(t[ 8], t[ 9]); Error: COMPILER_WARNING: [#def401] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2338:25: note[note]: called from here # 2336| v[ 1] = _mm256_unpacklo_epi16(t[ 2], t[ 3]); # 2337| v[ 2] = _mm256_unpacklo_epi16(t[ 4], t[ 5]); # 2338|-> v[ 3] = _mm256_unpacklo_epi16(t[ 6], t[ 7]); # 2339| v[ 4] = _mm256_unpacklo_epi16(t[ 8], t[ 9]); # 2340| v[ 5] = _mm256_unpacklo_epi16(t[10], t[11]); Error: COMPILER_WARNING: [#def402] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2339:25: note[note]: called from here # 2337| v[ 2] = _mm256_unpacklo_epi16(t[ 4], t[ 5]); # 2338| v[ 3] = _mm256_unpacklo_epi16(t[ 6], t[ 7]); # 2339|-> v[ 4] = _mm256_unpacklo_epi16(t[ 8], t[ 9]); # 2340| v[ 5] = _mm256_unpacklo_epi16(t[10], t[11]); # 2341| v[ 6] = _mm256_unpacklo_epi16(t[12], t[13]); Error: COMPILER_WARNING: [#def403] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2340:25: note[note]: called from here # 2338| v[ 3] = _mm256_unpacklo_epi16(t[ 6], t[ 7]); # 2339| v[ 4] = _mm256_unpacklo_epi16(t[ 8], t[ 9]); # 2340|-> v[ 5] = _mm256_unpacklo_epi16(t[10], t[11]); # 2341| v[ 6] = _mm256_unpacklo_epi16(t[12], t[13]); # 2342| v[ 7] = _mm256_unpacklo_epi16(t[14], t[15]); Error: COMPILER_WARNING: [#def404] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2341:25: note[note]: called from here # 2339| v[ 4] = _mm256_unpacklo_epi16(t[ 8], t[ 9]); # 2340| v[ 5] = _mm256_unpacklo_epi16(t[10], t[11]); # 2341|-> v[ 6] = _mm256_unpacklo_epi16(t[12], t[13]); # 2342| v[ 7] = _mm256_unpacklo_epi16(t[14], t[15]); # 2343| v[ 8] = _mm256_unpacklo_epi16(t[16], t[17]); Error: COMPILER_WARNING: [#def405] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2342:25: note[note]: called from here # 2340| v[ 5] = _mm256_unpacklo_epi16(t[10], t[11]); # 2341| v[ 6] = _mm256_unpacklo_epi16(t[12], t[13]); # 2342|-> v[ 7] = _mm256_unpacklo_epi16(t[14], t[15]); # 2343| v[ 8] = _mm256_unpacklo_epi16(t[16], t[17]); # 2344| v[ 9] = _mm256_unpacklo_epi16(t[18], t[19]); Error: COMPILER_WARNING: [#def406] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2343:25: note[note]: called from here # 2341| v[ 6] = _mm256_unpacklo_epi16(t[12], t[13]); # 2342| v[ 7] = _mm256_unpacklo_epi16(t[14], t[15]); # 2343|-> v[ 8] = _mm256_unpacklo_epi16(t[16], t[17]); # 2344| v[ 9] = _mm256_unpacklo_epi16(t[18], t[19]); # 2345| v[10] = _mm256_unpacklo_epi16(t[20], t[21]); Error: COMPILER_WARNING: [#def407] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2344:25: note[note]: called from here # 2342| v[ 7] = _mm256_unpacklo_epi16(t[14], t[15]); # 2343| v[ 8] = _mm256_unpacklo_epi16(t[16], t[17]); # 2344|-> v[ 9] = _mm256_unpacklo_epi16(t[18], t[19]); # 2345| v[10] = _mm256_unpacklo_epi16(t[20], t[21]); # 2346| v[11] = _mm256_unpacklo_epi16(t[22], t[23]); Error: COMPILER_WARNING: [#def408] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2345:25: note[note]: called from here # 2343| v[ 8] = _mm256_unpacklo_epi16(t[16], t[17]); # 2344| v[ 9] = _mm256_unpacklo_epi16(t[18], t[19]); # 2345|-> v[10] = _mm256_unpacklo_epi16(t[20], t[21]); # 2346| v[11] = _mm256_unpacklo_epi16(t[22], t[23]); # 2347| v[12] = _mm256_unpacklo_epi16(t[24], t[25]); Error: COMPILER_WARNING: [#def409] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2346:25: note[note]: called from here # 2344| v[ 9] = _mm256_unpacklo_epi16(t[18], t[19]); # 2345| v[10] = _mm256_unpacklo_epi16(t[20], t[21]); # 2346|-> v[11] = _mm256_unpacklo_epi16(t[22], t[23]); # 2347| v[12] = _mm256_unpacklo_epi16(t[24], t[25]); # 2348| v[13] = _mm256_unpacklo_epi16(t[26], t[27]); Error: COMPILER_WARNING: [#def410] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2347:25: note[note]: called from here # 2345| v[10] = _mm256_unpacklo_epi16(t[20], t[21]); # 2346| v[11] = _mm256_unpacklo_epi16(t[22], t[23]); # 2347|-> v[12] = _mm256_unpacklo_epi16(t[24], t[25]); # 2348| v[13] = _mm256_unpacklo_epi16(t[26], t[27]); # 2349| v[14] = _mm256_unpacklo_epi16(t[28], t[29]); Error: COMPILER_WARNING: [#def411] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2348:25: note[note]: called from here # 2346| v[11] = _mm256_unpacklo_epi16(t[22], t[23]); # 2347| v[12] = _mm256_unpacklo_epi16(t[24], t[25]); # 2348|-> v[13] = _mm256_unpacklo_epi16(t[26], t[27]); # 2349| v[14] = _mm256_unpacklo_epi16(t[28], t[29]); # 2350| v[15] = _mm256_unpacklo_epi16(t[30], t[31]); Error: COMPILER_WARNING: [#def412] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2349:25: note[note]: called from here # 2347| v[12] = _mm256_unpacklo_epi16(t[24], t[25]); # 2348| v[13] = _mm256_unpacklo_epi16(t[26], t[27]); # 2349|-> v[14] = _mm256_unpacklo_epi16(t[28], t[29]); # 2350| v[15] = _mm256_unpacklo_epi16(t[30], t[31]); # 2351| v[16] = _mm256_unpackhi_epi16(t[ 0], t[ 1]); Error: COMPILER_WARNING: [#def413] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2350:25: note[note]: called from here # 2348| v[13] = _mm256_unpacklo_epi16(t[26], t[27]); # 2349| v[14] = _mm256_unpacklo_epi16(t[28], t[29]); # 2350|-> v[15] = _mm256_unpacklo_epi16(t[30], t[31]); # 2351| v[16] = _mm256_unpackhi_epi16(t[ 0], t[ 1]); # 2352| v[17] = _mm256_unpackhi_epi16(t[ 2], t[ 3]); Error: COMPILER_WARNING: [#def414] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2351:25: note[note]: called from here # 2349| v[14] = _mm256_unpacklo_epi16(t[28], t[29]); # 2350| v[15] = _mm256_unpacklo_epi16(t[30], t[31]); # 2351|-> v[16] = _mm256_unpackhi_epi16(t[ 0], t[ 1]); # 2352| v[17] = _mm256_unpackhi_epi16(t[ 2], t[ 3]); # 2353| v[18] = _mm256_unpackhi_epi16(t[ 4], t[ 5]); Error: COMPILER_WARNING: [#def415] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2352:25: note[note]: called from here # 2350| v[15] = _mm256_unpacklo_epi16(t[30], t[31]); # 2351| v[16] = _mm256_unpackhi_epi16(t[ 0], t[ 1]); # 2352|-> v[17] = _mm256_unpackhi_epi16(t[ 2], t[ 3]); # 2353| v[18] = _mm256_unpackhi_epi16(t[ 4], t[ 5]); # 2354| v[19] = _mm256_unpackhi_epi16(t[ 6], t[ 7]); Error: COMPILER_WARNING: [#def416] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2353:25: note[note]: called from here # 2351| v[16] = _mm256_unpackhi_epi16(t[ 0], t[ 1]); # 2352| v[17] = _mm256_unpackhi_epi16(t[ 2], t[ 3]); # 2353|-> v[18] = _mm256_unpackhi_epi16(t[ 4], t[ 5]); # 2354| v[19] = _mm256_unpackhi_epi16(t[ 6], t[ 7]); # 2355| v[20] = _mm256_unpackhi_epi16(t[ 8], t[ 9]); Error: COMPILER_WARNING: [#def417] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2354:25: note[note]: called from here # 2352| v[17] = _mm256_unpackhi_epi16(t[ 2], t[ 3]); # 2353| v[18] = _mm256_unpackhi_epi16(t[ 4], t[ 5]); # 2354|-> v[19] = _mm256_unpackhi_epi16(t[ 6], t[ 7]); # 2355| v[20] = _mm256_unpackhi_epi16(t[ 8], t[ 9]); # 2356| v[21] = _mm256_unpackhi_epi16(t[10], t[11]); Error: COMPILER_WARNING: [#def418] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2355:25: note[note]: called from here # 2353| v[18] = _mm256_unpackhi_epi16(t[ 4], t[ 5]); # 2354| v[19] = _mm256_unpackhi_epi16(t[ 6], t[ 7]); # 2355|-> v[20] = _mm256_unpackhi_epi16(t[ 8], t[ 9]); # 2356| v[21] = _mm256_unpackhi_epi16(t[10], t[11]); # 2357| v[22] = _mm256_unpackhi_epi16(t[12], t[13]); Error: COMPILER_WARNING: [#def419] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2356:25: note[note]: called from here # 2354| v[19] = _mm256_unpackhi_epi16(t[ 6], t[ 7]); # 2355| v[20] = _mm256_unpackhi_epi16(t[ 8], t[ 9]); # 2356|-> v[21] = _mm256_unpackhi_epi16(t[10], t[11]); # 2357| v[22] = _mm256_unpackhi_epi16(t[12], t[13]); # 2358| v[23] = _mm256_unpackhi_epi16(t[14], t[15]); Error: COMPILER_WARNING: [#def420] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2357:25: note[note]: called from here # 2355| v[20] = _mm256_unpackhi_epi16(t[ 8], t[ 9]); # 2356| v[21] = _mm256_unpackhi_epi16(t[10], t[11]); # 2357|-> v[22] = _mm256_unpackhi_epi16(t[12], t[13]); # 2358| v[23] = _mm256_unpackhi_epi16(t[14], t[15]); # 2359| v[24] = _mm256_unpackhi_epi16(t[16], t[17]); Error: COMPILER_WARNING: [#def421] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2358:25: note[note]: called from here # 2356| v[21] = _mm256_unpackhi_epi16(t[10], t[11]); # 2357| v[22] = _mm256_unpackhi_epi16(t[12], t[13]); # 2358|-> v[23] = _mm256_unpackhi_epi16(t[14], t[15]); # 2359| v[24] = _mm256_unpackhi_epi16(t[16], t[17]); # 2360| v[25] = _mm256_unpackhi_epi16(t[18], t[19]); Error: COMPILER_WARNING: [#def422] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2359:25: note[note]: called from here # 2357| v[22] = _mm256_unpackhi_epi16(t[12], t[13]); # 2358| v[23] = _mm256_unpackhi_epi16(t[14], t[15]); # 2359|-> v[24] = _mm256_unpackhi_epi16(t[16], t[17]); # 2360| v[25] = _mm256_unpackhi_epi16(t[18], t[19]); # 2361| v[26] = _mm256_unpackhi_epi16(t[20], t[21]); Error: COMPILER_WARNING: [#def423] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2360:25: note[note]: called from here # 2358| v[23] = _mm256_unpackhi_epi16(t[14], t[15]); # 2359| v[24] = _mm256_unpackhi_epi16(t[16], t[17]); # 2360|-> v[25] = _mm256_unpackhi_epi16(t[18], t[19]); # 2361| v[26] = _mm256_unpackhi_epi16(t[20], t[21]); # 2362| v[27] = _mm256_unpackhi_epi16(t[22], t[23]); Error: COMPILER_WARNING: [#def424] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2361:25: note[note]: called from here # 2359| v[24] = _mm256_unpackhi_epi16(t[16], t[17]); # 2360| v[25] = _mm256_unpackhi_epi16(t[18], t[19]); # 2361|-> v[26] = _mm256_unpackhi_epi16(t[20], t[21]); # 2362| v[27] = _mm256_unpackhi_epi16(t[22], t[23]); # 2363| v[28] = _mm256_unpackhi_epi16(t[24], t[25]); Error: COMPILER_WARNING: [#def425] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2362:25: note[note]: called from here # 2360| v[25] = _mm256_unpackhi_epi16(t[18], t[19]); # 2361| v[26] = _mm256_unpackhi_epi16(t[20], t[21]); # 2362|-> v[27] = _mm256_unpackhi_epi16(t[22], t[23]); # 2363| v[28] = _mm256_unpackhi_epi16(t[24], t[25]); # 2364| v[29] = _mm256_unpackhi_epi16(t[26], t[27]); Error: COMPILER_WARNING: [#def426] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2363:25: note[note]: called from here # 2361| v[26] = _mm256_unpackhi_epi16(t[20], t[21]); # 2362| v[27] = _mm256_unpackhi_epi16(t[22], t[23]); # 2363|-> v[28] = _mm256_unpackhi_epi16(t[24], t[25]); # 2364| v[29] = _mm256_unpackhi_epi16(t[26], t[27]); # 2365| v[30] = _mm256_unpackhi_epi16(t[28], t[29]); Error: COMPILER_WARNING: [#def427] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2364:25: note[note]: called from here # 2362| v[27] = _mm256_unpackhi_epi16(t[22], t[23]); # 2363| v[28] = _mm256_unpackhi_epi16(t[24], t[25]); # 2364|-> v[29] = _mm256_unpackhi_epi16(t[26], t[27]); # 2365| v[30] = _mm256_unpackhi_epi16(t[28], t[29]); # 2366| v[31] = _mm256_unpackhi_epi16(t[30], t[31]); Error: COMPILER_WARNING: [#def428] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2365:25: note[note]: called from here # 2363| v[28] = _mm256_unpackhi_epi16(t[24], t[25]); # 2364| v[29] = _mm256_unpackhi_epi16(t[26], t[27]); # 2365|-> v[30] = _mm256_unpackhi_epi16(t[28], t[29]); # 2366| v[31] = _mm256_unpackhi_epi16(t[30], t[31]); # 2367| Error: COMPILER_WARNING: [#def429] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2366:25: note[note]: called from here # 2364| v[29] = _mm256_unpackhi_epi16(t[26], t[27]); # 2365| v[30] = _mm256_unpackhi_epi16(t[28], t[29]); # 2366|-> v[31] = _mm256_unpackhi_epi16(t[30], t[31]); # 2367| # 2368| t[ 0] = _mm256_unpacklo_epi32(v[ 0], v[ 1]); Error: COMPILER_WARNING: [#def430] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2368:25: note[note]: called from here # 2366| v[31] = _mm256_unpackhi_epi16(t[30], t[31]); # 2367| # 2368|-> t[ 0] = _mm256_unpacklo_epi32(v[ 0], v[ 1]); # 2369| t[ 1] = _mm256_unpacklo_epi32(v[ 2], v[ 3]); # 2370| t[ 2] = _mm256_unpacklo_epi32(v[ 4], v[ 5]); Error: COMPILER_WARNING: [#def431] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2369:25: note[note]: called from here # 2367| # 2368| t[ 0] = _mm256_unpacklo_epi32(v[ 0], v[ 1]); # 2369|-> t[ 1] = _mm256_unpacklo_epi32(v[ 2], v[ 3]); # 2370| t[ 2] = _mm256_unpacklo_epi32(v[ 4], v[ 5]); # 2371| t[ 3] = _mm256_unpacklo_epi32(v[ 6], v[ 7]); Error: COMPILER_WARNING: [#def432] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2370:25: note[note]: called from here # 2368| t[ 0] = _mm256_unpacklo_epi32(v[ 0], v[ 1]); # 2369| t[ 1] = _mm256_unpacklo_epi32(v[ 2], v[ 3]); # 2370|-> t[ 2] = _mm256_unpacklo_epi32(v[ 4], v[ 5]); # 2371| t[ 3] = _mm256_unpacklo_epi32(v[ 6], v[ 7]); # 2372| t[ 4] = _mm256_unpacklo_epi32(v[ 8], v[ 9]); Error: COMPILER_WARNING: [#def433] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2371:25: note[note]: called from here # 2369| t[ 1] = _mm256_unpacklo_epi32(v[ 2], v[ 3]); # 2370| t[ 2] = _mm256_unpacklo_epi32(v[ 4], v[ 5]); # 2371|-> t[ 3] = _mm256_unpacklo_epi32(v[ 6], v[ 7]); # 2372| t[ 4] = _mm256_unpacklo_epi32(v[ 8], v[ 9]); # 2373| t[ 5] = _mm256_unpacklo_epi32(v[10], v[11]); Error: COMPILER_WARNING: [#def434] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2372:25: note[note]: called from here # 2370| t[ 2] = _mm256_unpacklo_epi32(v[ 4], v[ 5]); # 2371| t[ 3] = _mm256_unpacklo_epi32(v[ 6], v[ 7]); # 2372|-> t[ 4] = _mm256_unpacklo_epi32(v[ 8], v[ 9]); # 2373| t[ 5] = _mm256_unpacklo_epi32(v[10], v[11]); # 2374| t[ 6] = _mm256_unpacklo_epi32(v[12], v[13]); Error: COMPILER_WARNING: [#def435] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2373:25: note[note]: called from here # 2371| t[ 3] = _mm256_unpacklo_epi32(v[ 6], v[ 7]); # 2372| t[ 4] = _mm256_unpacklo_epi32(v[ 8], v[ 9]); # 2373|-> t[ 5] = _mm256_unpacklo_epi32(v[10], v[11]); # 2374| t[ 6] = _mm256_unpacklo_epi32(v[12], v[13]); # 2375| t[ 7] = _mm256_unpacklo_epi32(v[14], v[15]); Error: COMPILER_WARNING: [#def436] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2374:25: note[note]: called from here # 2372| t[ 4] = _mm256_unpacklo_epi32(v[ 8], v[ 9]); # 2373| t[ 5] = _mm256_unpacklo_epi32(v[10], v[11]); # 2374|-> t[ 6] = _mm256_unpacklo_epi32(v[12], v[13]); # 2375| t[ 7] = _mm256_unpacklo_epi32(v[14], v[15]); # 2376| t[ 8] = _mm256_unpacklo_epi32(v[16], v[17]); Error: COMPILER_WARNING: [#def437] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2375:25: note[note]: called from here # 2373| t[ 5] = _mm256_unpacklo_epi32(v[10], v[11]); # 2374| t[ 6] = _mm256_unpacklo_epi32(v[12], v[13]); # 2375|-> t[ 7] = _mm256_unpacklo_epi32(v[14], v[15]); # 2376| t[ 8] = _mm256_unpacklo_epi32(v[16], v[17]); # 2377| t[ 9] = _mm256_unpacklo_epi32(v[18], v[19]); Error: COMPILER_WARNING: [#def438] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2376:25: note[note]: called from here # 2374| t[ 6] = _mm256_unpacklo_epi32(v[12], v[13]); # 2375| t[ 7] = _mm256_unpacklo_epi32(v[14], v[15]); # 2376|-> t[ 8] = _mm256_unpacklo_epi32(v[16], v[17]); # 2377| t[ 9] = _mm256_unpacklo_epi32(v[18], v[19]); # 2378| t[10] = _mm256_unpacklo_epi32(v[20], v[21]); Error: COMPILER_WARNING: [#def439] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2377:25: note[note]: called from here # 2375| t[ 7] = _mm256_unpacklo_epi32(v[14], v[15]); # 2376| t[ 8] = _mm256_unpacklo_epi32(v[16], v[17]); # 2377|-> t[ 9] = _mm256_unpacklo_epi32(v[18], v[19]); # 2378| t[10] = _mm256_unpacklo_epi32(v[20], v[21]); # 2379| t[11] = _mm256_unpacklo_epi32(v[22], v[23]); Error: COMPILER_WARNING: [#def440] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2378:25: note[note]: called from here # 2376| t[ 8] = _mm256_unpacklo_epi32(v[16], v[17]); # 2377| t[ 9] = _mm256_unpacklo_epi32(v[18], v[19]); # 2378|-> t[10] = _mm256_unpacklo_epi32(v[20], v[21]); # 2379| t[11] = _mm256_unpacklo_epi32(v[22], v[23]); # 2380| t[12] = _mm256_unpacklo_epi32(v[24], v[25]); Error: COMPILER_WARNING: [#def441] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2379:25: note[note]: called from here # 2377| t[ 9] = _mm256_unpacklo_epi32(v[18], v[19]); # 2378| t[10] = _mm256_unpacklo_epi32(v[20], v[21]); # 2379|-> t[11] = _mm256_unpacklo_epi32(v[22], v[23]); # 2380| t[12] = _mm256_unpacklo_epi32(v[24], v[25]); # 2381| t[13] = _mm256_unpacklo_epi32(v[26], v[27]); Error: COMPILER_WARNING: [#def442] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2380:25: note[note]: called from here # 2378| t[10] = _mm256_unpacklo_epi32(v[20], v[21]); # 2379| t[11] = _mm256_unpacklo_epi32(v[22], v[23]); # 2380|-> t[12] = _mm256_unpacklo_epi32(v[24], v[25]); # 2381| t[13] = _mm256_unpacklo_epi32(v[26], v[27]); # 2382| t[14] = _mm256_unpacklo_epi32(v[28], v[29]); Error: COMPILER_WARNING: [#def443] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2381:25: note[note]: called from here # 2379| t[11] = _mm256_unpacklo_epi32(v[22], v[23]); # 2380| t[12] = _mm256_unpacklo_epi32(v[24], v[25]); # 2381|-> t[13] = _mm256_unpacklo_epi32(v[26], v[27]); # 2382| t[14] = _mm256_unpacklo_epi32(v[28], v[29]); # 2383| t[15] = _mm256_unpacklo_epi32(v[30], v[31]); Error: COMPILER_WARNING: [#def444] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2382:25: note[note]: called from here # 2380| t[12] = _mm256_unpacklo_epi32(v[24], v[25]); # 2381| t[13] = _mm256_unpacklo_epi32(v[26], v[27]); # 2382|-> t[14] = _mm256_unpacklo_epi32(v[28], v[29]); # 2383| t[15] = _mm256_unpacklo_epi32(v[30], v[31]); # 2384| t[16] = _mm256_unpackhi_epi32(v[ 0], v[ 1]); Error: COMPILER_WARNING: [#def445] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2383:25: note[note]: called from here # 2381| t[13] = _mm256_unpacklo_epi32(v[26], v[27]); # 2382| t[14] = _mm256_unpacklo_epi32(v[28], v[29]); # 2383|-> t[15] = _mm256_unpacklo_epi32(v[30], v[31]); # 2384| t[16] = _mm256_unpackhi_epi32(v[ 0], v[ 1]); # 2385| t[17] = _mm256_unpackhi_epi32(v[ 2], v[ 3]); Error: COMPILER_WARNING: [#def446] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2384:25: note[note]: called from here # 2382| t[14] = _mm256_unpacklo_epi32(v[28], v[29]); # 2383| t[15] = _mm256_unpacklo_epi32(v[30], v[31]); # 2384|-> t[16] = _mm256_unpackhi_epi32(v[ 0], v[ 1]); # 2385| t[17] = _mm256_unpackhi_epi32(v[ 2], v[ 3]); # 2386| t[18] = _mm256_unpackhi_epi32(v[ 4], v[ 5]); Error: COMPILER_WARNING: [#def447] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2385:25: note[note]: called from here # 2383| t[15] = _mm256_unpacklo_epi32(v[30], v[31]); # 2384| t[16] = _mm256_unpackhi_epi32(v[ 0], v[ 1]); # 2385|-> t[17] = _mm256_unpackhi_epi32(v[ 2], v[ 3]); # 2386| t[18] = _mm256_unpackhi_epi32(v[ 4], v[ 5]); # 2387| t[19] = _mm256_unpackhi_epi32(v[ 6], v[ 7]); Error: COMPILER_WARNING: [#def448] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2386:25: note[note]: called from here # 2384| t[16] = _mm256_unpackhi_epi32(v[ 0], v[ 1]); # 2385| t[17] = _mm256_unpackhi_epi32(v[ 2], v[ 3]); # 2386|-> t[18] = _mm256_unpackhi_epi32(v[ 4], v[ 5]); # 2387| t[19] = _mm256_unpackhi_epi32(v[ 6], v[ 7]); # 2388| t[20] = _mm256_unpackhi_epi32(v[ 8], v[ 9]); Error: COMPILER_WARNING: [#def449] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2387:25: note[note]: called from here # 2385| t[17] = _mm256_unpackhi_epi32(v[ 2], v[ 3]); # 2386| t[18] = _mm256_unpackhi_epi32(v[ 4], v[ 5]); # 2387|-> t[19] = _mm256_unpackhi_epi32(v[ 6], v[ 7]); # 2388| t[20] = _mm256_unpackhi_epi32(v[ 8], v[ 9]); # 2389| t[21] = _mm256_unpackhi_epi32(v[10], v[11]); Error: COMPILER_WARNING: [#def450] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2388:25: note[note]: called from here # 2386| t[18] = _mm256_unpackhi_epi32(v[ 4], v[ 5]); # 2387| t[19] = _mm256_unpackhi_epi32(v[ 6], v[ 7]); # 2388|-> t[20] = _mm256_unpackhi_epi32(v[ 8], v[ 9]); # 2389| t[21] = _mm256_unpackhi_epi32(v[10], v[11]); # 2390| t[22] = _mm256_unpackhi_epi32(v[12], v[13]); Error: COMPILER_WARNING: [#def451] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2389:25: note[note]: called from here # 2387| t[19] = _mm256_unpackhi_epi32(v[ 6], v[ 7]); # 2388| t[20] = _mm256_unpackhi_epi32(v[ 8], v[ 9]); # 2389|-> t[21] = _mm256_unpackhi_epi32(v[10], v[11]); # 2390| t[22] = _mm256_unpackhi_epi32(v[12], v[13]); # 2391| t[23] = _mm256_unpackhi_epi32(v[14], v[15]); Error: COMPILER_WARNING: [#def452] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2390:25: note[note]: called from here # 2388| t[20] = _mm256_unpackhi_epi32(v[ 8], v[ 9]); # 2389| t[21] = _mm256_unpackhi_epi32(v[10], v[11]); # 2390|-> t[22] = _mm256_unpackhi_epi32(v[12], v[13]); # 2391| t[23] = _mm256_unpackhi_epi32(v[14], v[15]); # 2392| t[24] = _mm256_unpackhi_epi32(v[16], v[17]); Error: COMPILER_WARNING: [#def453] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2391:25: note[note]: called from here # 2389| t[21] = _mm256_unpackhi_epi32(v[10], v[11]); # 2390| t[22] = _mm256_unpackhi_epi32(v[12], v[13]); # 2391|-> t[23] = _mm256_unpackhi_epi32(v[14], v[15]); # 2392| t[24] = _mm256_unpackhi_epi32(v[16], v[17]); # 2393| t[25] = _mm256_unpackhi_epi32(v[18], v[19]); Error: COMPILER_WARNING: [#def454] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2392:25: note[note]: called from here # 2390| t[22] = _mm256_unpackhi_epi32(v[12], v[13]); # 2391| t[23] = _mm256_unpackhi_epi32(v[14], v[15]); # 2392|-> t[24] = _mm256_unpackhi_epi32(v[16], v[17]); # 2393| t[25] = _mm256_unpackhi_epi32(v[18], v[19]); # 2394| t[26] = _mm256_unpackhi_epi32(v[20], v[21]); Error: COMPILER_WARNING: [#def455] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2393:25: note[note]: called from here # 2391| t[23] = _mm256_unpackhi_epi32(v[14], v[15]); # 2392| t[24] = _mm256_unpackhi_epi32(v[16], v[17]); # 2393|-> t[25] = _mm256_unpackhi_epi32(v[18], v[19]); # 2394| t[26] = _mm256_unpackhi_epi32(v[20], v[21]); # 2395| t[27] = _mm256_unpackhi_epi32(v[22], v[23]); Error: COMPILER_WARNING: [#def456] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2394:25: note[note]: called from here # 2392| t[24] = _mm256_unpackhi_epi32(v[16], v[17]); # 2393| t[25] = _mm256_unpackhi_epi32(v[18], v[19]); # 2394|-> t[26] = _mm256_unpackhi_epi32(v[20], v[21]); # 2395| t[27] = _mm256_unpackhi_epi32(v[22], v[23]); # 2396| t[28] = _mm256_unpackhi_epi32(v[24], v[25]); Error: COMPILER_WARNING: [#def457] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2395:25: note[note]: called from here # 2393| t[25] = _mm256_unpackhi_epi32(v[18], v[19]); # 2394| t[26] = _mm256_unpackhi_epi32(v[20], v[21]); # 2395|-> t[27] = _mm256_unpackhi_epi32(v[22], v[23]); # 2396| t[28] = _mm256_unpackhi_epi32(v[24], v[25]); # 2397| t[29] = _mm256_unpackhi_epi32(v[26], v[27]); Error: COMPILER_WARNING: [#def458] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2396:25: note[note]: called from here # 2394| t[26] = _mm256_unpackhi_epi32(v[20], v[21]); # 2395| t[27] = _mm256_unpackhi_epi32(v[22], v[23]); # 2396|-> t[28] = _mm256_unpackhi_epi32(v[24], v[25]); # 2397| t[29] = _mm256_unpackhi_epi32(v[26], v[27]); # 2398| t[30] = _mm256_unpackhi_epi32(v[28], v[29]); Error: COMPILER_WARNING: [#def459] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2397:25: note[note]: called from here # 2395| t[27] = _mm256_unpackhi_epi32(v[22], v[23]); # 2396| t[28] = _mm256_unpackhi_epi32(v[24], v[25]); # 2397|-> t[29] = _mm256_unpackhi_epi32(v[26], v[27]); # 2398| t[30] = _mm256_unpackhi_epi32(v[28], v[29]); # 2399| t[31] = _mm256_unpackhi_epi32(v[30], v[31]); Error: COMPILER_WARNING: [#def460] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2398:25: note[note]: called from here # 2396| t[28] = _mm256_unpackhi_epi32(v[24], v[25]); # 2397| t[29] = _mm256_unpackhi_epi32(v[26], v[27]); # 2398|-> t[30] = _mm256_unpackhi_epi32(v[28], v[29]); # 2399| t[31] = _mm256_unpackhi_epi32(v[30], v[31]); # 2400| Error: COMPILER_WARNING: [#def461] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2399:25: note[note]: called from here # 2397| t[29] = _mm256_unpackhi_epi32(v[26], v[27]); # 2398| t[30] = _mm256_unpackhi_epi32(v[28], v[29]); # 2399|-> t[31] = _mm256_unpackhi_epi32(v[30], v[31]); # 2400| # 2401| v[ 0] = _mm256_unpacklo_epi64(t[ 0], t[ 1]); Error: COMPILER_WARNING: [#def462] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2401:25: note[note]: called from here # 2399| t[31] = _mm256_unpackhi_epi32(v[30], v[31]); # 2400| # 2401|-> v[ 0] = _mm256_unpacklo_epi64(t[ 0], t[ 1]); # 2402| v[ 1] = _mm256_unpacklo_epi64(t[ 2], t[ 3]); # 2403| v[ 2] = _mm256_unpacklo_epi64(t[ 4], t[ 5]); Error: COMPILER_WARNING: [#def463] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2402:25: note[note]: called from here # 2400| # 2401| v[ 0] = _mm256_unpacklo_epi64(t[ 0], t[ 1]); # 2402|-> v[ 1] = _mm256_unpacklo_epi64(t[ 2], t[ 3]); # 2403| v[ 2] = _mm256_unpacklo_epi64(t[ 4], t[ 5]); # 2404| v[ 3] = _mm256_unpacklo_epi64(t[ 6], t[ 7]); Error: COMPILER_WARNING: [#def464] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2403:25: note[note]: called from here # 2401| v[ 0] = _mm256_unpacklo_epi64(t[ 0], t[ 1]); # 2402| v[ 1] = _mm256_unpacklo_epi64(t[ 2], t[ 3]); # 2403|-> v[ 2] = _mm256_unpacklo_epi64(t[ 4], t[ 5]); # 2404| v[ 3] = _mm256_unpacklo_epi64(t[ 6], t[ 7]); # 2405| v[ 4] = _mm256_unpacklo_epi64(t[ 8], t[ 9]); Error: COMPILER_WARNING: [#def465] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2404:25: note[note]: called from here # 2402| v[ 1] = _mm256_unpacklo_epi64(t[ 2], t[ 3]); # 2403| v[ 2] = _mm256_unpacklo_epi64(t[ 4], t[ 5]); # 2404|-> v[ 3] = _mm256_unpacklo_epi64(t[ 6], t[ 7]); # 2405| v[ 4] = _mm256_unpacklo_epi64(t[ 8], t[ 9]); # 2406| v[ 5] = _mm256_unpacklo_epi64(t[10], t[11]); Error: COMPILER_WARNING: [#def466] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2405:25: note[note]: called from here # 2403| v[ 2] = _mm256_unpacklo_epi64(t[ 4], t[ 5]); # 2404| v[ 3] = _mm256_unpacklo_epi64(t[ 6], t[ 7]); # 2405|-> v[ 4] = _mm256_unpacklo_epi64(t[ 8], t[ 9]); # 2406| v[ 5] = _mm256_unpacklo_epi64(t[10], t[11]); # 2407| v[ 6] = _mm256_unpacklo_epi64(t[12], t[13]); Error: COMPILER_WARNING: [#def467] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2406:25: note[note]: called from here # 2404| v[ 3] = _mm256_unpacklo_epi64(t[ 6], t[ 7]); # 2405| v[ 4] = _mm256_unpacklo_epi64(t[ 8], t[ 9]); # 2406|-> v[ 5] = _mm256_unpacklo_epi64(t[10], t[11]); # 2407| v[ 6] = _mm256_unpacklo_epi64(t[12], t[13]); # 2408| v[ 7] = _mm256_unpacklo_epi64(t[14], t[15]); Error: COMPILER_WARNING: [#def468] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2407:25: note[note]: called from here # 2405| v[ 4] = _mm256_unpacklo_epi64(t[ 8], t[ 9]); # 2406| v[ 5] = _mm256_unpacklo_epi64(t[10], t[11]); # 2407|-> v[ 6] = _mm256_unpacklo_epi64(t[12], t[13]); # 2408| v[ 7] = _mm256_unpacklo_epi64(t[14], t[15]); # 2409| v[ 8] = _mm256_unpacklo_epi64(t[16], t[17]); Error: COMPILER_WARNING: [#def469] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2408:25: note[note]: called from here # 2406| v[ 5] = _mm256_unpacklo_epi64(t[10], t[11]); # 2407| v[ 6] = _mm256_unpacklo_epi64(t[12], t[13]); # 2408|-> v[ 7] = _mm256_unpacklo_epi64(t[14], t[15]); # 2409| v[ 8] = _mm256_unpacklo_epi64(t[16], t[17]); # 2410| v[ 9] = _mm256_unpacklo_epi64(t[18], t[19]); Error: COMPILER_WARNING: [#def470] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2409:25: note[note]: called from here # 2407| v[ 6] = _mm256_unpacklo_epi64(t[12], t[13]); # 2408| v[ 7] = _mm256_unpacklo_epi64(t[14], t[15]); # 2409|-> v[ 8] = _mm256_unpacklo_epi64(t[16], t[17]); # 2410| v[ 9] = _mm256_unpacklo_epi64(t[18], t[19]); # 2411| v[10] = _mm256_unpacklo_epi64(t[20], t[21]); Error: COMPILER_WARNING: [#def471] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2410:25: note[note]: called from here # 2408| v[ 7] = _mm256_unpacklo_epi64(t[14], t[15]); # 2409| v[ 8] = _mm256_unpacklo_epi64(t[16], t[17]); # 2410|-> v[ 9] = _mm256_unpacklo_epi64(t[18], t[19]); # 2411| v[10] = _mm256_unpacklo_epi64(t[20], t[21]); # 2412| v[11] = _mm256_unpacklo_epi64(t[22], t[23]); Error: COMPILER_WARNING: [#def472] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2411:25: note[note]: called from here # 2409| v[ 8] = _mm256_unpacklo_epi64(t[16], t[17]); # 2410| v[ 9] = _mm256_unpacklo_epi64(t[18], t[19]); # 2411|-> v[10] = _mm256_unpacklo_epi64(t[20], t[21]); # 2412| v[11] = _mm256_unpacklo_epi64(t[22], t[23]); # 2413| v[12] = _mm256_unpacklo_epi64(t[24], t[25]); Error: COMPILER_WARNING: [#def473] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2412:25: note[note]: called from here # 2410| v[ 9] = _mm256_unpacklo_epi64(t[18], t[19]); # 2411| v[10] = _mm256_unpacklo_epi64(t[20], t[21]); # 2412|-> v[11] = _mm256_unpacklo_epi64(t[22], t[23]); # 2413| v[12] = _mm256_unpacklo_epi64(t[24], t[25]); # 2414| v[13] = _mm256_unpacklo_epi64(t[26], t[27]); Error: COMPILER_WARNING: [#def474] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2413:25: note[note]: called from here # 2411| v[10] = _mm256_unpacklo_epi64(t[20], t[21]); # 2412| v[11] = _mm256_unpacklo_epi64(t[22], t[23]); # 2413|-> v[12] = _mm256_unpacklo_epi64(t[24], t[25]); # 2414| v[13] = _mm256_unpacklo_epi64(t[26], t[27]); # 2415| v[14] = _mm256_unpacklo_epi64(t[28], t[29]); Error: COMPILER_WARNING: [#def475] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2414:25: note[note]: called from here # 2412| v[11] = _mm256_unpacklo_epi64(t[22], t[23]); # 2413| v[12] = _mm256_unpacklo_epi64(t[24], t[25]); # 2414|-> v[13] = _mm256_unpacklo_epi64(t[26], t[27]); # 2415| v[14] = _mm256_unpacklo_epi64(t[28], t[29]); # 2416| v[15] = _mm256_unpacklo_epi64(t[30], t[31]); Error: COMPILER_WARNING: [#def476] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2415:25: note[note]: called from here # 2413| v[12] = _mm256_unpacklo_epi64(t[24], t[25]); # 2414| v[13] = _mm256_unpacklo_epi64(t[26], t[27]); # 2415|-> v[14] = _mm256_unpacklo_epi64(t[28], t[29]); # 2416| v[15] = _mm256_unpacklo_epi64(t[30], t[31]); # 2417| v[16] = _mm256_unpackhi_epi64(t[ 0], t[ 1]); Error: COMPILER_WARNING: [#def477] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2416:25: note[note]: called from here # 2414| v[13] = _mm256_unpacklo_epi64(t[26], t[27]); # 2415| v[14] = _mm256_unpacklo_epi64(t[28], t[29]); # 2416|-> v[15] = _mm256_unpacklo_epi64(t[30], t[31]); # 2417| v[16] = _mm256_unpackhi_epi64(t[ 0], t[ 1]); # 2418| v[17] = _mm256_unpackhi_epi64(t[ 2], t[ 3]); Error: COMPILER_WARNING: [#def478] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2417:25: note[note]: called from here # 2415| v[14] = _mm256_unpacklo_epi64(t[28], t[29]); # 2416| v[15] = _mm256_unpacklo_epi64(t[30], t[31]); # 2417|-> v[16] = _mm256_unpackhi_epi64(t[ 0], t[ 1]); # 2418| v[17] = _mm256_unpackhi_epi64(t[ 2], t[ 3]); # 2419| v[18] = _mm256_unpackhi_epi64(t[ 4], t[ 5]); Error: COMPILER_WARNING: [#def479] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2418:25: note[note]: called from here # 2416| v[15] = _mm256_unpacklo_epi64(t[30], t[31]); # 2417| v[16] = _mm256_unpackhi_epi64(t[ 0], t[ 1]); # 2418|-> v[17] = _mm256_unpackhi_epi64(t[ 2], t[ 3]); # 2419| v[18] = _mm256_unpackhi_epi64(t[ 4], t[ 5]); # 2420| v[19] = _mm256_unpackhi_epi64(t[ 6], t[ 7]); Error: COMPILER_WARNING: [#def480] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2419:25: note[note]: called from here # 2417| v[16] = _mm256_unpackhi_epi64(t[ 0], t[ 1]); # 2418| v[17] = _mm256_unpackhi_epi64(t[ 2], t[ 3]); # 2419|-> v[18] = _mm256_unpackhi_epi64(t[ 4], t[ 5]); # 2420| v[19] = _mm256_unpackhi_epi64(t[ 6], t[ 7]); # 2421| v[20] = _mm256_unpackhi_epi64(t[ 8], t[ 9]); Error: COMPILER_WARNING: [#def481] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2420:25: note[note]: called from here # 2418| v[17] = _mm256_unpackhi_epi64(t[ 2], t[ 3]); # 2419| v[18] = _mm256_unpackhi_epi64(t[ 4], t[ 5]); # 2420|-> v[19] = _mm256_unpackhi_epi64(t[ 6], t[ 7]); # 2421| v[20] = _mm256_unpackhi_epi64(t[ 8], t[ 9]); # 2422| v[21] = _mm256_unpackhi_epi64(t[10], t[11]); Error: COMPILER_WARNING: [#def482] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2421:25: note[note]: called from here # 2419| v[18] = _mm256_unpackhi_epi64(t[ 4], t[ 5]); # 2420| v[19] = _mm256_unpackhi_epi64(t[ 6], t[ 7]); # 2421|-> v[20] = _mm256_unpackhi_epi64(t[ 8], t[ 9]); # 2422| v[21] = _mm256_unpackhi_epi64(t[10], t[11]); # 2423| v[22] = _mm256_unpackhi_epi64(t[12], t[13]); Error: COMPILER_WARNING: [#def483] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2422:25: note[note]: called from here # 2420| v[19] = _mm256_unpackhi_epi64(t[ 6], t[ 7]); # 2421| v[20] = _mm256_unpackhi_epi64(t[ 8], t[ 9]); # 2422|-> v[21] = _mm256_unpackhi_epi64(t[10], t[11]); # 2423| v[22] = _mm256_unpackhi_epi64(t[12], t[13]); # 2424| v[23] = _mm256_unpackhi_epi64(t[14], t[15]); Error: COMPILER_WARNING: [#def484] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2423:25: note[note]: called from here # 2421| v[20] = _mm256_unpackhi_epi64(t[ 8], t[ 9]); # 2422| v[21] = _mm256_unpackhi_epi64(t[10], t[11]); # 2423|-> v[22] = _mm256_unpackhi_epi64(t[12], t[13]); # 2424| v[23] = _mm256_unpackhi_epi64(t[14], t[15]); # 2425| v[24] = _mm256_unpackhi_epi64(t[16], t[17]); Error: COMPILER_WARNING: [#def485] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2424:25: note[note]: called from here # 2422| v[21] = _mm256_unpackhi_epi64(t[10], t[11]); # 2423| v[22] = _mm256_unpackhi_epi64(t[12], t[13]); # 2424|-> v[23] = _mm256_unpackhi_epi64(t[14], t[15]); # 2425| v[24] = _mm256_unpackhi_epi64(t[16], t[17]); # 2426| v[25] = _mm256_unpackhi_epi64(t[18], t[19]); Error: COMPILER_WARNING: [#def486] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2425:25: note[note]: called from here # 2423| v[22] = _mm256_unpackhi_epi64(t[12], t[13]); # 2424| v[23] = _mm256_unpackhi_epi64(t[14], t[15]); # 2425|-> v[24] = _mm256_unpackhi_epi64(t[16], t[17]); # 2426| v[25] = _mm256_unpackhi_epi64(t[18], t[19]); # 2427| v[26] = _mm256_unpackhi_epi64(t[20], t[21]); Error: COMPILER_WARNING: [#def487] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2426:25: note[note]: called from here # 2424| v[23] = _mm256_unpackhi_epi64(t[14], t[15]); # 2425| v[24] = _mm256_unpackhi_epi64(t[16], t[17]); # 2426|-> v[25] = _mm256_unpackhi_epi64(t[18], t[19]); # 2427| v[26] = _mm256_unpackhi_epi64(t[20], t[21]); # 2428| v[27] = _mm256_unpackhi_epi64(t[22], t[23]); Error: COMPILER_WARNING: [#def488] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2427:25: note[note]: called from here # 2425| v[24] = _mm256_unpackhi_epi64(t[16], t[17]); # 2426| v[25] = _mm256_unpackhi_epi64(t[18], t[19]); # 2427|-> v[26] = _mm256_unpackhi_epi64(t[20], t[21]); # 2428| v[27] = _mm256_unpackhi_epi64(t[22], t[23]); # 2429| v[28] = _mm256_unpackhi_epi64(t[24], t[25]); Error: COMPILER_WARNING: [#def489] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2428:25: note[note]: called from here # 2426| v[25] = _mm256_unpackhi_epi64(t[18], t[19]); # 2427| v[26] = _mm256_unpackhi_epi64(t[20], t[21]); # 2428|-> v[27] = _mm256_unpackhi_epi64(t[22], t[23]); # 2429| v[28] = _mm256_unpackhi_epi64(t[24], t[25]); # 2430| v[29] = _mm256_unpackhi_epi64(t[26], t[27]); Error: COMPILER_WARNING: [#def490] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2429:25: note[note]: called from here # 2427| v[26] = _mm256_unpackhi_epi64(t[20], t[21]); # 2428| v[27] = _mm256_unpackhi_epi64(t[22], t[23]); # 2429|-> v[28] = _mm256_unpackhi_epi64(t[24], t[25]); # 2430| v[29] = _mm256_unpackhi_epi64(t[26], t[27]); # 2431| v[30] = _mm256_unpackhi_epi64(t[28], t[29]); Error: COMPILER_WARNING: [#def491] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2430:25: note[note]: called from here # 2428| v[27] = _mm256_unpackhi_epi64(t[22], t[23]); # 2429| v[28] = _mm256_unpackhi_epi64(t[24], t[25]); # 2430|-> v[29] = _mm256_unpackhi_epi64(t[26], t[27]); # 2431| v[30] = _mm256_unpackhi_epi64(t[28], t[29]); # 2432| v[31] = _mm256_unpackhi_epi64(t[30], t[31]); Error: COMPILER_WARNING: [#def492] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2431:25: note[note]: called from here # 2429| v[28] = _mm256_unpackhi_epi64(t[24], t[25]); # 2430| v[29] = _mm256_unpackhi_epi64(t[26], t[27]); # 2431|-> v[30] = _mm256_unpackhi_epi64(t[28], t[29]); # 2432| v[31] = _mm256_unpackhi_epi64(t[30], t[31]); # 2433| Error: COMPILER_WARNING: [#def493] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2432:25: note[note]: called from here # 2430| v[29] = _mm256_unpackhi_epi64(t[26], t[27]); # 2431| v[30] = _mm256_unpackhi_epi64(t[28], t[29]); # 2432|-> v[31] = _mm256_unpackhi_epi64(t[30], t[31]); # 2433| # 2434| t[ 0] = _mm256_permute2f128_si256(v[ 0], v[ 1], 0x20); Error: COMPILER_WARNING: [#def494] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2434:25: note[note]: called from here # 2432| v[31] = _mm256_unpackhi_epi64(t[30], t[31]); # 2433| # 2434|-> t[ 0] = _mm256_permute2f128_si256(v[ 0], v[ 1], 0x20); # 2435| t[ 1] = _mm256_permute2f128_si256(v[ 2], v[ 3], 0x20); # 2436| t[ 2] = _mm256_permute2f128_si256(v[ 4], v[ 5], 0x20); Error: COMPILER_WARNING: [#def495] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2435:25: note[note]: called from here # 2433| # 2434| t[ 0] = _mm256_permute2f128_si256(v[ 0], v[ 1], 0x20); # 2435|-> t[ 1] = _mm256_permute2f128_si256(v[ 2], v[ 3], 0x20); # 2436| t[ 2] = _mm256_permute2f128_si256(v[ 4], v[ 5], 0x20); # 2437| t[ 3] = _mm256_permute2f128_si256(v[ 6], v[ 7], 0x20); Error: COMPILER_WARNING: [#def496] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2436:25: note[note]: called from here # 2434| t[ 0] = _mm256_permute2f128_si256(v[ 0], v[ 1], 0x20); # 2435| t[ 1] = _mm256_permute2f128_si256(v[ 2], v[ 3], 0x20); # 2436|-> t[ 2] = _mm256_permute2f128_si256(v[ 4], v[ 5], 0x20); # 2437| t[ 3] = _mm256_permute2f128_si256(v[ 6], v[ 7], 0x20); # 2438| t[ 4] = _mm256_permute2f128_si256(v[16], v[17], 0x20); Error: COMPILER_WARNING: [#def497] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2437:25: note[note]: called from here # 2435| t[ 1] = _mm256_permute2f128_si256(v[ 2], v[ 3], 0x20); # 2436| t[ 2] = _mm256_permute2f128_si256(v[ 4], v[ 5], 0x20); # 2437|-> t[ 3] = _mm256_permute2f128_si256(v[ 6], v[ 7], 0x20); # 2438| t[ 4] = _mm256_permute2f128_si256(v[16], v[17], 0x20); # 2439| t[ 5] = _mm256_permute2f128_si256(v[18], v[19], 0x20); Error: COMPILER_WARNING: [#def498] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2438:25: note[note]: called from here # 2436| t[ 2] = _mm256_permute2f128_si256(v[ 4], v[ 5], 0x20); # 2437| t[ 3] = _mm256_permute2f128_si256(v[ 6], v[ 7], 0x20); # 2438|-> t[ 4] = _mm256_permute2f128_si256(v[16], v[17], 0x20); # 2439| t[ 5] = _mm256_permute2f128_si256(v[18], v[19], 0x20); # 2440| t[ 6] = _mm256_permute2f128_si256(v[20], v[21], 0x20); Error: COMPILER_WARNING: [#def499] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2439:25: note[note]: called from here # 2437| t[ 3] = _mm256_permute2f128_si256(v[ 6], v[ 7], 0x20); # 2438| t[ 4] = _mm256_permute2f128_si256(v[16], v[17], 0x20); # 2439|-> t[ 5] = _mm256_permute2f128_si256(v[18], v[19], 0x20); # 2440| t[ 6] = _mm256_permute2f128_si256(v[20], v[21], 0x20); # 2441| t[ 7] = _mm256_permute2f128_si256(v[22], v[23], 0x20); Error: COMPILER_WARNING: [#def500] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2440:25: note[note]: called from here # 2438| t[ 4] = _mm256_permute2f128_si256(v[16], v[17], 0x20); # 2439| t[ 5] = _mm256_permute2f128_si256(v[18], v[19], 0x20); # 2440|-> t[ 6] = _mm256_permute2f128_si256(v[20], v[21], 0x20); # 2441| t[ 7] = _mm256_permute2f128_si256(v[22], v[23], 0x20); # 2442| t[ 8] = _mm256_permute2f128_si256(v[ 8], v[ 9], 0x20); Error: COMPILER_WARNING: [#def501] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2441:25: note[note]: called from here # 2439| t[ 5] = _mm256_permute2f128_si256(v[18], v[19], 0x20); # 2440| t[ 6] = _mm256_permute2f128_si256(v[20], v[21], 0x20); # 2441|-> t[ 7] = _mm256_permute2f128_si256(v[22], v[23], 0x20); # 2442| t[ 8] = _mm256_permute2f128_si256(v[ 8], v[ 9], 0x20); # 2443| t[ 9] = _mm256_permute2f128_si256(v[10], v[11], 0x20); Error: COMPILER_WARNING: [#def502] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2442:25: note[note]: called from here # 2440| t[ 6] = _mm256_permute2f128_si256(v[20], v[21], 0x20); # 2441| t[ 7] = _mm256_permute2f128_si256(v[22], v[23], 0x20); # 2442|-> t[ 8] = _mm256_permute2f128_si256(v[ 8], v[ 9], 0x20); # 2443| t[ 9] = _mm256_permute2f128_si256(v[10], v[11], 0x20); # 2444| t[10] = _mm256_permute2f128_si256(v[12], v[13], 0x20); Error: COMPILER_WARNING: [#def503] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2443:25: note[note]: called from here # 2441| t[ 7] = _mm256_permute2f128_si256(v[22], v[23], 0x20); # 2442| t[ 8] = _mm256_permute2f128_si256(v[ 8], v[ 9], 0x20); # 2443|-> t[ 9] = _mm256_permute2f128_si256(v[10], v[11], 0x20); # 2444| t[10] = _mm256_permute2f128_si256(v[12], v[13], 0x20); # 2445| t[11] = _mm256_permute2f128_si256(v[14], v[15], 0x20); Error: COMPILER_WARNING: [#def504] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2444:25: note[note]: called from here # 2442| t[ 8] = _mm256_permute2f128_si256(v[ 8], v[ 9], 0x20); # 2443| t[ 9] = _mm256_permute2f128_si256(v[10], v[11], 0x20); # 2444|-> t[10] = _mm256_permute2f128_si256(v[12], v[13], 0x20); # 2445| t[11] = _mm256_permute2f128_si256(v[14], v[15], 0x20); # 2446| t[12] = _mm256_permute2f128_si256(v[24], v[25], 0x20); Error: COMPILER_WARNING: [#def505] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2445:25: note[note]: called from here # 2443| t[ 9] = _mm256_permute2f128_si256(v[10], v[11], 0x20); # 2444| t[10] = _mm256_permute2f128_si256(v[12], v[13], 0x20); # 2445|-> t[11] = _mm256_permute2f128_si256(v[14], v[15], 0x20); # 2446| t[12] = _mm256_permute2f128_si256(v[24], v[25], 0x20); # 2447| t[13] = _mm256_permute2f128_si256(v[26], v[27], 0x20); Error: COMPILER_WARNING: [#def506] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2446:25: note[note]: called from here # 2444| t[10] = _mm256_permute2f128_si256(v[12], v[13], 0x20); # 2445| t[11] = _mm256_permute2f128_si256(v[14], v[15], 0x20); # 2446|-> t[12] = _mm256_permute2f128_si256(v[24], v[25], 0x20); # 2447| t[13] = _mm256_permute2f128_si256(v[26], v[27], 0x20); # 2448| t[14] = _mm256_permute2f128_si256(v[28], v[29], 0x20); Error: COMPILER_WARNING: [#def507] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2447:25: note[note]: called from here # 2445| t[11] = _mm256_permute2f128_si256(v[14], v[15], 0x20); # 2446| t[12] = _mm256_permute2f128_si256(v[24], v[25], 0x20); # 2447|-> t[13] = _mm256_permute2f128_si256(v[26], v[27], 0x20); # 2448| t[14] = _mm256_permute2f128_si256(v[28], v[29], 0x20); # 2449| t[15] = _mm256_permute2f128_si256(v[30], v[31], 0x20); Error: COMPILER_WARNING: [#def508] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2448:25: note[note]: called from here # 2446| t[12] = _mm256_permute2f128_si256(v[24], v[25], 0x20); # 2447| t[13] = _mm256_permute2f128_si256(v[26], v[27], 0x20); # 2448|-> t[14] = _mm256_permute2f128_si256(v[28], v[29], 0x20); # 2449| t[15] = _mm256_permute2f128_si256(v[30], v[31], 0x20); # 2450| t[16] = _mm256_permute2f128_si256(v[ 0], v[ 1], 0x31); Error: COMPILER_WARNING: [#def509] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2449:25: note[note]: called from here # 2447| t[13] = _mm256_permute2f128_si256(v[26], v[27], 0x20); # 2448| t[14] = _mm256_permute2f128_si256(v[28], v[29], 0x20); # 2449|-> t[15] = _mm256_permute2f128_si256(v[30], v[31], 0x20); # 2450| t[16] = _mm256_permute2f128_si256(v[ 0], v[ 1], 0x31); # 2451| t[17] = _mm256_permute2f128_si256(v[ 2], v[ 3], 0x31); Error: COMPILER_WARNING: [#def510] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2450:25: note[note]: called from here # 2448| t[14] = _mm256_permute2f128_si256(v[28], v[29], 0x20); # 2449| t[15] = _mm256_permute2f128_si256(v[30], v[31], 0x20); # 2450|-> t[16] = _mm256_permute2f128_si256(v[ 0], v[ 1], 0x31); # 2451| t[17] = _mm256_permute2f128_si256(v[ 2], v[ 3], 0x31); # 2452| t[18] = _mm256_permute2f128_si256(v[ 4], v[ 5], 0x31); Error: COMPILER_WARNING: [#def511] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2451:25: note[note]: called from here # 2449| t[15] = _mm256_permute2f128_si256(v[30], v[31], 0x20); # 2450| t[16] = _mm256_permute2f128_si256(v[ 0], v[ 1], 0x31); # 2451|-> t[17] = _mm256_permute2f128_si256(v[ 2], v[ 3], 0x31); # 2452| t[18] = _mm256_permute2f128_si256(v[ 4], v[ 5], 0x31); # 2453| t[19] = _mm256_permute2f128_si256(v[ 6], v[ 7], 0x31); Error: COMPILER_WARNING: [#def512] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2452:25: note[note]: called from here # 2450| t[16] = _mm256_permute2f128_si256(v[ 0], v[ 1], 0x31); # 2451| t[17] = _mm256_permute2f128_si256(v[ 2], v[ 3], 0x31); # 2452|-> t[18] = _mm256_permute2f128_si256(v[ 4], v[ 5], 0x31); # 2453| t[19] = _mm256_permute2f128_si256(v[ 6], v[ 7], 0x31); # 2454| t[20] = _mm256_permute2f128_si256(v[16], v[17], 0x31); Error: COMPILER_WARNING: [#def513] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2453:25: note[note]: called from here # 2451| t[17] = _mm256_permute2f128_si256(v[ 2], v[ 3], 0x31); # 2452| t[18] = _mm256_permute2f128_si256(v[ 4], v[ 5], 0x31); # 2453|-> t[19] = _mm256_permute2f128_si256(v[ 6], v[ 7], 0x31); # 2454| t[20] = _mm256_permute2f128_si256(v[16], v[17], 0x31); # 2455| t[21] = _mm256_permute2f128_si256(v[18], v[19], 0x31); Error: COMPILER_WARNING: [#def514] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2454:25: note[note]: called from here # 2452| t[18] = _mm256_permute2f128_si256(v[ 4], v[ 5], 0x31); # 2453| t[19] = _mm256_permute2f128_si256(v[ 6], v[ 7], 0x31); # 2454|-> t[20] = _mm256_permute2f128_si256(v[16], v[17], 0x31); # 2455| t[21] = _mm256_permute2f128_si256(v[18], v[19], 0x31); # 2456| t[22] = _mm256_permute2f128_si256(v[20], v[21], 0x31); Error: COMPILER_WARNING: [#def515] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2455:25: note[note]: called from here # 2453| t[19] = _mm256_permute2f128_si256(v[ 6], v[ 7], 0x31); # 2454| t[20] = _mm256_permute2f128_si256(v[16], v[17], 0x31); # 2455|-> t[21] = _mm256_permute2f128_si256(v[18], v[19], 0x31); # 2456| t[22] = _mm256_permute2f128_si256(v[20], v[21], 0x31); # 2457| t[23] = _mm256_permute2f128_si256(v[22], v[23], 0x31); Error: COMPILER_WARNING: [#def516] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2456:25: note[note]: called from here # 2454| t[20] = _mm256_permute2f128_si256(v[16], v[17], 0x31); # 2455| t[21] = _mm256_permute2f128_si256(v[18], v[19], 0x31); # 2456|-> t[22] = _mm256_permute2f128_si256(v[20], v[21], 0x31); # 2457| t[23] = _mm256_permute2f128_si256(v[22], v[23], 0x31); # 2458| t[24] = _mm256_permute2f128_si256(v[ 8], v[ 9], 0x31); Error: COMPILER_WARNING: [#def517] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2457:25: note[note]: called from here # 2455| t[21] = _mm256_permute2f128_si256(v[18], v[19], 0x31); # 2456| t[22] = _mm256_permute2f128_si256(v[20], v[21], 0x31); # 2457|-> t[23] = _mm256_permute2f128_si256(v[22], v[23], 0x31); # 2458| t[24] = _mm256_permute2f128_si256(v[ 8], v[ 9], 0x31); # 2459| t[25] = _mm256_permute2f128_si256(v[10], v[11], 0x31); Error: COMPILER_WARNING: [#def518] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2458:25: note[note]: called from here # 2456| t[22] = _mm256_permute2f128_si256(v[20], v[21], 0x31); # 2457| t[23] = _mm256_permute2f128_si256(v[22], v[23], 0x31); # 2458|-> t[24] = _mm256_permute2f128_si256(v[ 8], v[ 9], 0x31); # 2459| t[25] = _mm256_permute2f128_si256(v[10], v[11], 0x31); # 2460| t[26] = _mm256_permute2f128_si256(v[12], v[13], 0x31); Error: COMPILER_WARNING: [#def519] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2459:25: note[note]: called from here # 2457| t[23] = _mm256_permute2f128_si256(v[22], v[23], 0x31); # 2458| t[24] = _mm256_permute2f128_si256(v[ 8], v[ 9], 0x31); # 2459|-> t[25] = _mm256_permute2f128_si256(v[10], v[11], 0x31); # 2460| t[26] = _mm256_permute2f128_si256(v[12], v[13], 0x31); # 2461| t[27] = _mm256_permute2f128_si256(v[14], v[15], 0x31); Error: COMPILER_WARNING: [#def520] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2460:25: note[note]: called from here # 2458| t[24] = _mm256_permute2f128_si256(v[ 8], v[ 9], 0x31); # 2459| t[25] = _mm256_permute2f128_si256(v[10], v[11], 0x31); # 2460|-> t[26] = _mm256_permute2f128_si256(v[12], v[13], 0x31); # 2461| t[27] = _mm256_permute2f128_si256(v[14], v[15], 0x31); # 2462| t[28] = _mm256_permute2f128_si256(v[24], v[25], 0x31); Error: COMPILER_WARNING: [#def521] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2461:25: note[note]: called from here # 2459| t[25] = _mm256_permute2f128_si256(v[10], v[11], 0x31); # 2460| t[26] = _mm256_permute2f128_si256(v[12], v[13], 0x31); # 2461|-> t[27] = _mm256_permute2f128_si256(v[14], v[15], 0x31); # 2462| t[28] = _mm256_permute2f128_si256(v[24], v[25], 0x31); # 2463| t[29] = _mm256_permute2f128_si256(v[26], v[27], 0x31); Error: COMPILER_WARNING: [#def522] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2462:25: note[note]: called from here # 2460| t[26] = _mm256_permute2f128_si256(v[12], v[13], 0x31); # 2461| t[27] = _mm256_permute2f128_si256(v[14], v[15], 0x31); # 2462|-> t[28] = _mm256_permute2f128_si256(v[24], v[25], 0x31); # 2463| t[29] = _mm256_permute2f128_si256(v[26], v[27], 0x31); # 2464| t[30] = _mm256_permute2f128_si256(v[28], v[29], 0x31); Error: COMPILER_WARNING: [#def523] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2463:25: note[note]: called from here # 2461| t[27] = _mm256_permute2f128_si256(v[14], v[15], 0x31); # 2462| t[28] = _mm256_permute2f128_si256(v[24], v[25], 0x31); # 2463|-> t[29] = _mm256_permute2f128_si256(v[26], v[27], 0x31); # 2464| t[30] = _mm256_permute2f128_si256(v[28], v[29], 0x31); # 2465| t[31] = _mm256_permute2f128_si256(v[30], v[31], 0x31); Error: COMPILER_WARNING: [#def524] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2464:25: note[note]: called from here # 2462| t[28] = _mm256_permute2f128_si256(v[24], v[25], 0x31); # 2463| t[29] = _mm256_permute2f128_si256(v[26], v[27], 0x31); # 2464|-> t[30] = _mm256_permute2f128_si256(v[28], v[29], 0x31); # 2465| t[31] = _mm256_permute2f128_si256(v[30], v[31], 0x31); # 2466| Error: COMPILER_WARNING: [#def525] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2465:25: note[note]: called from here # 2463| t[29] = _mm256_permute2f128_si256(v[26], v[27], 0x31); # 2464| t[30] = _mm256_permute2f128_si256(v[28], v[29], 0x31); # 2465|-> t[31] = _mm256_permute2f128_si256(v[30], v[31], 0x31); # 2466| # 2467| for (i = 0; i < 32; i++) Error: COMPILER_WARNING: [#def526] xeve-0.5.1/src_base/avx/xeve_itdq_avx.c:2469:21: note[note]: called from here # 2467| for (i = 0; i < 32; i++) # 2468| { # 2469|-> _mm256_storeu_si256((__m256i*)(pel_dst), t[i]); # 2470| pel_dst += 16; # 2471| } Error: COMPILER_WARNING: [#def527] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:282:17: warning[-Wpsabi]: AVX vector return without AVX enabled changes the ABI # 280| if (rem_w > 15) # 281| { # 282|-> __m256i offset_8x16b = _mm256_set1_epi32(offset); # 283| __m256i src_temp1_16x8b, src_temp2_16x8b, src_temp3_16x8b, src_temp4_16x8b, src_temp5_16x8b; # 284| __m256i src_temp7_16x8b, src_temp8_16x8b, src_temp9_16x8b; Error: COMPILER_WARNING (CWE-563): [#def528] xeve-0.5.1/src_base/avx/xeve_mc_avx.c: scope_hint: In function ‘xeve_mc_filter_l_6pel_horz_clip_avx’ xeve-0.5.1/src_base/avx/xeve_mc_avx.c:287:65: warning[-Wunused-but-set-variable]: variable ‘coeff6_7_8x16b’ set but not used # 287 | __m256i coeff0_1_8x16b, coeff2_3_8x16b, coeff4_5_8x16b, coeff6_7_8x16b; # | ^~~~~~~~~~~~~~ # 285| __m256i res_temp1_8x16b, res_temp2_8x16b, res_temp3_8x16b, res_temp5_8x16b, res_temp6_8x16b, res_temp7_8x16b, res_temp8_8x16b; # 286| __m256i res_temp9_8x16b; # 287|-> __m256i coeff0_1_8x16b, coeff2_3_8x16b, coeff4_5_8x16b, coeff6_7_8x16b; # 288| __m256i mm_min = _mm256_set1_epi16(min_val); # 289| __m256i mm_max = _mm256_set1_epi16(max_val); Error: COMPILER_WARNING: [#def529] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:497:32: note[note]: called from here # 495| if (rem_w > 15) # 496| { # 497|-> __m256i offset_8x16b = _mm256_set1_epi32(offset); # 498| __m256i src_temp1_16x8b, src_temp2_16x8b, src_temp3_16x8b, src_temp4_16x8b, src_temp5_16x8b, src_temp6_16x8b; # 499| __m256i src_temp7_16x8b, src_temp8_16x8b, src_temp9_16x8b, src_temp0_16x8b; Error: COMPILER_WARNING: [#def530] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:506:26: note[note]: called from here # 504| xeve_mcpy(tmp_buf, coeff, 16); # 505| xeve_mcpy(tmp_buf + 8, coeff, 16); # 506|-> coeff0_1_8x16b = _mm256_loadu_si256((__m256i*)(tmp_buf)); # 507| # 508| coeff2_3_8x16b = _mm256_shuffle_epi32(coeff0_1_8x16b, 0x55); Error: COMPILER_WARNING: [#def531] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:508:26: note[note]: called from here # 506| coeff0_1_8x16b = _mm256_loadu_si256((__m256i*)(tmp_buf)); # 507| # 508|-> coeff2_3_8x16b = _mm256_shuffle_epi32(coeff0_1_8x16b, 0x55); # 509| coeff4_5_8x16b = _mm256_shuffle_epi32(coeff0_1_8x16b, 0xaa); # 510| coeff6_7_8x16b = _mm256_shuffle_epi32(coeff0_1_8x16b, 0xff); Error: COMPILER_WARNING: [#def532] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:509:26: note[note]: called from here # 507| # 508| coeff2_3_8x16b = _mm256_shuffle_epi32(coeff0_1_8x16b, 0x55); # 509|-> coeff4_5_8x16b = _mm256_shuffle_epi32(coeff0_1_8x16b, 0xaa); # 510| coeff6_7_8x16b = _mm256_shuffle_epi32(coeff0_1_8x16b, 0xff); # 511| coeff0_1_8x16b = _mm256_shuffle_epi32(coeff0_1_8x16b, 0); Error: COMPILER_WARNING: [#def533] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:510:26: note[note]: called from here # 508| coeff2_3_8x16b = _mm256_shuffle_epi32(coeff0_1_8x16b, 0x55); # 509| coeff4_5_8x16b = _mm256_shuffle_epi32(coeff0_1_8x16b, 0xaa); # 510|-> coeff6_7_8x16b = _mm256_shuffle_epi32(coeff0_1_8x16b, 0xff); # 511| coeff0_1_8x16b = _mm256_shuffle_epi32(coeff0_1_8x16b, 0); # 512| Error: COMPILER_WARNING: [#def534] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:511:26: note[note]: called from here # 509| coeff4_5_8x16b = _mm256_shuffle_epi32(coeff0_1_8x16b, 0xaa); # 510| coeff6_7_8x16b = _mm256_shuffle_epi32(coeff0_1_8x16b, 0xff); # 511|-> coeff0_1_8x16b = _mm256_shuffle_epi32(coeff0_1_8x16b, 0); # 512| # 513| for (row = 0; row < height; row += 1) Error: COMPILER_WARNING: [#def535] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:518:35: note[note]: called from here # 516| { # 517| /*load 8 pixel values from row 0*/ # 518|-> src_temp1_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col])); # 519| src_temp2_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 1])); # 520| Error: COMPILER_WARNING: [#def536] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:519:35: note[note]: called from here # 517| /*load 8 pixel values from row 0*/ # 518| src_temp1_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col])); # 519|-> src_temp2_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 1])); # 520| # 521| src_temp3_16x8b = _mm256_unpacklo_epi16(src_temp1_16x8b, src_temp2_16x8b); Error: COMPILER_WARNING: [#def537] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:521:35: note[note]: called from here # 519| src_temp2_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 1])); # 520| # 521|-> src_temp3_16x8b = _mm256_unpacklo_epi16(src_temp1_16x8b, src_temp2_16x8b); # 522| src_temp7_16x8b = _mm256_unpackhi_epi16(src_temp1_16x8b, src_temp2_16x8b); # 523| res_temp1_8x16b = _mm256_madd_epi16(src_temp3_16x8b, coeff0_1_8x16b); Error: COMPILER_WARNING: [#def538] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:522:35: note[note]: called from here # 520| # 521| src_temp3_16x8b = _mm256_unpacklo_epi16(src_temp1_16x8b, src_temp2_16x8b); # 522|-> src_temp7_16x8b = _mm256_unpackhi_epi16(src_temp1_16x8b, src_temp2_16x8b); # 523| res_temp1_8x16b = _mm256_madd_epi16(src_temp3_16x8b, coeff0_1_8x16b); # 524| res_temp7_8x16b = _mm256_madd_epi16(src_temp7_16x8b, coeff0_1_8x16b); Error: COMPILER_WARNING: [#def539] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:523:35: note[note]: called from here # 521| src_temp3_16x8b = _mm256_unpacklo_epi16(src_temp1_16x8b, src_temp2_16x8b); # 522| src_temp7_16x8b = _mm256_unpackhi_epi16(src_temp1_16x8b, src_temp2_16x8b); # 523|-> res_temp1_8x16b = _mm256_madd_epi16(src_temp3_16x8b, coeff0_1_8x16b); # 524| res_temp7_8x16b = _mm256_madd_epi16(src_temp7_16x8b, coeff0_1_8x16b); # 525| /* row = 0 */ Error: COMPILER_WARNING: [#def540] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:524:35: note[note]: called from here # 522| src_temp7_16x8b = _mm256_unpackhi_epi16(src_temp1_16x8b, src_temp2_16x8b); # 523| res_temp1_8x16b = _mm256_madd_epi16(src_temp3_16x8b, coeff0_1_8x16b); # 524|-> res_temp7_8x16b = _mm256_madd_epi16(src_temp7_16x8b, coeff0_1_8x16b); # 525| /* row = 0 */ # 526| src_temp1_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 2])); Error: COMPILER_WARNING: [#def541] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:526:35: note[note]: called from here # 524| res_temp7_8x16b = _mm256_madd_epi16(src_temp7_16x8b, coeff0_1_8x16b); # 525| /* row = 0 */ # 526|-> src_temp1_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 2])); # 527| src_temp2_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 3])); # 528| Error: COMPILER_WARNING: [#def542] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:527:35: note[note]: called from here # 525| /* row = 0 */ # 526| src_temp1_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 2])); # 527|-> src_temp2_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 3])); # 528| # 529| src_temp4_16x8b = _mm256_unpacklo_epi16(src_temp1_16x8b, src_temp2_16x8b); Error: COMPILER_WARNING: [#def543] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:529:35: note[note]: called from here # 527| src_temp2_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 3])); # 528| # 529|-> src_temp4_16x8b = _mm256_unpacklo_epi16(src_temp1_16x8b, src_temp2_16x8b); # 530| src_temp8_16x8b = _mm256_unpackhi_epi16(src_temp1_16x8b, src_temp2_16x8b); # 531| res_temp2_8x16b = _mm256_madd_epi16(src_temp4_16x8b, coeff2_3_8x16b); Error: COMPILER_WARNING: [#def544] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:530:35: note[note]: called from here # 528| # 529| src_temp4_16x8b = _mm256_unpacklo_epi16(src_temp1_16x8b, src_temp2_16x8b); # 530|-> src_temp8_16x8b = _mm256_unpackhi_epi16(src_temp1_16x8b, src_temp2_16x8b); # 531| res_temp2_8x16b = _mm256_madd_epi16(src_temp4_16x8b, coeff2_3_8x16b); # 532| res_temp8_8x16b = _mm256_madd_epi16(src_temp8_16x8b, coeff2_3_8x16b); Error: COMPILER_WARNING: [#def545] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:531:35: note[note]: called from here # 529| src_temp4_16x8b = _mm256_unpacklo_epi16(src_temp1_16x8b, src_temp2_16x8b); # 530| src_temp8_16x8b = _mm256_unpackhi_epi16(src_temp1_16x8b, src_temp2_16x8b); # 531|-> res_temp2_8x16b = _mm256_madd_epi16(src_temp4_16x8b, coeff2_3_8x16b); # 532| res_temp8_8x16b = _mm256_madd_epi16(src_temp8_16x8b, coeff2_3_8x16b); # 533| Error: COMPILER_WARNING: [#def546] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:532:35: note[note]: called from here # 530| src_temp8_16x8b = _mm256_unpackhi_epi16(src_temp1_16x8b, src_temp2_16x8b); # 531| res_temp2_8x16b = _mm256_madd_epi16(src_temp4_16x8b, coeff2_3_8x16b); # 532|-> res_temp8_8x16b = _mm256_madd_epi16(src_temp8_16x8b, coeff2_3_8x16b); # 533| # 534| src_temp1_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 4])); Error: COMPILER_WARNING: [#def547] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:534:35: note[note]: called from here # 532| res_temp8_8x16b = _mm256_madd_epi16(src_temp8_16x8b, coeff2_3_8x16b); # 533| # 534|-> src_temp1_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 4])); # 535| src_temp2_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 5])); # 536| Error: COMPILER_WARNING: [#def548] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:535:35: note[note]: called from here # 533| # 534| src_temp1_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 4])); # 535|-> src_temp2_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 5])); # 536| # 537| src_temp5_16x8b = _mm256_unpacklo_epi16(src_temp1_16x8b, src_temp2_16x8b); Error: COMPILER_WARNING: [#def549] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:537:35: note[note]: called from here # 535| src_temp2_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 5])); # 536| # 537|-> src_temp5_16x8b = _mm256_unpacklo_epi16(src_temp1_16x8b, src_temp2_16x8b); # 538| src_temp9_16x8b = _mm256_unpackhi_epi16(src_temp1_16x8b, src_temp2_16x8b); # 539| res_temp3_8x16b = _mm256_madd_epi16(src_temp5_16x8b, coeff4_5_8x16b); Error: COMPILER_WARNING: [#def550] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:538:35: note[note]: called from here # 536| # 537| src_temp5_16x8b = _mm256_unpacklo_epi16(src_temp1_16x8b, src_temp2_16x8b); # 538|-> src_temp9_16x8b = _mm256_unpackhi_epi16(src_temp1_16x8b, src_temp2_16x8b); # 539| res_temp3_8x16b = _mm256_madd_epi16(src_temp5_16x8b, coeff4_5_8x16b); # 540| res_temp9_8x16b = _mm256_madd_epi16(src_temp9_16x8b, coeff4_5_8x16b); Error: COMPILER_WARNING: [#def551] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:539:35: note[note]: called from here # 537| src_temp5_16x8b = _mm256_unpacklo_epi16(src_temp1_16x8b, src_temp2_16x8b); # 538| src_temp9_16x8b = _mm256_unpackhi_epi16(src_temp1_16x8b, src_temp2_16x8b); # 539|-> res_temp3_8x16b = _mm256_madd_epi16(src_temp5_16x8b, coeff4_5_8x16b); # 540| res_temp9_8x16b = _mm256_madd_epi16(src_temp9_16x8b, coeff4_5_8x16b); # 541| Error: COMPILER_WARNING: [#def552] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:540:35: note[note]: called from here # 538| src_temp9_16x8b = _mm256_unpackhi_epi16(src_temp1_16x8b, src_temp2_16x8b); # 539| res_temp3_8x16b = _mm256_madd_epi16(src_temp5_16x8b, coeff4_5_8x16b); # 540|-> res_temp9_8x16b = _mm256_madd_epi16(src_temp9_16x8b, coeff4_5_8x16b); # 541| # 542| src_temp1_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 6])); Error: COMPILER_WARNING: [#def553] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:542:35: note[note]: called from here # 540| res_temp9_8x16b = _mm256_madd_epi16(src_temp9_16x8b, coeff4_5_8x16b); # 541| # 542|-> src_temp1_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 6])); # 543| src_temp2_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 7])); # 544| Error: COMPILER_WARNING: [#def554] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:543:35: note[note]: called from here # 541| # 542| src_temp1_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 6])); # 543|-> src_temp2_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 7])); # 544| # 545| src_temp6_16x8b = _mm256_unpacklo_epi16(src_temp1_16x8b, src_temp2_16x8b); Error: COMPILER_WARNING: [#def555] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:545:35: note[note]: called from here # 543| src_temp2_16x8b = _mm256_loadu_si256((__m256i*)(&inp_copy[col + 7])); # 544| # 545|-> src_temp6_16x8b = _mm256_unpacklo_epi16(src_temp1_16x8b, src_temp2_16x8b); # 546| src_temp0_16x8b = _mm256_unpackhi_epi16(src_temp1_16x8b, src_temp2_16x8b); # 547| res_temp4_8x16b = _mm256_madd_epi16(src_temp6_16x8b, coeff6_7_8x16b); Error: COMPILER_WARNING: [#def556] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:546:35: note[note]: called from here # 544| # 545| src_temp6_16x8b = _mm256_unpacklo_epi16(src_temp1_16x8b, src_temp2_16x8b); # 546|-> src_temp0_16x8b = _mm256_unpackhi_epi16(src_temp1_16x8b, src_temp2_16x8b); # 547| res_temp4_8x16b = _mm256_madd_epi16(src_temp6_16x8b, coeff6_7_8x16b); # 548| res_temp0_8x16b = _mm256_madd_epi16(src_temp0_16x8b, coeff6_7_8x16b); Error: COMPILER_WARNING: [#def557] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:547:35: note[note]: called from here # 545| src_temp6_16x8b = _mm256_unpacklo_epi16(src_temp1_16x8b, src_temp2_16x8b); # 546| src_temp0_16x8b = _mm256_unpackhi_epi16(src_temp1_16x8b, src_temp2_16x8b); # 547|-> res_temp4_8x16b = _mm256_madd_epi16(src_temp6_16x8b, coeff6_7_8x16b); # 548| res_temp0_8x16b = _mm256_madd_epi16(src_temp0_16x8b, coeff6_7_8x16b); # 549| Error: COMPILER_WARNING: [#def558] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:548:35: note[note]: called from here # 546| src_temp0_16x8b = _mm256_unpackhi_epi16(src_temp1_16x8b, src_temp2_16x8b); # 547| res_temp4_8x16b = _mm256_madd_epi16(src_temp6_16x8b, coeff6_7_8x16b); # 548|-> res_temp0_8x16b = _mm256_madd_epi16(src_temp0_16x8b, coeff6_7_8x16b); # 549| # 550| res_temp5_8x16b = _mm256_add_epi32(res_temp1_8x16b, res_temp2_8x16b); Error: COMPILER_WARNING: [#def559] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:550:35: note[note]: called from here # 548| res_temp0_8x16b = _mm256_madd_epi16(src_temp0_16x8b, coeff6_7_8x16b); # 549| # 550|-> res_temp5_8x16b = _mm256_add_epi32(res_temp1_8x16b, res_temp2_8x16b); # 551| res_temp6_8x16b = _mm256_add_epi32(res_temp3_8x16b, res_temp4_8x16b); # 552| res_temp5_8x16b = _mm256_add_epi32(res_temp5_8x16b, res_temp6_8x16b); Error: COMPILER_WARNING: [#def560] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:551:35: note[note]: called from here # 549| # 550| res_temp5_8x16b = _mm256_add_epi32(res_temp1_8x16b, res_temp2_8x16b); # 551|-> res_temp6_8x16b = _mm256_add_epi32(res_temp3_8x16b, res_temp4_8x16b); # 552| res_temp5_8x16b = _mm256_add_epi32(res_temp5_8x16b, res_temp6_8x16b); # 553| Error: COMPILER_WARNING: [#def561] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:552:35: note[note]: called from here # 550| res_temp5_8x16b = _mm256_add_epi32(res_temp1_8x16b, res_temp2_8x16b); # 551| res_temp6_8x16b = _mm256_add_epi32(res_temp3_8x16b, res_temp4_8x16b); # 552|-> res_temp5_8x16b = _mm256_add_epi32(res_temp5_8x16b, res_temp6_8x16b); # 553| # 554| res_temp6_8x16b = _mm256_add_epi32(res_temp7_8x16b, res_temp8_8x16b); Error: COMPILER_WARNING: [#def562] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:554:35: note[note]: called from here # 552| res_temp5_8x16b = _mm256_add_epi32(res_temp5_8x16b, res_temp6_8x16b); # 553| # 554|-> res_temp6_8x16b = _mm256_add_epi32(res_temp7_8x16b, res_temp8_8x16b); # 555| res_temp7_8x16b = _mm256_add_epi32(res_temp9_8x16b, res_temp0_8x16b); # 556| res_temp8_8x16b = _mm256_add_epi32(res_temp6_8x16b, res_temp7_8x16b); Error: COMPILER_WARNING: [#def563] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:555:35: note[note]: called from here # 553| # 554| res_temp6_8x16b = _mm256_add_epi32(res_temp7_8x16b, res_temp8_8x16b); # 555|-> res_temp7_8x16b = _mm256_add_epi32(res_temp9_8x16b, res_temp0_8x16b); # 556| res_temp8_8x16b = _mm256_add_epi32(res_temp6_8x16b, res_temp7_8x16b); # 557| Error: COMPILER_WARNING: [#def564] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:556:35: note[note]: called from here # 554| res_temp6_8x16b = _mm256_add_epi32(res_temp7_8x16b, res_temp8_8x16b); # 555| res_temp7_8x16b = _mm256_add_epi32(res_temp9_8x16b, res_temp0_8x16b); # 556|-> res_temp8_8x16b = _mm256_add_epi32(res_temp6_8x16b, res_temp7_8x16b); # 557| # 558| res_temp6_8x16b = _mm256_add_epi32(res_temp5_8x16b, offset_8x16b); Error: COMPILER_WARNING: [#def565] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:558:35: note[note]: called from here # 556| res_temp8_8x16b = _mm256_add_epi32(res_temp6_8x16b, res_temp7_8x16b); # 557| # 558|-> res_temp6_8x16b = _mm256_add_epi32(res_temp5_8x16b, offset_8x16b); # 559| res_temp7_8x16b = _mm256_add_epi32(res_temp8_8x16b, offset_8x16b); # 560| res_temp6_8x16b = _mm256_srai_epi32(res_temp6_8x16b, shift); Error: COMPILER_WARNING: [#def566] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:559:35: note[note]: called from here # 557| # 558| res_temp6_8x16b = _mm256_add_epi32(res_temp5_8x16b, offset_8x16b); # 559|-> res_temp7_8x16b = _mm256_add_epi32(res_temp8_8x16b, offset_8x16b); # 560| res_temp6_8x16b = _mm256_srai_epi32(res_temp6_8x16b, shift); # 561| res_temp7_8x16b = _mm256_srai_epi32(res_temp7_8x16b, shift); Error: COMPILER_WARNING: [#def567] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:560:35: note[note]: called from here # 558| res_temp6_8x16b = _mm256_add_epi32(res_temp5_8x16b, offset_8x16b); # 559| res_temp7_8x16b = _mm256_add_epi32(res_temp8_8x16b, offset_8x16b); # 560|-> res_temp6_8x16b = _mm256_srai_epi32(res_temp6_8x16b, shift); # 561| res_temp7_8x16b = _mm256_srai_epi32(res_temp7_8x16b, shift); # 562| res_temp5_8x16b = _mm256_packs_epi32(res_temp6_8x16b, res_temp7_8x16b); Error: COMPILER_WARNING: [#def568] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:561:35: note[note]: called from here # 559| res_temp7_8x16b = _mm256_add_epi32(res_temp8_8x16b, offset_8x16b); # 560| res_temp6_8x16b = _mm256_srai_epi32(res_temp6_8x16b, shift); # 561|-> res_temp7_8x16b = _mm256_srai_epi32(res_temp7_8x16b, shift); # 562| res_temp5_8x16b = _mm256_packs_epi32(res_temp6_8x16b, res_temp7_8x16b); # 563| Error: COMPILER_WARNING: [#def569] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:562:35: note[note]: called from here # 560| res_temp6_8x16b = _mm256_srai_epi32(res_temp6_8x16b, shift); # 561| res_temp7_8x16b = _mm256_srai_epi32(res_temp7_8x16b, shift); # 562|-> res_temp5_8x16b = _mm256_packs_epi32(res_temp6_8x16b, res_temp7_8x16b); # 563| # 564| /* to store the 8 pixels res. */ Error: COMPILER_WARNING: [#def570] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:565:17: note[note]: called from here # 563| # 564| /* to store the 8 pixels res. */ # 565|-> _mm256_storeu_si256((__m256i *)(dst_copy + col), res_temp5_8x16b); # 566| } # 567| Error: COMPILER_WARNING (CWE-1164): [#def571] xeve-0.5.1/src_base/avx/xeve_mc_avx.c: scope_hint: At top level xeve-0.5.1/src_base/avx/xeve_mc_avx.c:702:13: warning[-Wunused-function]: ‘mc_filter_l_6pel_horz_no_clip_avx’ defined but not used # 702 | static void mc_filter_l_6pel_horz_no_clip_avx(s16 *ref, # | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # 700| } # 701| # 702|-> static void mc_filter_l_6pel_horz_no_clip_avx(s16 *ref, # 703| int src_stride, # 704| s16 *pred, Error: COMPILER_WARNING (CWE-563): [#def572] xeve-0.5.1/src_base/avx/xeve_mc_avx.c: scope_hint: In function ‘mc_filter_l_6pel_horz_no_clip_avx’ xeve-0.5.1/src_base/avx/xeve_mc_avx.c:729:65: warning[-Wunused-but-set-variable]: variable ‘coeff6_7_8x16b’ set but not used # 729 | __m256i coeff0_1_8x16b, coeff2_3_8x16b, coeff4_5_8x16b, coeff6_7_8x16b; # | ^~~~~~~~~~~~~~ # 727| __m256i res_temp1_8x16b, res_temp2_8x16b, res_temp3_8x16b, res_temp5_8x16b, res_temp6_8x16b, res_temp7_8x16b, res_temp8_8x16b; # 728| __m256i res_temp9_8x16b; # 729|-> __m256i coeff0_1_8x16b, coeff2_3_8x16b, coeff4_5_8x16b, coeff6_7_8x16b; # 730| short tmp_buf[16] = { 0 }; # 731| xeve_mcpy(tmp_buf, coeff + 1, 12); Error: COMPILER_WARNING (CWE-563): [#def573] xeve-0.5.1/src_base/avx/xeve_mc_avx.c: scope_hint: In function ‘mc_filter_l_6pel_vert_clip_avx’ xeve-0.5.1/src_base/avx/xeve_mc_avx.c:1172:65: warning[-Wunused-but-set-variable]: variable ‘coeff6_7_8x16b’ set but not used # 1172 | __m256i coeff0_1_8x16b, coeff2_3_8x16b, coeff4_5_8x16b, coeff6_7_8x16b; # | ^~~~~~~~~~~~~~ # 1170| __m256i res_temp1_8x16b, res_temp2_8x16b, res_temp3_8x16b, res_temp5_8x16b, res_temp6_8x16b, res_temp7_8x16b, res_temp8_8x16b; # 1171| __m256i res_temp9_8x16b; # 1172|-> __m256i coeff0_1_8x16b, coeff2_3_8x16b, coeff4_5_8x16b, coeff6_7_8x16b; # 1173| __m256i mm_min = _mm256_set1_epi16(min_val); # 1174| __m256i mm_max = _mm256_set1_epi16(max_val); Error: COMPILER_WARNING (CWE-563): [#def574] xeve-0.5.1/src_base/avx/xeve_mc_avx.c:1746:49: warning[-Wunused-but-set-variable]: variable ‘coeff4_5_8x16b’ set but not used # 1746 | __m128i coeff0_1_8x16b, coeff2_3_8x16b, coeff4_5_8x16b, coeff6_7_8x16b; # | ^~~~~~~~~~~~~~ # 1744| __m128i src_temp1_16x8b, src_temp2_16x8b, src_temp3_16x8b, src_temp4_16x8b; # 1745| __m128i res_temp1_8x16b, res_temp2_8x16b, res_temp5_8x16b, res_temp6_8x16b; # 1746|-> __m128i coeff0_1_8x16b, coeff2_3_8x16b, coeff4_5_8x16b, coeff6_7_8x16b; # 1747| __m128i mm_min = _mm_set1_epi16(min_val); # 1748| __m128i mm_max = _mm_set1_epi16(max_val); Error: COMPILER_WARNING (CWE-563): [#def575] xeve-0.5.1/src_base/avx/xeve_mc_avx.c: scope_hint: In function ‘mc_filter_c_4pel_vert_avx’ xeve-0.5.1/src_base/avx/xeve_mc_avx.c:1746:65: warning[-Wunused-but-set-variable]: variable ‘coeff6_7_8x16b’ set but not used # 1746 | __m128i coeff0_1_8x16b, coeff2_3_8x16b, coeff4_5_8x16b, coeff6_7_8x16b; # | ^~~~~~~~~~~~~~ # 1744| __m128i src_temp1_16x8b, src_temp2_16x8b, src_temp3_16x8b, src_temp4_16x8b; # 1745| __m128i res_temp1_8x16b, res_temp2_8x16b, res_temp5_8x16b, res_temp6_8x16b; # 1746|-> __m128i coeff0_1_8x16b, coeff2_3_8x16b, coeff4_5_8x16b, coeff6_7_8x16b; # 1747| __m128i mm_min = _mm_set1_epi16(min_val); # 1748| __m128i mm_max = _mm_set1_epi16(max_val); Error: COMPILER_WARNING: [#def576] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:64:5: warning[-Wpsabi]: AVX vector return without AVX enabled changes the ABI # 62| pu2_ref2 = (short*)src2 + s_src2; # 63| # 64|-> temp_dummy = _mm256_setzero_si256(); # 65| result = _mm256_setzero_si256(); # 66| Error: COMPILER_WARNING: [#def577] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:64:18: note[note]: called from here # 62| pu2_ref2 = (short*)src2 + s_src2; # 63| # 64|-> temp_dummy = _mm256_setzero_si256(); # 65| result = _mm256_setzero_si256(); # 66| Error: COMPILER_WARNING: [#def578] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:65:14: note[note]: called from here # 63| # 64| temp_dummy = _mm256_setzero_si256(); # 65|-> result = _mm256_setzero_si256(); # 66| # 67| Error: COMPILER_WARNING (CWE-563): [#def579] xeve-0.5.1/src_base/avx/xeve_sad_avx.c: scope_hint: In function ‘sad_16b_avx_16nx2n’ xeve-0.5.1/src_base/avx/xeve_sad_avx.c:70:13: warning[-Wunused-variable]: unused variable ‘count’ # 70 | int count = 0; # | ^~~~~ # 68| for (i = 0; i < h >> 1; i++) # 69| { # 70|-> int count = 0; # 71| # 72| for (j = 0; j < w; j += 16) Error: COMPILER_WARNING: [#def580] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:74:26: note[note]: called from here # 72| for (j = 0; j < w; j += 16) # 73| { # 74|-> src_16x16b = _mm256_loadu_si256((__m256i *) (&pu2_inp[j])); # 75| src_16x16b_1 = _mm256_loadu_si256((__m256i *) (&pu2_inp2[j])); # 76| Error: COMPILER_WARNING: [#def581] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:75:28: note[note]: called from here # 73| { # 74| src_16x16b = _mm256_loadu_si256((__m256i *) (&pu2_inp[j])); # 75|-> src_16x16b_1 = _mm256_loadu_si256((__m256i *) (&pu2_inp2[j])); # 76| # 77| pred_16x16b = _mm256_loadu_si256((__m256i *) (&pu2_ref[j])); Error: COMPILER_WARNING: [#def582] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:77:27: note[note]: called from here # 75| src_16x16b_1 = _mm256_loadu_si256((__m256i *) (&pu2_inp2[j])); # 76| # 77|-> pred_16x16b = _mm256_loadu_si256((__m256i *) (&pu2_ref[j])); # 78| pred_16x16b_1 = _mm256_loadu_si256((__m256i *) (&pu2_ref2[j])); # 79| Error: COMPILER_WARNING: [#def583] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:78:29: note[note]: called from here # 76| # 77| pred_16x16b = _mm256_loadu_si256((__m256i *) (&pu2_ref[j])); # 78|-> pred_16x16b_1 = _mm256_loadu_si256((__m256i *) (&pu2_ref2[j])); # 79| # 80| temp = _mm256_sub_epi16(src_16x16b, pred_16x16b); Error: COMPILER_WARNING: [#def584] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:80:20: note[note]: called from here # 78| pred_16x16b_1 = _mm256_loadu_si256((__m256i *) (&pu2_ref2[j])); # 79| # 80|-> temp = _mm256_sub_epi16(src_16x16b, pred_16x16b); # 81| temp_1 = _mm256_sub_epi16(src_16x16b_1, pred_16x16b_1); # 82| Error: COMPILER_WARNING: [#def585] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:81:22: note[note]: called from here # 79| # 80| temp = _mm256_sub_epi16(src_16x16b, pred_16x16b); # 81|-> temp_1 = _mm256_sub_epi16(src_16x16b_1, pred_16x16b_1); # 82| # 83| temp = _mm256_abs_epi16(temp); Error: COMPILER_WARNING: [#def586] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:83:20: note[note]: called from here # 81| temp_1 = _mm256_sub_epi16(src_16x16b_1, pred_16x16b_1); # 82| # 83|-> temp = _mm256_abs_epi16(temp); # 84| temp_1 = _mm256_abs_epi16(temp_1); # 85| Error: COMPILER_WARNING: [#def587] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:84:22: note[note]: called from here # 82| # 83| temp = _mm256_abs_epi16(temp); # 84|-> temp_1 = _mm256_abs_epi16(temp_1); # 85| # 86| temp = _mm256_add_epi16(temp, temp_1); Error: COMPILER_WARNING: [#def588] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:86:20: note[note]: called from here # 84| temp_1 = _mm256_abs_epi16(temp_1); # 85| # 86|-> temp = _mm256_add_epi16(temp, temp_1); # 87| # 88| temp_1 = _mm256_unpackhi_epi16(temp, temp_dummy); Error: COMPILER_WARNING: [#def589] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:88:22: note[note]: called from here # 86| temp = _mm256_add_epi16(temp, temp_1); # 87| # 88|-> temp_1 = _mm256_unpackhi_epi16(temp, temp_dummy); # 89| temp_3 = _mm256_unpacklo_epi16(temp, temp_dummy); # 90| Error: COMPILER_WARNING: [#def590] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:89:22: note[note]: called from here # 87| # 88| temp_1 = _mm256_unpackhi_epi16(temp, temp_dummy); # 89|-> temp_3 = _mm256_unpacklo_epi16(temp, temp_dummy); # 90| # 91| temp = _mm256_add_epi32(temp_1, temp_3); Error: COMPILER_WARNING: [#def591] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:91:20: note[note]: called from here # 89| temp_3 = _mm256_unpacklo_epi16(temp, temp_dummy); # 90| # 91|-> temp = _mm256_add_epi32(temp_1, temp_3); # 92| result = _mm256_add_epi32(result, temp); # 93| } Error: COMPILER_WARNING: [#def592] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:92:22: note[note]: called from here # 90| # 91| temp = _mm256_add_epi32(temp_1, temp_3); # 92|-> result = _mm256_add_epi32(result, temp); # 93| } # 94| Error: COMPILER_WARNING: [#def593] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:100:14: note[note]: called from here # 98| pu2_ref2 += s_src2_t2; # 99| } # 100|-> result = _mm256_hadd_epi32(result, result); # 101| result = _mm256_hadd_epi32(result, result); # 102| int *val = (int*)&result; Error: COMPILER_WARNING: [#def594] xeve-0.5.1/src_base/avx/xeve_sad_avx.c:101:14: note[note]: called from here # 99| } # 100| result = _mm256_hadd_epi32(result, result); # 101|-> result = _mm256_hadd_epi32(result, result); # 102| int *val = (int*)&result; # 103| sad = val[0] + val[4]; Error: COMPILER_WARNING: [#def595] xeve-0.5.1/src_base/avx/xeve_mc_avx.h:33: included_from: Included from here. xeve-0.5.1/src_base/xeve_def.h:1519: included_from: Included from here. xeve-0.5.1/src_base/avx/xeve_tq_avx.c:31: included_from: Included from here. xeve-0.5.1/src_base/avx/xeve_tq_avx.c: scope_hint: At top level xeve-0.5.1/src_base/avx/xeve_tq_avx.c:59:29: warning[-Wunused-const-variable=]: ‘tab_dct2_1st_shuffle_256i’ defined but not used # 59 | ALIGNED_32(static const s16 tab_dct2_1st_shuffle_256i[][16]) = { # | ^~~~~~~~~~~~~~~~~~~~~~~~~ xeve-0.5.1/src_base/xeve_type.h:91:33: note: in definition of macro ‘DECLARE_ALIGNED’ # 91 | #define DECLARE_ALIGNED(var, n) var __attribute__((aligned (n))) # | ^~~ xeve-0.5.1/src_base/avx/xeve_tq_avx.c:59:1: note: in expansion of macro ‘ALIGNED_32’ # 59 | ALIGNED_32(static const s16 tab_dct2_1st_shuffle_256i[][16]) = { # | ^~~~~~~~~~ # 57| # 58| # 59|-> ALIGNED_32(static const s16 tab_dct2_1st_shuffle_256i[][16]) = { # 60| // 16bit: 7-0, 7-0 # 61| { 0x0F0E, 0x0D0C, 0x0B0A, 0x0908, 0x0706, 0x0504, 0x0302, 0x0100, 0x0F0E, 0x0D0C, 0x0B0A, 0x0908, 0x0706, 0x0504, 0x0302, 0x0100 }, Error: COMPILER_WARNING: [#def596] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:636:17: warning[-Wpsabi]: AVX vector return without AVX enabled changes the ABI # 634| __m256i d0, d1, d2, d3; # 635| __m256i dst_reg[8]; # 636|-> __m256i add = _mm256_set1_epi32(shift == 0 ? 0 : 1 << (shift - 1)); # 637| __m256i coeffs[106]; # 638| __m128i m0, m1, m2, m3; Error: COMPILER_WARNING: [#def597] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:636:23: note[note]: called from here # 634| __m256i d0, d1, d2, d3; # 635| __m256i dst_reg[8]; # 636|-> __m256i add = _mm256_set1_epi32(shift == 0 ? 0 : 1 << (shift - 1)); # 637| __m256i coeffs[106]; # 638| __m128i m0, m1, m2, m3; Error: COMPILER_WARNING (CWE-563): [#def598] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:638:25: warning[-Wunused-but-set-variable]: variable ‘m2’ set but not used # 638 | __m128i m0, m1, m2, m3; # | ^~ # 636| __m256i add = _mm256_set1_epi32(shift == 0 ? 0 : 1 << (shift - 1)); # 637| __m256i coeffs[106]; # 638|-> __m128i m0, m1, m2, m3; # 639| # 640| const __m256i coeff_p64_p64 = _mm256_set_epi32(64, 64, 64, 64, 64, 64, 64, 64); Error: COMPILER_WARNING (CWE-563): [#def599] xeve-0.5.1/src_base/avx/xeve_tq_avx.c: scope_hint: In function ‘tx_pb64b_avx’ xeve-0.5.1/src_base/avx/xeve_tq_avx.c:638:29: warning[-Wunused-but-set-variable]: variable ‘m3’ set but not used # 638 | __m128i m0, m1, m2, m3; # | ^~ # 636| __m256i add = _mm256_set1_epi32(shift == 0 ? 0 : 1 << (shift - 1)); # 637| __m256i coeffs[106]; # 638|-> __m128i m0, m1, m2, m3; # 639| # 640| const __m256i coeff_p64_p64 = _mm256_set_epi32(64, 64, 64, 64, 64, 64, 64, 64); Error: COMPILER_WARNING: [#def600] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:640:39: note[note]: called from here # 638| __m128i m0, m1, m2, m3; # 639| # 640|-> const __m256i coeff_p64_p64 = _mm256_set_epi32(64, 64, 64, 64, 64, 64, 64, 64); # 641| const __m256i coeff_p84_p35 = _mm256_set_epi32(35, 84, 35, 84, 35, 84, 35, 84); # 642| Error: COMPILER_WARNING: [#def601] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:641:39: note[note]: called from here # 639| # 640| const __m256i coeff_p64_p64 = _mm256_set_epi32(64, 64, 64, 64, 64, 64, 64, 64); # 641|-> const __m256i coeff_p84_p35 = _mm256_set_epi32(35, 84, 35, 84, 35, 84, 35, 84); # 642| # 643| tab0 = _mm256_loadu_si256((__m256i*)tab_dct2_2nd_shuffle_256i[3]); Error: COMPILER_WARNING: [#def602] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:643:16: note[note]: called from here # 641| const __m256i coeff_p84_p35 = _mm256_set_epi32(35, 84, 35, 84, 35, 84, 35, 84); # 642| # 643|-> tab0 = _mm256_loadu_si256((__m256i*)tab_dct2_2nd_shuffle_256i[3]); # 644| tab1 = _mm256_loadu_si256((__m256i*)tab_dct2_2nd_shuffle_256i[1]); # 645| tab2 = _mm256_loadu_si256((__m256i*)tab_dct2_2nd_shuffle_256i[2]); Error: COMPILER_WARNING: [#def603] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:644:16: note[note]: called from here # 642| # 643| tab0 = _mm256_loadu_si256((__m256i*)tab_dct2_2nd_shuffle_256i[3]); # 644|-> tab1 = _mm256_loadu_si256((__m256i*)tab_dct2_2nd_shuffle_256i[1]); # 645| tab2 = _mm256_loadu_si256((__m256i*)tab_dct2_2nd_shuffle_256i[2]); # 646| coeffs[0] = _mm256_setr_epi32(xeve_tbl_tm8[1][0], xeve_tbl_tm8[1][1], xeve_tbl_tm8[1][2], xeve_tbl_tm8[1][3], xeve_tbl_tm8[1][0], xeve_tbl_tm8[1][1], xeve_tbl_tm8[1][2], xeve_tbl_tm8[1][3]); Error: COMPILER_WARNING: [#def604] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:645:16: note[note]: called from here # 643| tab0 = _mm256_loadu_si256((__m256i*)tab_dct2_2nd_shuffle_256i[3]); # 644| tab1 = _mm256_loadu_si256((__m256i*)tab_dct2_2nd_shuffle_256i[1]); # 645|-> tab2 = _mm256_loadu_si256((__m256i*)tab_dct2_2nd_shuffle_256i[2]); # 646| coeffs[0] = _mm256_setr_epi32(xeve_tbl_tm8[1][0], xeve_tbl_tm8[1][1], xeve_tbl_tm8[1][2], xeve_tbl_tm8[1][3], xeve_tbl_tm8[1][0], xeve_tbl_tm8[1][1], xeve_tbl_tm8[1][2], xeve_tbl_tm8[1][3]); # 647| coeffs[1] = _mm256_setr_epi32(xeve_tbl_tm8[3][0], xeve_tbl_tm8[3][1], xeve_tbl_tm8[3][2], xeve_tbl_tm8[3][3], xeve_tbl_tm8[3][0], xeve_tbl_tm8[3][1], xeve_tbl_tm8[3][2], xeve_tbl_tm8[3][3]); Error: COMPILER_WARNING: [#def605] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:646:21: note[note]: called from here # 644| tab1 = _mm256_loadu_si256((__m256i*)tab_dct2_2nd_shuffle_256i[1]); # 645| tab2 = _mm256_loadu_si256((__m256i*)tab_dct2_2nd_shuffle_256i[2]); # 646|-> coeffs[0] = _mm256_setr_epi32(xeve_tbl_tm8[1][0], xeve_tbl_tm8[1][1], xeve_tbl_tm8[1][2], xeve_tbl_tm8[1][3], xeve_tbl_tm8[1][0], xeve_tbl_tm8[1][1], xeve_tbl_tm8[1][2], xeve_tbl_tm8[1][3]); # 647| coeffs[1] = _mm256_setr_epi32(xeve_tbl_tm8[3][0], xeve_tbl_tm8[3][1], xeve_tbl_tm8[3][2], xeve_tbl_tm8[3][3], xeve_tbl_tm8[3][0], xeve_tbl_tm8[3][1], xeve_tbl_tm8[3][2], xeve_tbl_tm8[3][3]); # 648| coeffs[2] = _mm256_setr_epi32(xeve_tbl_tm16[1][0], xeve_tbl_tm16[1][1], xeve_tbl_tm16[1][2], xeve_tbl_tm16[1][3], xeve_tbl_tm16[1][0], xeve_tbl_tm16[1][1], xeve_tbl_tm16[1][2], xeve_tbl_tm16[1][3]); Error: COMPILER_WARNING: [#def606] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:647:21: note[note]: called from here # 645| tab2 = _mm256_loadu_si256((__m256i*)tab_dct2_2nd_shuffle_256i[2]); # 646| coeffs[0] = _mm256_setr_epi32(xeve_tbl_tm8[1][0], xeve_tbl_tm8[1][1], xeve_tbl_tm8[1][2], xeve_tbl_tm8[1][3], xeve_tbl_tm8[1][0], xeve_tbl_tm8[1][1], xeve_tbl_tm8[1][2], xeve_tbl_tm8[1][3]); # 647|-> coeffs[1] = _mm256_setr_epi32(xeve_tbl_tm8[3][0], xeve_tbl_tm8[3][1], xeve_tbl_tm8[3][2], xeve_tbl_tm8[3][3], xeve_tbl_tm8[3][0], xeve_tbl_tm8[3][1], xeve_tbl_tm8[3][2], xeve_tbl_tm8[3][3]); # 648| coeffs[2] = _mm256_setr_epi32(xeve_tbl_tm16[1][0], xeve_tbl_tm16[1][1], xeve_tbl_tm16[1][2], xeve_tbl_tm16[1][3], xeve_tbl_tm16[1][0], xeve_tbl_tm16[1][1], xeve_tbl_tm16[1][2], xeve_tbl_tm16[1][3]); # 649| coeffs[3] = _mm256_setr_epi32(xeve_tbl_tm16[1][4], xeve_tbl_tm16[1][5], xeve_tbl_tm16[1][6], xeve_tbl_tm16[1][7], xeve_tbl_tm16[1][4], xeve_tbl_tm16[1][5], xeve_tbl_tm16[1][6], xeve_tbl_tm16[1][7]); Error: COMPILER_WARNING: [#def607] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:648:21: note[note]: called from here # 646| coeffs[0] = _mm256_setr_epi32(xeve_tbl_tm8[1][0], xeve_tbl_tm8[1][1], xeve_tbl_tm8[1][2], xeve_tbl_tm8[1][3], xeve_tbl_tm8[1][0], xeve_tbl_tm8[1][1], xeve_tbl_tm8[1][2], xeve_tbl_tm8[1][3]); # 647| coeffs[1] = _mm256_setr_epi32(xeve_tbl_tm8[3][0], xeve_tbl_tm8[3][1], xeve_tbl_tm8[3][2], xeve_tbl_tm8[3][3], xeve_tbl_tm8[3][0], xeve_tbl_tm8[3][1], xeve_tbl_tm8[3][2], xeve_tbl_tm8[3][3]); # 648|-> coeffs[2] = _mm256_setr_epi32(xeve_tbl_tm16[1][0], xeve_tbl_tm16[1][1], xeve_tbl_tm16[1][2], xeve_tbl_tm16[1][3], xeve_tbl_tm16[1][0], xeve_tbl_tm16[1][1], xeve_tbl_tm16[1][2], xeve_tbl_tm16[1][3]); # 649| coeffs[3] = _mm256_setr_epi32(xeve_tbl_tm16[1][4], xeve_tbl_tm16[1][5], xeve_tbl_tm16[1][6], xeve_tbl_tm16[1][7], xeve_tbl_tm16[1][4], xeve_tbl_tm16[1][5], xeve_tbl_tm16[1][6], xeve_tbl_tm16[1][7]); # 650| coeffs[4] = _mm256_setr_epi32(xeve_tbl_tm16[3][0], xeve_tbl_tm16[3][1], xeve_tbl_tm16[3][2], xeve_tbl_tm16[3][3], xeve_tbl_tm16[3][0], xeve_tbl_tm16[3][1], xeve_tbl_tm16[3][2], xeve_tbl_tm16[3][3]); Error: COMPILER_WARNING: [#def608] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:649:21: note[note]: called from here # 647| coeffs[1] = _mm256_setr_epi32(xeve_tbl_tm8[3][0], xeve_tbl_tm8[3][1], xeve_tbl_tm8[3][2], xeve_tbl_tm8[3][3], xeve_tbl_tm8[3][0], xeve_tbl_tm8[3][1], xeve_tbl_tm8[3][2], xeve_tbl_tm8[3][3]); # 648| coeffs[2] = _mm256_setr_epi32(xeve_tbl_tm16[1][0], xeve_tbl_tm16[1][1], xeve_tbl_tm16[1][2], xeve_tbl_tm16[1][3], xeve_tbl_tm16[1][0], xeve_tbl_tm16[1][1], xeve_tbl_tm16[1][2], xeve_tbl_tm16[1][3]); # 649|-> coeffs[3] = _mm256_setr_epi32(xeve_tbl_tm16[1][4], xeve_tbl_tm16[1][5], xeve_tbl_tm16[1][6], xeve_tbl_tm16[1][7], xeve_tbl_tm16[1][4], xeve_tbl_tm16[1][5], xeve_tbl_tm16[1][6], xeve_tbl_tm16[1][7]); # 650| coeffs[4] = _mm256_setr_epi32(xeve_tbl_tm16[3][0], xeve_tbl_tm16[3][1], xeve_tbl_tm16[3][2], xeve_tbl_tm16[3][3], xeve_tbl_tm16[3][0], xeve_tbl_tm16[3][1], xeve_tbl_tm16[3][2], xeve_tbl_tm16[3][3]); # 651| coeffs[5] = _mm256_setr_epi32(xeve_tbl_tm16[3][4], xeve_tbl_tm16[3][5], xeve_tbl_tm16[3][6], xeve_tbl_tm16[3][7], xeve_tbl_tm16[3][4], xeve_tbl_tm16[3][5], xeve_tbl_tm16[3][6], xeve_tbl_tm16[3][7]); Error: COMPILER_WARNING: [#def609] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:650:21: note[note]: called from here # 648| coeffs[2] = _mm256_setr_epi32(xeve_tbl_tm16[1][0], xeve_tbl_tm16[1][1], xeve_tbl_tm16[1][2], xeve_tbl_tm16[1][3], xeve_tbl_tm16[1][0], xeve_tbl_tm16[1][1], xeve_tbl_tm16[1][2], xeve_tbl_tm16[1][3]); # 649| coeffs[3] = _mm256_setr_epi32(xeve_tbl_tm16[1][4], xeve_tbl_tm16[1][5], xeve_tbl_tm16[1][6], xeve_tbl_tm16[1][7], xeve_tbl_tm16[1][4], xeve_tbl_tm16[1][5], xeve_tbl_tm16[1][6], xeve_tbl_tm16[1][7]); # 650|-> coeffs[4] = _mm256_setr_epi32(xeve_tbl_tm16[3][0], xeve_tbl_tm16[3][1], xeve_tbl_tm16[3][2], xeve_tbl_tm16[3][3], xeve_tbl_tm16[3][0], xeve_tbl_tm16[3][1], xeve_tbl_tm16[3][2], xeve_tbl_tm16[3][3]); # 651| coeffs[5] = _mm256_setr_epi32(xeve_tbl_tm16[3][4], xeve_tbl_tm16[3][5], xeve_tbl_tm16[3][6], xeve_tbl_tm16[3][7], xeve_tbl_tm16[3][4], xeve_tbl_tm16[3][5], xeve_tbl_tm16[3][6], xeve_tbl_tm16[3][7]); # 652| coeffs[6] = _mm256_setr_epi32(xeve_tbl_tm16[5][0], xeve_tbl_tm16[5][1], xeve_tbl_tm16[5][2], xeve_tbl_tm16[5][3], xeve_tbl_tm16[5][0], xeve_tbl_tm16[5][1], xeve_tbl_tm16[5][2], xeve_tbl_tm16[5][3]); Error: COMPILER_WARNING: [#def610] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:651:21: note[note]: called from here # 649| coeffs[3] = _mm256_setr_epi32(xeve_tbl_tm16[1][4], xeve_tbl_tm16[1][5], xeve_tbl_tm16[1][6], xeve_tbl_tm16[1][7], xeve_tbl_tm16[1][4], xeve_tbl_tm16[1][5], xeve_tbl_tm16[1][6], xeve_tbl_tm16[1][7]); # 650| coeffs[4] = _mm256_setr_epi32(xeve_tbl_tm16[3][0], xeve_tbl_tm16[3][1], xeve_tbl_tm16[3][2], xeve_tbl_tm16[3][3], xeve_tbl_tm16[3][0], xeve_tbl_tm16[3][1], xeve_tbl_tm16[3][2], xeve_tbl_tm16[3][3]); # 651|-> coeffs[5] = _mm256_setr_epi32(xeve_tbl_tm16[3][4], xeve_tbl_tm16[3][5], xeve_tbl_tm16[3][6], xeve_tbl_tm16[3][7], xeve_tbl_tm16[3][4], xeve_tbl_tm16[3][5], xeve_tbl_tm16[3][6], xeve_tbl_tm16[3][7]); # 652| coeffs[6] = _mm256_setr_epi32(xeve_tbl_tm16[5][0], xeve_tbl_tm16[5][1], xeve_tbl_tm16[5][2], xeve_tbl_tm16[5][3], xeve_tbl_tm16[5][0], xeve_tbl_tm16[5][1], xeve_tbl_tm16[5][2], xeve_tbl_tm16[5][3]); # 653| coeffs[7] = _mm256_setr_epi32(xeve_tbl_tm16[5][4], xeve_tbl_tm16[5][5], xeve_tbl_tm16[5][6], xeve_tbl_tm16[5][7], xeve_tbl_tm16[5][4], xeve_tbl_tm16[5][5], xeve_tbl_tm16[5][6], xeve_tbl_tm16[5][7]); Error: COMPILER_WARNING: [#def611] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:652:21: note[note]: called from here # 650| coeffs[4] = _mm256_setr_epi32(xeve_tbl_tm16[3][0], xeve_tbl_tm16[3][1], xeve_tbl_tm16[3][2], xeve_tbl_tm16[3][3], xeve_tbl_tm16[3][0], xeve_tbl_tm16[3][1], xeve_tbl_tm16[3][2], xeve_tbl_tm16[3][3]); # 651| coeffs[5] = _mm256_setr_epi32(xeve_tbl_tm16[3][4], xeve_tbl_tm16[3][5], xeve_tbl_tm16[3][6], xeve_tbl_tm16[3][7], xeve_tbl_tm16[3][4], xeve_tbl_tm16[3][5], xeve_tbl_tm16[3][6], xeve_tbl_tm16[3][7]); # 652|-> coeffs[6] = _mm256_setr_epi32(xeve_tbl_tm16[5][0], xeve_tbl_tm16[5][1], xeve_tbl_tm16[5][2], xeve_tbl_tm16[5][3], xeve_tbl_tm16[5][0], xeve_tbl_tm16[5][1], xeve_tbl_tm16[5][2], xeve_tbl_tm16[5][3]); # 653| coeffs[7] = _mm256_setr_epi32(xeve_tbl_tm16[5][4], xeve_tbl_tm16[5][5], xeve_tbl_tm16[5][6], xeve_tbl_tm16[5][7], xeve_tbl_tm16[5][4], xeve_tbl_tm16[5][5], xeve_tbl_tm16[5][6], xeve_tbl_tm16[5][7]); # 654| coeffs[8] = _mm256_setr_epi32(xeve_tbl_tm16[7][0], xeve_tbl_tm16[7][1], xeve_tbl_tm16[7][2], xeve_tbl_tm16[7][3], xeve_tbl_tm16[7][0], xeve_tbl_tm16[7][1], xeve_tbl_tm16[7][2], xeve_tbl_tm16[7][3]); Error: COMPILER_WARNING: [#def612] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:653:21: note[note]: called from here # 651| coeffs[5] = _mm256_setr_epi32(xeve_tbl_tm16[3][4], xeve_tbl_tm16[3][5], xeve_tbl_tm16[3][6], xeve_tbl_tm16[3][7], xeve_tbl_tm16[3][4], xeve_tbl_tm16[3][5], xeve_tbl_tm16[3][6], xeve_tbl_tm16[3][7]); # 652| coeffs[6] = _mm256_setr_epi32(xeve_tbl_tm16[5][0], xeve_tbl_tm16[5][1], xeve_tbl_tm16[5][2], xeve_tbl_tm16[5][3], xeve_tbl_tm16[5][0], xeve_tbl_tm16[5][1], xeve_tbl_tm16[5][2], xeve_tbl_tm16[5][3]); # 653|-> coeffs[7] = _mm256_setr_epi32(xeve_tbl_tm16[5][4], xeve_tbl_tm16[5][5], xeve_tbl_tm16[5][6], xeve_tbl_tm16[5][7], xeve_tbl_tm16[5][4], xeve_tbl_tm16[5][5], xeve_tbl_tm16[5][6], xeve_tbl_tm16[5][7]); # 654| coeffs[8] = _mm256_setr_epi32(xeve_tbl_tm16[7][0], xeve_tbl_tm16[7][1], xeve_tbl_tm16[7][2], xeve_tbl_tm16[7][3], xeve_tbl_tm16[7][0], xeve_tbl_tm16[7][1], xeve_tbl_tm16[7][2], xeve_tbl_tm16[7][3]); # 655| coeffs[9] = _mm256_setr_epi32(xeve_tbl_tm16[7][4], xeve_tbl_tm16[7][5], xeve_tbl_tm16[7][6], xeve_tbl_tm16[7][7], xeve_tbl_tm16[7][4], xeve_tbl_tm16[7][5], xeve_tbl_tm16[7][6], xeve_tbl_tm16[7][7]); Error: COMPILER_WARNING: [#def613] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:654:21: note[note]: called from here # 652| coeffs[6] = _mm256_setr_epi32(xeve_tbl_tm16[5][0], xeve_tbl_tm16[5][1], xeve_tbl_tm16[5][2], xeve_tbl_tm16[5][3], xeve_tbl_tm16[5][0], xeve_tbl_tm16[5][1], xeve_tbl_tm16[5][2], xeve_tbl_tm16[5][3]); # 653| coeffs[7] = _mm256_setr_epi32(xeve_tbl_tm16[5][4], xeve_tbl_tm16[5][5], xeve_tbl_tm16[5][6], xeve_tbl_tm16[5][7], xeve_tbl_tm16[5][4], xeve_tbl_tm16[5][5], xeve_tbl_tm16[5][6], xeve_tbl_tm16[5][7]); # 654|-> coeffs[8] = _mm256_setr_epi32(xeve_tbl_tm16[7][0], xeve_tbl_tm16[7][1], xeve_tbl_tm16[7][2], xeve_tbl_tm16[7][3], xeve_tbl_tm16[7][0], xeve_tbl_tm16[7][1], xeve_tbl_tm16[7][2], xeve_tbl_tm16[7][3]); # 655| coeffs[9] = _mm256_setr_epi32(xeve_tbl_tm16[7][4], xeve_tbl_tm16[7][5], xeve_tbl_tm16[7][6], xeve_tbl_tm16[7][7], xeve_tbl_tm16[7][4], xeve_tbl_tm16[7][5], xeve_tbl_tm16[7][6], xeve_tbl_tm16[7][7]); # 656| Error: COMPILER_WARNING: [#def614] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:655:21: note[note]: called from here # 653| coeffs[7] = _mm256_setr_epi32(xeve_tbl_tm16[5][4], xeve_tbl_tm16[5][5], xeve_tbl_tm16[5][6], xeve_tbl_tm16[5][7], xeve_tbl_tm16[5][4], xeve_tbl_tm16[5][5], xeve_tbl_tm16[5][6], xeve_tbl_tm16[5][7]); # 654| coeffs[8] = _mm256_setr_epi32(xeve_tbl_tm16[7][0], xeve_tbl_tm16[7][1], xeve_tbl_tm16[7][2], xeve_tbl_tm16[7][3], xeve_tbl_tm16[7][0], xeve_tbl_tm16[7][1], xeve_tbl_tm16[7][2], xeve_tbl_tm16[7][3]); # 655|-> coeffs[9] = _mm256_setr_epi32(xeve_tbl_tm16[7][4], xeve_tbl_tm16[7][5], xeve_tbl_tm16[7][6], xeve_tbl_tm16[7][7], xeve_tbl_tm16[7][4], xeve_tbl_tm16[7][5], xeve_tbl_tm16[7][6], xeve_tbl_tm16[7][7]); # 656| # 657| for (j = 0; j < line; j += 4) { Error: COMPILER_WARNING: [#def615] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:658:20: note[note]: called from here # 656| # 657| for (j = 0; j < line; j += 4) { # 658|-> s[0] = _mm256_loadu_si256((__m256i*)(pel_src)); # 659| s[1] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 1)); # 660| s[2] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 2)); Error: COMPILER_WARNING: [#def616] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:659:20: note[note]: called from here # 657| for (j = 0; j < line; j += 4) { # 658| s[0] = _mm256_loadu_si256((__m256i*)(pel_src)); # 659|-> s[1] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 1)); # 660| s[2] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 2)); # 661| s[3] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 3)); Error: COMPILER_WARNING: [#def617] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:660:20: note[note]: called from here # 658| s[0] = _mm256_loadu_si256((__m256i*)(pel_src)); # 659| s[1] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 1)); # 660|-> s[2] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 2)); # 661| s[3] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 3)); # 662| s[4] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 4)); Error: COMPILER_WARNING: [#def618] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:661:20: note[note]: called from here # 659| s[1] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 1)); # 660| s[2] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 2)); # 661|-> s[3] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 3)); # 662| s[4] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 4)); # 663| s[5] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 5)); Error: COMPILER_WARNING: [#def619] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:662:20: note[note]: called from here # 660| s[2] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 2)); # 661| s[3] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 3)); # 662|-> s[4] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 4)); # 663| s[5] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 5)); # 664| s[6] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 6)); Error: COMPILER_WARNING: [#def620] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:663:20: note[note]: called from here # 661| s[3] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 3)); # 662| s[4] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 4)); # 663|-> s[5] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 5)); # 664| s[6] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 6)); # 665| s[7] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 7)); Error: COMPILER_WARNING: [#def621] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:664:20: note[note]: called from here # 662| s[4] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 4)); # 663| s[5] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 5)); # 664|-> s[6] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 6)); # 665| s[7] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 7)); # 666| s[8] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 8)); Error: COMPILER_WARNING: [#def622] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:665:20: note[note]: called from here # 663| s[5] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 5)); # 664| s[6] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 6)); # 665|-> s[7] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 7)); # 666| s[8] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 8)); # 667| s[9] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 9)); Error: COMPILER_WARNING: [#def623] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:666:20: note[note]: called from here # 664| s[6] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 6)); # 665| s[7] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 7)); # 666|-> s[8] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 8)); # 667| s[9] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 9)); # 668| s[10] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 10)); Error: COMPILER_WARNING: [#def624] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:667:20: note[note]: called from here # 665| s[7] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 7)); # 666| s[8] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 8)); # 667|-> s[9] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 9)); # 668| s[10] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 10)); # 669| s[11] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 11)); Error: COMPILER_WARNING: [#def625] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:668:21: note[note]: called from here # 666| s[8] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 8)); # 667| s[9] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 9)); # 668|-> s[10] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 10)); # 669| s[11] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 11)); # 670| s[12] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 12)); Error: COMPILER_WARNING: [#def626] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:669:21: note[note]: called from here # 667| s[9] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 9)); # 668| s[10] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 10)); # 669|-> s[11] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 11)); # 670| s[12] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 12)); # 671| s[13] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 13)); Error: COMPILER_WARNING: [#def627] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:670:21: note[note]: called from here # 668| s[10] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 10)); # 669| s[11] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 11)); # 670|-> s[12] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 12)); # 671| s[13] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 13)); # 672| s[14] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 14)); Error: COMPILER_WARNING: [#def628] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:671:21: note[note]: called from here # 669| s[11] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 11)); # 670| s[12] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 12)); # 671|-> s[13] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 13)); # 672| s[14] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 14)); # 673| s[15] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 15)); Error: COMPILER_WARNING: [#def629] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:672:21: note[note]: called from here # 670| s[12] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 12)); # 671| s[13] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 13)); # 672|-> s[14] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 14)); # 673| s[15] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 15)); # 674| Error: COMPILER_WARNING: [#def630] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:673:21: note[note]: called from here # 671| s[13] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 13)); # 672| s[14] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 14)); # 673|-> s[15] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 15)); # 674| # 675| t[0] = _mm256_shuffle_epi8(s[2], tab0); Error: COMPILER_WARNING: [#def631] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:675:20: note[note]: called from here # 673| s[15] = _mm256_loadu_si256((__m256i*)(pel_src + 16 * 15)); # 674| # 675|-> t[0] = _mm256_shuffle_epi8(s[2], tab0); # 676| t[1] = _mm256_shuffle_epi8(s[3], tab0); # 677| t[2] = _mm256_shuffle_epi8(s[6], tab0); Error: COMPILER_WARNING: [#def632] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:676:20: note[note]: called from here # 674| # 675| t[0] = _mm256_shuffle_epi8(s[2], tab0); # 676|-> t[1] = _mm256_shuffle_epi8(s[3], tab0); # 677| t[2] = _mm256_shuffle_epi8(s[6], tab0); # 678| t[3] = _mm256_shuffle_epi8(s[7], tab0); Error: COMPILER_WARNING: [#def633] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:677:20: note[note]: called from here # 675| t[0] = _mm256_shuffle_epi8(s[2], tab0); # 676| t[1] = _mm256_shuffle_epi8(s[3], tab0); # 677|-> t[2] = _mm256_shuffle_epi8(s[6], tab0); # 678| t[3] = _mm256_shuffle_epi8(s[7], tab0); # 679| t[4] = _mm256_shuffle_epi8(s[10], tab0); Error: COMPILER_WARNING: [#def634] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:678:20: note[note]: called from here # 676| t[1] = _mm256_shuffle_epi8(s[3], tab0); # 677| t[2] = _mm256_shuffle_epi8(s[6], tab0); # 678|-> t[3] = _mm256_shuffle_epi8(s[7], tab0); # 679| t[4] = _mm256_shuffle_epi8(s[10], tab0); # 680| t[5] = _mm256_shuffle_epi8(s[11], tab0); Error: COMPILER_WARNING: [#def635] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:679:20: note[note]: called from here # 677| t[2] = _mm256_shuffle_epi8(s[6], tab0); # 678| t[3] = _mm256_shuffle_epi8(s[7], tab0); # 679|-> t[4] = _mm256_shuffle_epi8(s[10], tab0); # 680| t[5] = _mm256_shuffle_epi8(s[11], tab0); # 681| t[6] = _mm256_shuffle_epi8(s[14], tab0); Error: COMPILER_WARNING: [#def636] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:680:20: note[note]: called from here # 678| t[3] = _mm256_shuffle_epi8(s[7], tab0); # 679| t[4] = _mm256_shuffle_epi8(s[10], tab0); # 680|-> t[5] = _mm256_shuffle_epi8(s[11], tab0); # 681| t[6] = _mm256_shuffle_epi8(s[14], tab0); # 682| t[7] = _mm256_shuffle_epi8(s[15], tab0); Error: COMPILER_WARNING: [#def637] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:681:20: note[note]: called from here # 679| t[4] = _mm256_shuffle_epi8(s[10], tab0); # 680| t[5] = _mm256_shuffle_epi8(s[11], tab0); # 681|-> t[6] = _mm256_shuffle_epi8(s[14], tab0); # 682| t[7] = _mm256_shuffle_epi8(s[15], tab0); # 683| Error: COMPILER_WARNING: [#def638] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:682:20: note[note]: called from here # 680| t[5] = _mm256_shuffle_epi8(s[11], tab0); # 681| t[6] = _mm256_shuffle_epi8(s[14], tab0); # 682|-> t[7] = _mm256_shuffle_epi8(s[15], tab0); # 683| # 684| s[3] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[1], 1)); Error: COMPILER_WARNING: [#def639] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:684:20: note[note]: called from here # 682| t[7] = _mm256_shuffle_epi8(s[15], tab0); # 683| # 684|-> s[3] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[1], 1)); # 685| s[2] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[1])); # 686| s[1] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[0], 1)); Error: COMPILER_WARNING: [#def640] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:685:20: note[note]: called from here # 683| # 684| s[3] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[1], 1)); # 685|-> s[2] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[1])); # 686| s[1] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[0], 1)); # 687| s[0] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[0])); Error: COMPILER_WARNING: [#def641] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:686:20: note[note]: called from here # 684| s[3] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[1], 1)); # 685| s[2] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[1])); # 686|-> s[1] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[0], 1)); # 687| s[0] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[0])); # 688| s[7] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[5], 1)); Error: COMPILER_WARNING: [#def642] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:687:20: note[note]: called from here # 685| s[2] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[1])); # 686| s[1] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[0], 1)); # 687|-> s[0] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[0])); # 688| s[7] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[5], 1)); # 689| s[6] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[5])); Error: COMPILER_WARNING: [#def643] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:688:20: note[note]: called from here # 686| s[1] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[0], 1)); # 687| s[0] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[0])); # 688|-> s[7] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[5], 1)); # 689| s[6] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[5])); # 690| s[5] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[4], 1)); Error: COMPILER_WARNING: [#def644] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:689:20: note[note]: called from here # 687| s[0] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[0])); # 688| s[7] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[5], 1)); # 689|-> s[6] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[5])); # 690| s[5] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[4], 1)); # 691| s[4] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[4])); Error: COMPILER_WARNING: [#def645] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:690:20: note[note]: called from here # 688| s[7] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[5], 1)); # 689| s[6] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[5])); # 690|-> s[5] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[4], 1)); # 691| s[4] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[4])); # 692| s[11] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[9], 1)); Error: COMPILER_WARNING: [#def646] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:691:20: note[note]: called from here # 689| s[6] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[5])); # 690| s[5] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[4], 1)); # 691|-> s[4] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[4])); # 692| s[11] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[9], 1)); # 693| s[10] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[9])); Error: COMPILER_WARNING: [#def647] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:692:21: note[note]: called from here # 690| s[5] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[4], 1)); # 691| s[4] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[4])); # 692|-> s[11] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[9], 1)); # 693| s[10] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[9])); # 694| s[9] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[8], 1)); Error: COMPILER_WARNING: [#def648] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:693:21: note[note]: called from here # 691| s[4] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[4])); # 692| s[11] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[9], 1)); # 693|-> s[10] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[9])); # 694| s[9] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[8], 1)); # 695| s[8] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[8])); Error: COMPILER_WARNING: [#def649] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:694:20: note[note]: called from here # 692| s[11] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[9], 1)); # 693| s[10] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[9])); # 694|-> s[9] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[8], 1)); # 695| s[8] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[8])); # 696| s[15] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[13], 1)); Error: COMPILER_WARNING: [#def650] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:695:20: note[note]: called from here # 693| s[10] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[9])); # 694| s[9] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[8], 1)); # 695|-> s[8] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[8])); # 696| s[15] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[13], 1)); # 697| s[14] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[13])); Error: COMPILER_WARNING: [#def651] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:696:21: note[note]: called from here # 694| s[9] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[8], 1)); # 695| s[8] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[8])); # 696|-> s[15] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[13], 1)); # 697| s[14] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[13])); # 698| s[13] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[12], 1)); Error: COMPILER_WARNING: [#def652] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:697:21: note[note]: called from here # 695| s[8] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[8])); # 696| s[15] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[13], 1)); # 697|-> s[14] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[13])); # 698| s[13] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[12], 1)); # 699| s[12] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[12])); Error: COMPILER_WARNING: [#def653] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:698:21: note[note]: called from here # 696| s[15] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[13], 1)); # 697| s[14] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[13])); # 698|-> s[13] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[12], 1)); # 699| s[12] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[12])); # 700| Error: COMPILER_WARNING: [#def654] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:699:21: note[note]: called from here # 697| s[14] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[13])); # 698| s[13] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(s[12], 1)); # 699|-> s[12] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[12])); # 700| # 701| s[18] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[0], 1)); Error: COMPILER_WARNING: [#def655] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:701:21: note[note]: called from here # 699| s[12] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(s[12])); # 700| # 701|-> s[18] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[0], 1)); # 702| s[19] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[0])); # 703| s[16] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[1], 1)); Error: COMPILER_WARNING: [#def656] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:702:21: note[note]: called from here # 700| # 701| s[18] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[0], 1)); # 702|-> s[19] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[0])); # 703| s[16] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[1], 1)); # 704| s[17] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[1])); Error: COMPILER_WARNING: [#def657] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:703:21: note[note]: called from here # 701| s[18] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[0], 1)); # 702| s[19] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[0])); # 703|-> s[16] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[1], 1)); # 704| s[17] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[1])); # 705| s[22] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[2], 1)); Error: COMPILER_WARNING: [#def658] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:704:21: note[note]: called from here # 702| s[19] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[0])); # 703| s[16] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[1], 1)); # 704|-> s[17] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[1])); # 705| s[22] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[2], 1)); # 706| s[23] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[2])); Error: COMPILER_WARNING: [#def659] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:705:21: note[note]: called from here # 703| s[16] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[1], 1)); # 704| s[17] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[1])); # 705|-> s[22] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[2], 1)); # 706| s[23] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[2])); # 707| s[20] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[3], 1)); Error: COMPILER_WARNING: [#def660] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:706:21: note[note]: called from here # 704| s[17] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[1])); # 705| s[22] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[2], 1)); # 706|-> s[23] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[2])); # 707| s[20] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[3], 1)); # 708| s[21] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[3])); Error: COMPILER_WARNING: [#def661] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:707:21: note[note]: called from here # 705| s[22] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[2], 1)); # 706| s[23] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[2])); # 707|-> s[20] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[3], 1)); # 708| s[21] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[3])); # 709| s[26] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[4], 1)); Error: COMPILER_WARNING: [#def662] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:708:21: note[note]: called from here # 706| s[23] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[2])); # 707| s[20] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[3], 1)); # 708|-> s[21] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[3])); # 709| s[26] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[4], 1)); # 710| s[27] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[4])); Error: COMPILER_WARNING: [#def663] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:709:21: note[note]: called from here # 707| s[20] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[3], 1)); # 708| s[21] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[3])); # 709|-> s[26] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[4], 1)); # 710| s[27] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[4])); # 711| s[24] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[5], 1)); Error: COMPILER_WARNING: [#def664] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:710:21: note[note]: called from here # 708| s[21] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[3])); # 709| s[26] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[4], 1)); # 710|-> s[27] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[4])); # 711| s[24] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[5], 1)); # 712| s[25] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[5])); Error: COMPILER_WARNING: [#def665] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:711:21: note[note]: called from here # 709| s[26] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[4], 1)); # 710| s[27] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[4])); # 711|-> s[24] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[5], 1)); # 712| s[25] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[5])); # 713| s[30] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[6], 1)); Error: COMPILER_WARNING: [#def666] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:712:21: note[note]: called from here # 710| s[27] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[4])); # 711| s[24] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[5], 1)); # 712|-> s[25] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[5])); # 713| s[30] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[6], 1)); # 714| s[31] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[6])); Error: COMPILER_WARNING: [#def667] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:713:21: note[note]: called from here # 711| s[24] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[5], 1)); # 712| s[25] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[5])); # 713|-> s[30] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[6], 1)); # 714| s[31] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[6])); # 715| s[28] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[7], 1)); Error: COMPILER_WARNING: [#def668] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:714:21: note[note]: called from here # 712| s[25] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[5])); # 713| s[30] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[6], 1)); # 714|-> s[31] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[6])); # 715| s[28] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[7], 1)); # 716| s[29] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[7])); Error: COMPILER_WARNING: [#def669] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:715:21: note[note]: called from here # 713| s[30] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[6], 1)); # 714| s[31] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[6])); # 715|-> s[28] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[7], 1)); # 716| s[29] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[7])); # 717| Error: COMPILER_WARNING: [#def670] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:716:21: note[note]: called from here # 714| s[31] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[6])); # 715| s[28] = _mm256_cvtepi16_epi32(_mm256_extracti128_si256(t[7], 1)); # 716|-> s[29] = _mm256_cvtepi16_epi32(_mm256_castsi256_si128(t[7])); # 717| # 718| pel_src += 64 * 4; Error: COMPILER_WARNING: [#def671] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:721:24: note[note]: called from here # 719| # 720| for (i = 0; i < 16; i++) { # 721|-> e[i] = _mm256_add_epi32(s[i], s[16 + i]); # 722| o[i] = _mm256_sub_epi32(s[i], s[16 + i]); # 723| } Error: COMPILER_WARNING: [#def672] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:722:24: note[note]: called from here # 720| for (i = 0; i < 16; i++) { # 721| e[i] = _mm256_add_epi32(s[i], s[16 + i]); # 722|-> o[i] = _mm256_sub_epi32(s[i], s[16 + i]); # 723| } # 724| Error: COMPILER_WARNING: [#def673] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:726:28: note[note]: called from here # 724| # 725| for (i = 0; i < 8; i++) { # 726|-> t[i * 2] = _mm256_permute2x128_si256(e[i], e[i + 8], 0x20); # 727| t[i * 2 + 1] = _mm256_permute2x128_si256(e[i], e[i + 8], 0x31); # 728| } Error: COMPILER_WARNING: [#def674] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:727:32: note[note]: called from here # 725| for (i = 0; i < 8; i++) { # 726| t[i * 2] = _mm256_permute2x128_si256(e[i], e[i + 8], 0x20); # 727|-> t[i * 2 + 1] = _mm256_permute2x128_si256(e[i], e[i + 8], 0x31); # 728| } # 729| Error: COMPILER_WARNING: [#def675] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:730:20: note[note]: called from here # 728| } # 729| # 730|-> t[4] = _mm256_shuffle_epi8(t[4], tab1); # 731| t[5] = _mm256_shuffle_epi8(t[5], tab1); # 732| t[6] = _mm256_shuffle_epi8(t[6], tab1); Error: COMPILER_WARNING: [#def676] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:731:20: note[note]: called from here # 729| # 730| t[4] = _mm256_shuffle_epi8(t[4], tab1); # 731|-> t[5] = _mm256_shuffle_epi8(t[5], tab1); # 732| t[6] = _mm256_shuffle_epi8(t[6], tab1); # 733| t[7] = _mm256_shuffle_epi8(t[7], tab1); Error: COMPILER_WARNING: [#def677] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:732:20: note[note]: called from here # 730| t[4] = _mm256_shuffle_epi8(t[4], tab1); # 731| t[5] = _mm256_shuffle_epi8(t[5], tab1); # 732|-> t[6] = _mm256_shuffle_epi8(t[6], tab1); # 733| t[7] = _mm256_shuffle_epi8(t[7], tab1); # 734| t[12] = _mm256_shuffle_epi8(t[12], tab1); Error: COMPILER_WARNING: [#def678] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:733:20: note[note]: called from here # 731| t[5] = _mm256_shuffle_epi8(t[5], tab1); # 732| t[6] = _mm256_shuffle_epi8(t[6], tab1); # 733|-> t[7] = _mm256_shuffle_epi8(t[7], tab1); # 734| t[12] = _mm256_shuffle_epi8(t[12], tab1); # 735| t[13] = _mm256_shuffle_epi8(t[13], tab1); Error: COMPILER_WARNING: [#def679] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:734:21: note[note]: called from here # 732| t[6] = _mm256_shuffle_epi8(t[6], tab1); # 733| t[7] = _mm256_shuffle_epi8(t[7], tab1); # 734|-> t[12] = _mm256_shuffle_epi8(t[12], tab1); # 735| t[13] = _mm256_shuffle_epi8(t[13], tab1); # 736| t[14] = _mm256_shuffle_epi8(t[14], tab1); Error: COMPILER_WARNING: [#def680] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:735:21: note[note]: called from here # 733| t[7] = _mm256_shuffle_epi8(t[7], tab1); # 734| t[12] = _mm256_shuffle_epi8(t[12], tab1); # 735|-> t[13] = _mm256_shuffle_epi8(t[13], tab1); # 736| t[14] = _mm256_shuffle_epi8(t[14], tab1); # 737| t[15] = _mm256_shuffle_epi8(t[15], tab1); Error: COMPILER_WARNING: [#def681] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:736:21: note[note]: called from here # 734| t[12] = _mm256_shuffle_epi8(t[12], tab1); # 735| t[13] = _mm256_shuffle_epi8(t[13], tab1); # 736|-> t[14] = _mm256_shuffle_epi8(t[14], tab1); # 737| t[15] = _mm256_shuffle_epi8(t[15], tab1); # 738| Error: COMPILER_WARNING: [#def682] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:737:21: note[note]: called from here # 735| t[13] = _mm256_shuffle_epi8(t[13], tab1); # 736| t[14] = _mm256_shuffle_epi8(t[14], tab1); # 737|-> t[15] = _mm256_shuffle_epi8(t[15], tab1); # 738| # 739| for (i = 0; i < 8; i += 4) { Error: COMPILER_WARNING: [#def683] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:741:25: note[note]: called from here # 739| for (i = 0; i < 8; i += 4) { # 740| int i2 = i * 2; # 741|-> ee[i] = _mm256_add_epi32(t[i2], t[i2 + 7]); # 742| eo[i] = _mm256_sub_epi32(t[i2], t[i2 + 7]); # 743| ee[i + 1] = _mm256_add_epi32(t[i2 + 1], t[i2 + 6]); Error: COMPILER_WARNING: [#def684] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:742:25: note[note]: called from here # 740| int i2 = i * 2; # 741| ee[i] = _mm256_add_epi32(t[i2], t[i2 + 7]); # 742|-> eo[i] = _mm256_sub_epi32(t[i2], t[i2 + 7]); # 743| ee[i + 1] = _mm256_add_epi32(t[i2 + 1], t[i2 + 6]); # 744| eo[i + 1] = _mm256_sub_epi32(t[i2 + 1], t[i2 + 6]); Error: COMPILER_WARNING: [#def685] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:743:29: note[note]: called from here # 741| ee[i] = _mm256_add_epi32(t[i2], t[i2 + 7]); # 742| eo[i] = _mm256_sub_epi32(t[i2], t[i2 + 7]); # 743|-> ee[i + 1] = _mm256_add_epi32(t[i2 + 1], t[i2 + 6]); # 744| eo[i + 1] = _mm256_sub_epi32(t[i2 + 1], t[i2 + 6]); # 745| ee[i + 2] = _mm256_add_epi32(t[i2 + 2], t[i2 + 5]); Error: COMPILER_WARNING: [#def686] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:744:29: note[note]: called from here # 742| eo[i] = _mm256_sub_epi32(t[i2], t[i2 + 7]); # 743| ee[i + 1] = _mm256_add_epi32(t[i2 + 1], t[i2 + 6]); # 744|-> eo[i + 1] = _mm256_sub_epi32(t[i2 + 1], t[i2 + 6]); # 745| ee[i + 2] = _mm256_add_epi32(t[i2 + 2], t[i2 + 5]); # 746| eo[i + 2] = _mm256_sub_epi32(t[i2 + 2], t[i2 + 5]); Error: COMPILER_WARNING: [#def687] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:745:29: note[note]: called from here # 743| ee[i + 1] = _mm256_add_epi32(t[i2 + 1], t[i2 + 6]); # 744| eo[i + 1] = _mm256_sub_epi32(t[i2 + 1], t[i2 + 6]); # 745|-> ee[i + 2] = _mm256_add_epi32(t[i2 + 2], t[i2 + 5]); # 746| eo[i + 2] = _mm256_sub_epi32(t[i2 + 2], t[i2 + 5]); # 747| ee[i + 3] = _mm256_add_epi32(t[i2 + 3], t[i2 + 4]); Error: COMPILER_WARNING: [#def688] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:746:29: note[note]: called from here # 744| eo[i + 1] = _mm256_sub_epi32(t[i2 + 1], t[i2 + 6]); # 745| ee[i + 2] = _mm256_add_epi32(t[i2 + 2], t[i2 + 5]); # 746|-> eo[i + 2] = _mm256_sub_epi32(t[i2 + 2], t[i2 + 5]); # 747| ee[i + 3] = _mm256_add_epi32(t[i2 + 3], t[i2 + 4]); # 748| eo[i + 3] = _mm256_sub_epi32(t[i2 + 3], t[i2 + 4]); Error: COMPILER_WARNING: [#def689] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:747:29: note[note]: called from here # 745| ee[i + 2] = _mm256_add_epi32(t[i2 + 2], t[i2 + 5]); # 746| eo[i + 2] = _mm256_sub_epi32(t[i2 + 2], t[i2 + 5]); # 747|-> ee[i + 3] = _mm256_add_epi32(t[i2 + 3], t[i2 + 4]); # 748| eo[i + 3] = _mm256_sub_epi32(t[i2 + 3], t[i2 + 4]); # 749| } Error: COMPILER_WARNING: [#def690] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:748:29: note[note]: called from here # 746| eo[i + 2] = _mm256_sub_epi32(t[i2 + 2], t[i2 + 5]); # 747| ee[i + 3] = _mm256_add_epi32(t[i2 + 3], t[i2 + 4]); # 748|-> eo[i + 3] = _mm256_sub_epi32(t[i2 + 3], t[i2 + 4]); # 749| } # 750| Error: COMPILER_WARNING: [#def691] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:751:21: note[note]: called from here # 749| } # 750| # 751|-> ee[2] = _mm256_shuffle_epi8(ee[2], tab1); # 752| ee[3] = _mm256_shuffle_epi8(ee[3], tab1); # 753| ee[6] = _mm256_shuffle_epi8(ee[6], tab1); Error: COMPILER_WARNING: [#def692] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:752:21: note[note]: called from here # 750| # 751| ee[2] = _mm256_shuffle_epi8(ee[2], tab1); # 752|-> ee[3] = _mm256_shuffle_epi8(ee[3], tab1); # 753| ee[6] = _mm256_shuffle_epi8(ee[6], tab1); # 754| ee[7] = _mm256_shuffle_epi8(ee[7], tab1); Error: COMPILER_WARNING: [#def693] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:753:21: note[note]: called from here # 751| ee[2] = _mm256_shuffle_epi8(ee[2], tab1); # 752| ee[3] = _mm256_shuffle_epi8(ee[3], tab1); # 753|-> ee[6] = _mm256_shuffle_epi8(ee[6], tab1); # 754| ee[7] = _mm256_shuffle_epi8(ee[7], tab1); # 755| Error: COMPILER_WARNING: [#def694] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:754:21: note[note]: called from here # 752| ee[3] = _mm256_shuffle_epi8(ee[3], tab1); # 753| ee[6] = _mm256_shuffle_epi8(ee[6], tab1); # 754|-> ee[7] = _mm256_shuffle_epi8(ee[7], tab1); # 755| # 756| eee[0] = _mm256_add_epi32(ee[0], ee[3]); Error: COMPILER_WARNING: [#def695] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:756:22: note[note]: called from here # 754| ee[7] = _mm256_shuffle_epi8(ee[7], tab1); # 755| # 756|-> eee[0] = _mm256_add_epi32(ee[0], ee[3]); # 757| eeo[0] = _mm256_sub_epi32(ee[0], ee[3]); # 758| eee[1] = _mm256_add_epi32(ee[1], ee[2]); Error: COMPILER_WARNING: [#def696] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:757:22: note[note]: called from here # 755| # 756| eee[0] = _mm256_add_epi32(ee[0], ee[3]); # 757|-> eeo[0] = _mm256_sub_epi32(ee[0], ee[3]); # 758| eee[1] = _mm256_add_epi32(ee[1], ee[2]); # 759| eeo[1] = _mm256_sub_epi32(ee[1], ee[2]); Error: COMPILER_WARNING: [#def697] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:758:22: note[note]: called from here # 756| eee[0] = _mm256_add_epi32(ee[0], ee[3]); # 757| eeo[0] = _mm256_sub_epi32(ee[0], ee[3]); # 758|-> eee[1] = _mm256_add_epi32(ee[1], ee[2]); # 759| eeo[1] = _mm256_sub_epi32(ee[1], ee[2]); # 760| eee[2] = _mm256_add_epi32(ee[4], ee[7]); Error: COMPILER_WARNING: [#def698] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:759:22: note[note]: called from here # 757| eeo[0] = _mm256_sub_epi32(ee[0], ee[3]); # 758| eee[1] = _mm256_add_epi32(ee[1], ee[2]); # 759|-> eeo[1] = _mm256_sub_epi32(ee[1], ee[2]); # 760| eee[2] = _mm256_add_epi32(ee[4], ee[7]); # 761| eeo[2] = _mm256_sub_epi32(ee[4], ee[7]); Error: COMPILER_WARNING: [#def699] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:760:22: note[note]: called from here # 758| eee[1] = _mm256_add_epi32(ee[1], ee[2]); # 759| eeo[1] = _mm256_sub_epi32(ee[1], ee[2]); # 760|-> eee[2] = _mm256_add_epi32(ee[4], ee[7]); # 761| eeo[2] = _mm256_sub_epi32(ee[4], ee[7]); # 762| eee[3] = _mm256_add_epi32(ee[5], ee[6]); Error: COMPILER_WARNING: [#def700] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:761:22: note[note]: called from here # 759| eeo[1] = _mm256_sub_epi32(ee[1], ee[2]); # 760| eee[2] = _mm256_add_epi32(ee[4], ee[7]); # 761|-> eeo[2] = _mm256_sub_epi32(ee[4], ee[7]); # 762| eee[3] = _mm256_add_epi32(ee[5], ee[6]); # 763| eeo[3] = _mm256_sub_epi32(ee[5], ee[6]); Error: COMPILER_WARNING: [#def701] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:762:22: note[note]: called from here # 760| eee[2] = _mm256_add_epi32(ee[4], ee[7]); # 761| eeo[2] = _mm256_sub_epi32(ee[4], ee[7]); # 762|-> eee[3] = _mm256_add_epi32(ee[5], ee[6]); # 763| eeo[3] = _mm256_sub_epi32(ee[5], ee[6]); # 764| Error: COMPILER_WARNING: [#def702] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:763:22: note[note]: called from here # 761| eeo[2] = _mm256_sub_epi32(ee[4], ee[7]); # 762| eee[3] = _mm256_add_epi32(ee[5], ee[6]); # 763|-> eeo[3] = _mm256_sub_epi32(ee[5], ee[6]); # 764| # 765| eee[1] = _mm256_shuffle_epi8(eee[1], tab1); Error: COMPILER_WARNING: [#def703] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:765:22: note[note]: called from here # 763| eeo[3] = _mm256_sub_epi32(ee[5], ee[6]); # 764| # 765|-> eee[1] = _mm256_shuffle_epi8(eee[1], tab1); # 766| eee[3] = _mm256_shuffle_epi8(eee[3], tab1); # 767| Error: COMPILER_WARNING: [#def704] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:766:22: note[note]: called from here # 764| # 765| eee[1] = _mm256_shuffle_epi8(eee[1], tab1); # 766|-> eee[3] = _mm256_shuffle_epi8(eee[3], tab1); # 767| # 768| eeee[0] = _mm256_add_epi32(eee[0], eee[1]); Error: COMPILER_WARNING: [#def705] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:768:23: note[note]: called from here # 766| eee[3] = _mm256_shuffle_epi8(eee[3], tab1); # 767| # 768|-> eeee[0] = _mm256_add_epi32(eee[0], eee[1]); # 769| eeeo[0] = _mm256_sub_epi32(eee[0], eee[1]); # 770| eeee[1] = _mm256_add_epi32(eee[2], eee[3]); Error: COMPILER_WARNING: [#def706] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:769:23: note[note]: called from here # 767| # 768| eeee[0] = _mm256_add_epi32(eee[0], eee[1]); # 769|-> eeeo[0] = _mm256_sub_epi32(eee[0], eee[1]); # 770| eeee[1] = _mm256_add_epi32(eee[2], eee[3]); # 771| eeeo[1] = _mm256_sub_epi32(eee[2], eee[3]); Error: COMPILER_WARNING: [#def707] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:770:23: note[note]: called from here # 768| eeee[0] = _mm256_add_epi32(eee[0], eee[1]); # 769| eeeo[0] = _mm256_sub_epi32(eee[0], eee[1]); # 770|-> eeee[1] = _mm256_add_epi32(eee[2], eee[3]); # 771| eeeo[1] = _mm256_sub_epi32(eee[2], eee[3]); # 772| Error: COMPILER_WARNING: [#def708] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:771:23: note[note]: called from here # 769| eeeo[0] = _mm256_sub_epi32(eee[0], eee[1]); # 770| eeee[1] = _mm256_add_epi32(eee[2], eee[3]); # 771|-> eeeo[1] = _mm256_sub_epi32(eee[2], eee[3]); # 772| # 773| eeee[0] = _mm256_shuffle_epi8(eeee[0], tab2); Error: COMPILER_WARNING: [#def709] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:773:23: note[note]: called from here # 771| eeeo[1] = _mm256_sub_epi32(eee[2], eee[3]); # 772| # 773|-> eeee[0] = _mm256_shuffle_epi8(eeee[0], tab2); # 774| eeee[1] = _mm256_shuffle_epi8(eeee[1], tab2); # 775| Error: COMPILER_WARNING: [#def710] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:774:23: note[note]: called from here # 772| # 773| eeee[0] = _mm256_shuffle_epi8(eeee[0], tab2); # 774|-> eeee[1] = _mm256_shuffle_epi8(eeee[1], tab2); # 775| # 776| eeeee = _mm256_hadd_epi32(eeee[0], eeee[1]); Error: COMPILER_WARNING: [#def711] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:776:21: note[note]: called from here # 774| eeee[1] = _mm256_shuffle_epi8(eeee[1], tab2); # 775| # 776|-> eeeee = _mm256_hadd_epi32(eeee[0], eeee[1]); # 777| eeeeo = _mm256_hsub_epi32(eeee[0], eeee[1]); # 778| Error: COMPILER_WARNING: [#def712] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:777:21: note[note]: called from here # 775| # 776| eeeee = _mm256_hadd_epi32(eeee[0], eeee[1]); # 777|-> eeeeo = _mm256_hsub_epi32(eeee[0], eeee[1]); # 778| # 779| v[0] = _mm256_mullo_epi32(eeeee, coeff_p64_p64); Error: COMPILER_WARNING: [#def713] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:779:20: note[note]: called from here # 777| eeeeo = _mm256_hsub_epi32(eeee[0], eeee[1]); # 778| # 779|-> v[0] = _mm256_mullo_epi32(eeeee, coeff_p64_p64); # 780| v[1] = _mm256_mullo_epi32(eeeeo, coeff_p84_p35); # 781| Error: COMPILER_WARNING: [#def714] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:780:20: note[note]: called from here # 778| # 779| v[0] = _mm256_mullo_epi32(eeeee, coeff_p64_p64); # 780|-> v[1] = _mm256_mullo_epi32(eeeeo, coeff_p84_p35); # 781| # 782| v[4] = _mm256_hadd_epi32(v[0], v[1]); Error: COMPILER_WARNING: [#def715] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:782:20: note[note]: called from here # 780| v[1] = _mm256_mullo_epi32(eeeeo, coeff_p84_p35); # 781| # 782|-> v[4] = _mm256_hadd_epi32(v[0], v[1]); # 783| # 784| v[0] = _mm256_mullo_epi32(eeeo[0], coeffs[0]); Error: COMPILER_WARNING: [#def716] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:784:20: note[note]: called from here # 782| v[4] = _mm256_hadd_epi32(v[0], v[1]); # 783| # 784|-> v[0] = _mm256_mullo_epi32(eeeo[0], coeffs[0]); # 785| v[1] = _mm256_mullo_epi32(eeeo[1], coeffs[0]); # 786| v[2] = _mm256_mullo_epi32(eeeo[0], coeffs[1]); Error: COMPILER_WARNING: [#def717] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:785:20: note[note]: called from here # 783| # 784| v[0] = _mm256_mullo_epi32(eeeo[0], coeffs[0]); # 785|-> v[1] = _mm256_mullo_epi32(eeeo[1], coeffs[0]); # 786| v[2] = _mm256_mullo_epi32(eeeo[0], coeffs[1]); # 787| v[3] = _mm256_mullo_epi32(eeeo[1], coeffs[1]); Error: COMPILER_WARNING: [#def718] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:786:20: note[note]: called from here # 784| v[0] = _mm256_mullo_epi32(eeeo[0], coeffs[0]); # 785| v[1] = _mm256_mullo_epi32(eeeo[1], coeffs[0]); # 786|-> v[2] = _mm256_mullo_epi32(eeeo[0], coeffs[1]); # 787| v[3] = _mm256_mullo_epi32(eeeo[1], coeffs[1]); # 788| Error: COMPILER_WARNING: [#def719] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:787:20: note[note]: called from here # 785| v[1] = _mm256_mullo_epi32(eeeo[1], coeffs[0]); # 786| v[2] = _mm256_mullo_epi32(eeeo[0], coeffs[1]); # 787|-> v[3] = _mm256_mullo_epi32(eeeo[1], coeffs[1]); # 788| # 789| v[0] = _mm256_hadd_epi32(v[0], v[1]); Error: COMPILER_WARNING: [#def720] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:789:20: note[note]: called from here # 787| v[3] = _mm256_mullo_epi32(eeeo[1], coeffs[1]); # 788| # 789|-> v[0] = _mm256_hadd_epi32(v[0], v[1]); # 790| v[2] = _mm256_hadd_epi32(v[2], v[3]); # 791| v[0] = _mm256_hadd_epi32(v[0], v[2]); Error: COMPILER_WARNING: [#def721] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:790:20: note[note]: called from here # 788| # 789| v[0] = _mm256_hadd_epi32(v[0], v[1]); # 790|-> v[2] = _mm256_hadd_epi32(v[2], v[3]); # 791| v[0] = _mm256_hadd_epi32(v[0], v[2]); # 792| Error: COMPILER_WARNING: [#def722] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:791:20: note[note]: called from here # 789| v[0] = _mm256_hadd_epi32(v[0], v[1]); # 790| v[2] = _mm256_hadd_epi32(v[2], v[3]); # 791|-> v[0] = _mm256_hadd_epi32(v[0], v[2]); # 792| # 793| v[4] = _mm256_permute4x64_epi64(v[4], 0xd8); Error: COMPILER_WARNING: [#def723] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:793:20: note[note]: called from here # 791| v[0] = _mm256_hadd_epi32(v[0], v[2]); # 792| # 793|-> v[4] = _mm256_permute4x64_epi64(v[4], 0xd8); # 794| v[0] = _mm256_permute4x64_epi64(v[0], 0xd8); # 795| v[4] = _mm256_add_epi32(v[4], add); Error: COMPILER_WARNING: [#def724] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:794:20: note[note]: called from here # 792| # 793| v[4] = _mm256_permute4x64_epi64(v[4], 0xd8); # 794|-> v[0] = _mm256_permute4x64_epi64(v[0], 0xd8); # 795| v[4] = _mm256_add_epi32(v[4], add); # 796| v[0] = _mm256_add_epi32(v[0], add); Error: COMPILER_WARNING: [#def725] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:795:20: note[note]: called from here # 793| v[4] = _mm256_permute4x64_epi64(v[4], 0xd8); # 794| v[0] = _mm256_permute4x64_epi64(v[0], 0xd8); # 795|-> v[4] = _mm256_add_epi32(v[4], add); # 796| v[0] = _mm256_add_epi32(v[0], add); # 797| v[4] = _mm256_srai_epi32(v[4], shift); Error: COMPILER_WARNING: [#def726] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:796:20: note[note]: called from here # 794| v[0] = _mm256_permute4x64_epi64(v[0], 0xd8); # 795| v[4] = _mm256_add_epi32(v[4], add); # 796|-> v[0] = _mm256_add_epi32(v[0], add); # 797| v[4] = _mm256_srai_epi32(v[4], shift); # 798| v[0] = _mm256_srai_epi32(v[0], shift); Error: COMPILER_WARNING: [#def727] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:797:20: note[note]: called from here # 795| v[4] = _mm256_add_epi32(v[4], add); # 796| v[0] = _mm256_add_epi32(v[0], add); # 797|-> v[4] = _mm256_srai_epi32(v[4], shift); # 798| v[0] = _mm256_srai_epi32(v[0], shift); # 799| Error: COMPILER_WARNING: [#def728] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:798:20: note[note]: called from here # 796| v[0] = _mm256_add_epi32(v[0], add); # 797| v[4] = _mm256_srai_epi32(v[4], shift); # 798|-> v[0] = _mm256_srai_epi32(v[0], shift); # 799| # 800| d0 = _mm256_packs_epi32(v[4], v[0]); Error: COMPILER_WARNING: [#def729] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:800:18: note[note]: called from here # 798| v[0] = _mm256_srai_epi32(v[0], shift); # 799| # 800|-> d0 = _mm256_packs_epi32(v[4], v[0]); # 801| # 802| m0 = _mm256_castsi256_si128(d0); Error: COMPILER_WARNING: [#def730] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:802:18: note[note]: called from here # 800| d0 = _mm256_packs_epi32(v[4], v[0]); # 801| # 802|-> m0 = _mm256_castsi256_si128(d0); # 803| m1 = _mm256_extracti128_si256(d0, 1); # 804| m2 = _mm_srli_si128(m0, 8); Error: COMPILER_WARNING: [#def731] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:803:18: note[note]: called from here # 801| # 802| m0 = _mm256_castsi256_si128(d0); # 803|-> m1 = _mm256_extracti128_si256(d0, 1); # 804| m2 = _mm_srli_si128(m0, 8); # 805| m3 = _mm_srli_si128(m1, 8); Error: COMPILER_WARNING: [#def732] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:807:13: note[note]: called from here # 805| m3 = _mm_srli_si128(m1, 8); # 806| # 807|-> _mm_storeu_si128((__m128i*)(pel_dst), _mm256_castsi256_si128(v[4])); # 808| _mm_storeu_si128((__m128i*)(pel_dst + 8 * line), _mm256_castsi256_si128(v[0])); # 809| _mm_storeu_si128((__m128i*)(pel_dst + 16 * line), _mm256_extracti128_si256(v[4], 1)); Error: COMPILER_WARNING: [#def733] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:808:13: note[note]: called from here # 806| # 807| _mm_storeu_si128((__m128i*)(pel_dst), _mm256_castsi256_si128(v[4])); # 808|-> _mm_storeu_si128((__m128i*)(pel_dst + 8 * line), _mm256_castsi256_si128(v[0])); # 809| _mm_storeu_si128((__m128i*)(pel_dst + 16 * line), _mm256_extracti128_si256(v[4], 1)); # 810| _mm_storeu_si128((__m128i*)(pel_dst + 24 * line), _mm256_extracti128_si256(v[0], 1)); Error: COMPILER_WARNING: [#def734] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:809:13: note[note]: called from here # 807| _mm_storeu_si128((__m128i*)(pel_dst), _mm256_castsi256_si128(v[4])); # 808| _mm_storeu_si128((__m128i*)(pel_dst + 8 * line), _mm256_castsi256_si128(v[0])); # 809|-> _mm_storeu_si128((__m128i*)(pel_dst + 16 * line), _mm256_extracti128_si256(v[4], 1)); # 810| _mm_storeu_si128((__m128i*)(pel_dst + 24 * line), _mm256_extracti128_si256(v[0], 1)); # 811| Error: COMPILER_WARNING: [#def735] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:810:13: note[note]: called from here # 808| _mm_storeu_si128((__m128i*)(pel_dst + 8 * line), _mm256_castsi256_si128(v[0])); # 809| _mm_storeu_si128((__m128i*)(pel_dst + 16 * line), _mm256_extracti128_si256(v[4], 1)); # 810|-> _mm_storeu_si128((__m128i*)(pel_dst + 24 * line), _mm256_extracti128_si256(v[0], 1)); # 811| # 812| Error: COMPILER_WARNING: [#def736] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:822:13: note[note]: called from here # 820| dst = _mm256_hadd_epi32(v[0], v[2]) # 821| # 822|-> CALCU_EEO(coeffs[2], coeffs[3], d0); # 823| CALCU_EEO(coeffs[4], coeffs[5], d1); # 824| CALCU_EEO(coeffs[6], coeffs[7], d2); Error: COMPILER_WARNING: [#def737] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:823:13: note[note]: called from here # 821| # 822| CALCU_EEO(coeffs[2], coeffs[3], d0); # 823|-> CALCU_EEO(coeffs[4], coeffs[5], d1); # 824| CALCU_EEO(coeffs[6], coeffs[7], d2); # 825| CALCU_EEO(coeffs[8], coeffs[9], d3); Error: COMPILER_WARNING: [#def738] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:824:13: note[note]: called from here # 822| CALCU_EEO(coeffs[2], coeffs[3], d0); # 823| CALCU_EEO(coeffs[4], coeffs[5], d1); # 824|-> CALCU_EEO(coeffs[6], coeffs[7], d2); # 825| CALCU_EEO(coeffs[8], coeffs[9], d3); # 826| Error: COMPILER_WARNING: [#def739] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:825:13: note[note]: called from here # 823| CALCU_EEO(coeffs[4], coeffs[5], d1); # 824| CALCU_EEO(coeffs[6], coeffs[7], d2); # 825|-> CALCU_EEO(coeffs[8], coeffs[9], d3); # 826| # 827| d0 = _mm256_hadd_epi32(d0, d1); Error: COMPILER_WARNING: [#def740] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:827:18: note[note]: called from here # 825| CALCU_EEO(coeffs[8], coeffs[9], d3); # 826| # 827|-> d0 = _mm256_hadd_epi32(d0, d1); # 828| d2 = _mm256_hadd_epi32(d2, d3); # 829| Error: COMPILER_WARNING: [#def741] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:828:18: note[note]: called from here # 826| # 827| d0 = _mm256_hadd_epi32(d0, d1); # 828|-> d2 = _mm256_hadd_epi32(d2, d3); # 829| # 830| d0 = _mm256_permute4x64_epi64(d0, 0xd8); Error: COMPILER_WARNING: [#def742] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:830:18: note[note]: called from here # 828| d2 = _mm256_hadd_epi32(d2, d3); # 829| # 830|-> d0 = _mm256_permute4x64_epi64(d0, 0xd8); # 831| d1 = _mm256_permute4x64_epi64(d2, 0xd8); # 832| Error: COMPILER_WARNING: [#def743] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:831:18: note[note]: called from here # 829| # 830| d0 = _mm256_permute4x64_epi64(d0, 0xd8); # 831|-> d1 = _mm256_permute4x64_epi64(d2, 0xd8); # 832| # 833| #undef CALCU_EEO Error: COMPILER_WARNING: [#def744] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:836:18: note[note]: called from here # 834| #undef _mm256_madd_epi32_xeve # 835| # 836|-> d0 = _mm256_add_epi32(d0, add); # 837| d1 = _mm256_add_epi32(d1, add); # 838| Error: COMPILER_WARNING: [#def745] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:837:18: note[note]: called from here # 835| # 836| d0 = _mm256_add_epi32(d0, add); # 837|-> d1 = _mm256_add_epi32(d1, add); # 838| # 839| d0 = _mm256_srai_epi32(d0, shift); Error: COMPILER_WARNING: [#def746] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:839:18: note[note]: called from here # 837| d1 = _mm256_add_epi32(d1, add); # 838| # 839|-> d0 = _mm256_srai_epi32(d0, shift); # 840| d1 = _mm256_srai_epi32(d1, shift); # 841| Error: COMPILER_WARNING: [#def747] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:840:18: note[note]: called from here # 838| # 839| d0 = _mm256_srai_epi32(d0, shift); # 840|-> d1 = _mm256_srai_epi32(d1, shift); # 841| # 842| _mm_storeu_si128((__m128i*)(pel_dst + 4 * line), _mm256_castsi256_si128(d0)); Error: COMPILER_WARNING: [#def748] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:842:13: note[note]: called from here # 840| d1 = _mm256_srai_epi32(d1, shift); # 841| # 842|-> _mm_storeu_si128((__m128i*)(pel_dst + 4 * line), _mm256_castsi256_si128(d0)); # 843| _mm_storeu_si128((__m128i*)(pel_dst + 12 * line), _mm256_extracti128_si256(d0, 1)); # 844| _mm_storeu_si128((__m128i*)(pel_dst + 20 * line), _mm256_castsi256_si128(d1)); Error: COMPILER_WARNING: [#def749] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:843:13: note[note]: called from here # 841| # 842| _mm_storeu_si128((__m128i*)(pel_dst + 4 * line), _mm256_castsi256_si128(d0)); # 843|-> _mm_storeu_si128((__m128i*)(pel_dst + 12 * line), _mm256_extracti128_si256(d0, 1)); # 844| _mm_storeu_si128((__m128i*)(pel_dst + 20 * line), _mm256_castsi256_si128(d1)); # 845| _mm_storeu_si128((__m128i*)(pel_dst + 28 * line), _mm256_extracti128_si256(d1, 1)); Error: COMPILER_WARNING: [#def750] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:844:13: note[note]: called from here # 842| _mm_storeu_si128((__m128i*)(pel_dst + 4 * line), _mm256_castsi256_si128(d0)); # 843| _mm_storeu_si128((__m128i*)(pel_dst + 12 * line), _mm256_extracti128_si256(d0, 1)); # 844|-> _mm_storeu_si128((__m128i*)(pel_dst + 20 * line), _mm256_castsi256_si128(d1)); # 845| _mm_storeu_si128((__m128i*)(pel_dst + 28 * line), _mm256_extracti128_si256(d1, 1)); # 846| Error: COMPILER_WARNING: [#def751] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:845:13: note[note]: called from here # 843| _mm_storeu_si128((__m128i*)(pel_dst + 12 * line), _mm256_extracti128_si256(d0, 1)); # 844| _mm_storeu_si128((__m128i*)(pel_dst + 20 * line), _mm256_castsi256_si128(d1)); # 845|-> _mm_storeu_si128((__m128i*)(pel_dst + 28 * line), _mm256_extracti128_si256(d1, 1)); # 846| # 847| #define _mm256_madd1_epi32_xeve(a, b, c, d) \ Error: COMPILER_WARNING: [#def752] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:854:32: note[note]: called from here # 852| { # 853| int idx = i * 2 + 1; # 854|-> __m256i tm_0 = _mm256_setr_epi32(xeve_tbl_tm32[idx][0], xeve_tbl_tm32[idx][1], xeve_tbl_tm32[idx][2], xeve_tbl_tm32[idx][3], xeve_tbl_tm32[idx][0], xeve_tbl_tm32[idx][1], xeve_tbl_tm32[idx][2], xeve_tbl_tm32[idx][3]); # 855| __m256i tm_1 = _mm256_setr_epi32(xeve_tbl_tm32[idx][4], xeve_tbl_tm32[idx][5], xeve_tbl_tm32[idx][6], xeve_tbl_tm32[idx][7], xeve_tbl_tm32[idx][4], xeve_tbl_tm32[idx][5], xeve_tbl_tm32[idx][6], xeve_tbl_tm32[idx][7]); # 856| __m256i tm_2 = _mm256_setr_epi32(xeve_tbl_tm32[idx][8], xeve_tbl_tm32[idx][9], xeve_tbl_tm32[idx][10], xeve_tbl_tm32[idx][11], xeve_tbl_tm32[idx][8], xeve_tbl_tm32[idx][9], xeve_tbl_tm32[idx][10], xeve_tbl_tm32[idx][11]); Error: COMPILER_WARNING: [#def753] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:855:32: note[note]: called from here # 853| int idx = i * 2 + 1; # 854| __m256i tm_0 = _mm256_setr_epi32(xeve_tbl_tm32[idx][0], xeve_tbl_tm32[idx][1], xeve_tbl_tm32[idx][2], xeve_tbl_tm32[idx][3], xeve_tbl_tm32[idx][0], xeve_tbl_tm32[idx][1], xeve_tbl_tm32[idx][2], xeve_tbl_tm32[idx][3]); # 855|-> __m256i tm_1 = _mm256_setr_epi32(xeve_tbl_tm32[idx][4], xeve_tbl_tm32[idx][5], xeve_tbl_tm32[idx][6], xeve_tbl_tm32[idx][7], xeve_tbl_tm32[idx][4], xeve_tbl_tm32[idx][5], xeve_tbl_tm32[idx][6], xeve_tbl_tm32[idx][7]); # 856| __m256i tm_2 = _mm256_setr_epi32(xeve_tbl_tm32[idx][8], xeve_tbl_tm32[idx][9], xeve_tbl_tm32[idx][10], xeve_tbl_tm32[idx][11], xeve_tbl_tm32[idx][8], xeve_tbl_tm32[idx][9], xeve_tbl_tm32[idx][10], xeve_tbl_tm32[idx][11]); # 857| __m256i tm_3 = _mm256_setr_epi32(xeve_tbl_tm32[idx][12], xeve_tbl_tm32[idx][13], xeve_tbl_tm32[idx][14], xeve_tbl_tm32[idx][15], xeve_tbl_tm32[idx][12], xeve_tbl_tm32[idx][13], xeve_tbl_tm32[idx][14], xeve_tbl_tm32[idx][15]); Error: COMPILER_WARNING: [#def754] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:856:32: note[note]: called from here # 854| __m256i tm_0 = _mm256_setr_epi32(xeve_tbl_tm32[idx][0], xeve_tbl_tm32[idx][1], xeve_tbl_tm32[idx][2], xeve_tbl_tm32[idx][3], xeve_tbl_tm32[idx][0], xeve_tbl_tm32[idx][1], xeve_tbl_tm32[idx][2], xeve_tbl_tm32[idx][3]); # 855| __m256i tm_1 = _mm256_setr_epi32(xeve_tbl_tm32[idx][4], xeve_tbl_tm32[idx][5], xeve_tbl_tm32[idx][6], xeve_tbl_tm32[idx][7], xeve_tbl_tm32[idx][4], xeve_tbl_tm32[idx][5], xeve_tbl_tm32[idx][6], xeve_tbl_tm32[idx][7]); # 856|-> __m256i tm_2 = _mm256_setr_epi32(xeve_tbl_tm32[idx][8], xeve_tbl_tm32[idx][9], xeve_tbl_tm32[idx][10], xeve_tbl_tm32[idx][11], xeve_tbl_tm32[idx][8], xeve_tbl_tm32[idx][9], xeve_tbl_tm32[idx][10], xeve_tbl_tm32[idx][11]); # 857| __m256i tm_3 = _mm256_setr_epi32(xeve_tbl_tm32[idx][12], xeve_tbl_tm32[idx][13], xeve_tbl_tm32[idx][14], xeve_tbl_tm32[idx][15], xeve_tbl_tm32[idx][12], xeve_tbl_tm32[idx][13], xeve_tbl_tm32[idx][14], xeve_tbl_tm32[idx][15]); # 858| v[0] = _mm256_madd1_epi32_xeve(eo[0], tm_0, eo[1], tm_1); Error: COMPILER_WARNING: [#def755] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:857:32: note[note]: called from here # 855| __m256i tm_1 = _mm256_setr_epi32(xeve_tbl_tm32[idx][4], xeve_tbl_tm32[idx][5], xeve_tbl_tm32[idx][6], xeve_tbl_tm32[idx][7], xeve_tbl_tm32[idx][4], xeve_tbl_tm32[idx][5], xeve_tbl_tm32[idx][6], xeve_tbl_tm32[idx][7]); # 856| __m256i tm_2 = _mm256_setr_epi32(xeve_tbl_tm32[idx][8], xeve_tbl_tm32[idx][9], xeve_tbl_tm32[idx][10], xeve_tbl_tm32[idx][11], xeve_tbl_tm32[idx][8], xeve_tbl_tm32[idx][9], xeve_tbl_tm32[idx][10], xeve_tbl_tm32[idx][11]); # 857|-> __m256i tm_3 = _mm256_setr_epi32(xeve_tbl_tm32[idx][12], xeve_tbl_tm32[idx][13], xeve_tbl_tm32[idx][14], xeve_tbl_tm32[idx][15], xeve_tbl_tm32[idx][12], xeve_tbl_tm32[idx][13], xeve_tbl_tm32[idx][14], xeve_tbl_tm32[idx][15]); # 858| v[0] = _mm256_madd1_epi32_xeve(eo[0], tm_0, eo[1], tm_1); # 859| v[2] = _mm256_madd1_epi32_xeve(eo[2], tm_2, eo[3], tm_3); Error: COMPILER_WARNING: [#def756] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:858:24: note[note]: called from here # 856| __m256i tm_2 = _mm256_setr_epi32(xeve_tbl_tm32[idx][8], xeve_tbl_tm32[idx][9], xeve_tbl_tm32[idx][10], xeve_tbl_tm32[idx][11], xeve_tbl_tm32[idx][8], xeve_tbl_tm32[idx][9], xeve_tbl_tm32[idx][10], xeve_tbl_tm32[idx][11]); # 857| __m256i tm_3 = _mm256_setr_epi32(xeve_tbl_tm32[idx][12], xeve_tbl_tm32[idx][13], xeve_tbl_tm32[idx][14], xeve_tbl_tm32[idx][15], xeve_tbl_tm32[idx][12], xeve_tbl_tm32[idx][13], xeve_tbl_tm32[idx][14], xeve_tbl_tm32[idx][15]); # 858|-> v[0] = _mm256_madd1_epi32_xeve(eo[0], tm_0, eo[1], tm_1); # 859| v[2] = _mm256_madd1_epi32_xeve(eo[2], tm_2, eo[3], tm_3); # 860| v[4] = _mm256_madd1_epi32_xeve(eo[4], tm_0, eo[5], tm_1); Error: COMPILER_WARNING: [#def757] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:859:24: note[note]: called from here # 857| __m256i tm_3 = _mm256_setr_epi32(xeve_tbl_tm32[idx][12], xeve_tbl_tm32[idx][13], xeve_tbl_tm32[idx][14], xeve_tbl_tm32[idx][15], xeve_tbl_tm32[idx][12], xeve_tbl_tm32[idx][13], xeve_tbl_tm32[idx][14], xeve_tbl_tm32[idx][15]); # 858| v[0] = _mm256_madd1_epi32_xeve(eo[0], tm_0, eo[1], tm_1); # 859|-> v[2] = _mm256_madd1_epi32_xeve(eo[2], tm_2, eo[3], tm_3); # 860| v[4] = _mm256_madd1_epi32_xeve(eo[4], tm_0, eo[5], tm_1); # 861| v[6] = _mm256_madd1_epi32_xeve(eo[6], tm_2, eo[7], tm_3); Error: COMPILER_WARNING: [#def758] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:860:24: note[note]: called from here # 858| v[0] = _mm256_madd1_epi32_xeve(eo[0], tm_0, eo[1], tm_1); # 859| v[2] = _mm256_madd1_epi32_xeve(eo[2], tm_2, eo[3], tm_3); # 860|-> v[4] = _mm256_madd1_epi32_xeve(eo[4], tm_0, eo[5], tm_1); # 861| v[6] = _mm256_madd1_epi32_xeve(eo[6], tm_2, eo[7], tm_3); # 862| v[0] = _mm256_add_epi32(v[0], v[2]); Error: COMPILER_WARNING: [#def759] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:861:24: note[note]: called from here # 859| v[2] = _mm256_madd1_epi32_xeve(eo[2], tm_2, eo[3], tm_3); # 860| v[4] = _mm256_madd1_epi32_xeve(eo[4], tm_0, eo[5], tm_1); # 861|-> v[6] = _mm256_madd1_epi32_xeve(eo[6], tm_2, eo[7], tm_3); # 862| v[0] = _mm256_add_epi32(v[0], v[2]); # 863| v[4] = _mm256_add_epi32(v[4], v[6]); Error: COMPILER_WARNING: [#def760] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:862:24: note[note]: called from here # 860| v[4] = _mm256_madd1_epi32_xeve(eo[4], tm_0, eo[5], tm_1); # 861| v[6] = _mm256_madd1_epi32_xeve(eo[6], tm_2, eo[7], tm_3); # 862|-> v[0] = _mm256_add_epi32(v[0], v[2]); # 863| v[4] = _mm256_add_epi32(v[4], v[6]); # 864| dst_reg[i] = _mm256_hadd_epi32(v[0], v[4]); Error: COMPILER_WARNING: [#def761] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:863:24: note[note]: called from here # 861| v[6] = _mm256_madd1_epi32_xeve(eo[6], tm_2, eo[7], tm_3); # 862| v[0] = _mm256_add_epi32(v[0], v[2]); # 863|-> v[4] = _mm256_add_epi32(v[4], v[6]); # 864| dst_reg[i] = _mm256_hadd_epi32(v[0], v[4]); # 865| } Error: COMPILER_WARNING: [#def762] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:864:30: note[note]: called from here # 862| v[0] = _mm256_add_epi32(v[0], v[2]); # 863| v[4] = _mm256_add_epi32(v[4], v[6]); # 864|-> dst_reg[i] = _mm256_hadd_epi32(v[0], v[4]); # 865| } # 866| Error: COMPILER_WARNING: [#def763] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:867:18: note[note]: called from here # 865| } # 866| # 867|-> d0 = _mm256_hadd_epi32(dst_reg[0], dst_reg[1]); # 868| d1 = _mm256_hadd_epi32(dst_reg[2], dst_reg[3]); # 869| d2 = _mm256_hadd_epi32(dst_reg[4], dst_reg[5]); Error: COMPILER_WARNING: [#def764] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:868:18: note[note]: called from here # 866| # 867| d0 = _mm256_hadd_epi32(dst_reg[0], dst_reg[1]); # 868|-> d1 = _mm256_hadd_epi32(dst_reg[2], dst_reg[3]); # 869| d2 = _mm256_hadd_epi32(dst_reg[4], dst_reg[5]); # 870| d3 = _mm256_hadd_epi32(dst_reg[6], dst_reg[7]); Error: COMPILER_WARNING: [#def765] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:869:18: note[note]: called from here # 867| d0 = _mm256_hadd_epi32(dst_reg[0], dst_reg[1]); # 868| d1 = _mm256_hadd_epi32(dst_reg[2], dst_reg[3]); # 869|-> d2 = _mm256_hadd_epi32(dst_reg[4], dst_reg[5]); # 870| d3 = _mm256_hadd_epi32(dst_reg[6], dst_reg[7]); # 871| Error: COMPILER_WARNING: [#def766] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:870:18: note[note]: called from here # 868| d1 = _mm256_hadd_epi32(dst_reg[2], dst_reg[3]); # 869| d2 = _mm256_hadd_epi32(dst_reg[4], dst_reg[5]); # 870|-> d3 = _mm256_hadd_epi32(dst_reg[6], dst_reg[7]); # 871| # 872| d0 = _mm256_permute4x64_epi64(d0, 0xd8); Error: COMPILER_WARNING: [#def767] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:872:18: note[note]: called from here # 870| d3 = _mm256_hadd_epi32(dst_reg[6], dst_reg[7]); # 871| # 872|-> d0 = _mm256_permute4x64_epi64(d0, 0xd8); # 873| d1 = _mm256_permute4x64_epi64(d1, 0xd8); # 874| d2 = _mm256_permute4x64_epi64(d2, 0xd8); Error: COMPILER_WARNING: [#def768] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:873:18: note[note]: called from here # 871| # 872| d0 = _mm256_permute4x64_epi64(d0, 0xd8); # 873|-> d1 = _mm256_permute4x64_epi64(d1, 0xd8); # 874| d2 = _mm256_permute4x64_epi64(d2, 0xd8); # 875| d3 = _mm256_permute4x64_epi64(d3, 0xd8); Error: COMPILER_WARNING: [#def769] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:874:18: note[note]: called from here # 872| d0 = _mm256_permute4x64_epi64(d0, 0xd8); # 873| d1 = _mm256_permute4x64_epi64(d1, 0xd8); # 874|-> d2 = _mm256_permute4x64_epi64(d2, 0xd8); # 875| d3 = _mm256_permute4x64_epi64(d3, 0xd8); # 876| Error: COMPILER_WARNING: [#def770] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:875:18: note[note]: called from here # 873| d1 = _mm256_permute4x64_epi64(d1, 0xd8); # 874| d2 = _mm256_permute4x64_epi64(d2, 0xd8); # 875|-> d3 = _mm256_permute4x64_epi64(d3, 0xd8); # 876| # 877| CALCU_2x8_ADD_SHIFT(d0, d1, d2, d3, add, shift); Error: COMPILER_WARNING: [#def771] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:877:13: note[note]: called from here # 875| d3 = _mm256_permute4x64_epi64(d3, 0xd8); # 876| # 877|-> CALCU_2x8_ADD_SHIFT(d0, d1, d2, d3, add, shift); # 878| # 879| _mm_storeu_si128((__m128i*)(pel_dst + 2 * line), _mm256_castsi256_si128(d0)); Error: COMPILER_WARNING: [#def772] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:879:13: note[note]: called from here # 877| CALCU_2x8_ADD_SHIFT(d0, d1, d2, d3, add, shift); # 878| # 879|-> _mm_storeu_si128((__m128i*)(pel_dst + 2 * line), _mm256_castsi256_si128(d0)); # 880| _mm_storeu_si128((__m128i*)(pel_dst + 6 * line), _mm256_extracti128_si256(d0, 1)); # 881| _mm_storeu_si128((__m128i*)(pel_dst + 10 * line), _mm256_castsi256_si128(d1)); Error: COMPILER_WARNING: [#def773] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:880:13: note[note]: called from here # 878| # 879| _mm_storeu_si128((__m128i*)(pel_dst + 2 * line), _mm256_castsi256_si128(d0)); # 880|-> _mm_storeu_si128((__m128i*)(pel_dst + 6 * line), _mm256_extracti128_si256(d0, 1)); # 881| _mm_storeu_si128((__m128i*)(pel_dst + 10 * line), _mm256_castsi256_si128(d1)); # 882| _mm_storeu_si128((__m128i*)(pel_dst + 14 * line), _mm256_extracti128_si256(d1, 1)); Error: COMPILER_WARNING: [#def774] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:881:13: note[note]: called from here # 879| _mm_storeu_si128((__m128i*)(pel_dst + 2 * line), _mm256_castsi256_si128(d0)); # 880| _mm_storeu_si128((__m128i*)(pel_dst + 6 * line), _mm256_extracti128_si256(d0, 1)); # 881|-> _mm_storeu_si128((__m128i*)(pel_dst + 10 * line), _mm256_castsi256_si128(d1)); # 882| _mm_storeu_si128((__m128i*)(pel_dst + 14 * line), _mm256_extracti128_si256(d1, 1)); # 883| _mm_storeu_si128((__m128i*)(pel_dst + 18 * line), _mm256_castsi256_si128(d2)); Error: COMPILER_WARNING: [#def775] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:882:13: note[note]: called from here # 880| _mm_storeu_si128((__m128i*)(pel_dst + 6 * line), _mm256_extracti128_si256(d0, 1)); # 881| _mm_storeu_si128((__m128i*)(pel_dst + 10 * line), _mm256_castsi256_si128(d1)); # 882|-> _mm_storeu_si128((__m128i*)(pel_dst + 14 * line), _mm256_extracti128_si256(d1, 1)); # 883| _mm_storeu_si128((__m128i*)(pel_dst + 18 * line), _mm256_castsi256_si128(d2)); # 884| _mm_storeu_si128((__m128i*)(pel_dst + 22 * line), _mm256_extracti128_si256(d2, 1)); Error: COMPILER_WARNING: [#def776] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:883:13: note[note]: called from here # 881| _mm_storeu_si128((__m128i*)(pel_dst + 10 * line), _mm256_castsi256_si128(d1)); # 882| _mm_storeu_si128((__m128i*)(pel_dst + 14 * line), _mm256_extracti128_si256(d1, 1)); # 883|-> _mm_storeu_si128((__m128i*)(pel_dst + 18 * line), _mm256_castsi256_si128(d2)); # 884| _mm_storeu_si128((__m128i*)(pel_dst + 22 * line), _mm256_extracti128_si256(d2, 1)); # 885| _mm_storeu_si128((__m128i*)(pel_dst + 26 * line), _mm256_castsi256_si128(d3)); Error: COMPILER_WARNING: [#def777] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:884:13: note[note]: called from here # 882| _mm_storeu_si128((__m128i*)(pel_dst + 14 * line), _mm256_extracti128_si256(d1, 1)); # 883| _mm_storeu_si128((__m128i*)(pel_dst + 18 * line), _mm256_castsi256_si128(d2)); # 884|-> _mm_storeu_si128((__m128i*)(pel_dst + 22 * line), _mm256_extracti128_si256(d2, 1)); # 885| _mm_storeu_si128((__m128i*)(pel_dst + 26 * line), _mm256_castsi256_si128(d3)); # 886| _mm_storeu_si128((__m128i*)(pel_dst + 30 * line), _mm256_extracti128_si256(d3, 1)); Error: COMPILER_WARNING: [#def778] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:885:13: note[note]: called from here # 883| _mm_storeu_si128((__m128i*)(pel_dst + 18 * line), _mm256_castsi256_si128(d2)); # 884| _mm_storeu_si128((__m128i*)(pel_dst + 22 * line), _mm256_extracti128_si256(d2, 1)); # 885|-> _mm_storeu_si128((__m128i*)(pel_dst + 26 * line), _mm256_castsi256_si128(d3)); # 886| _mm_storeu_si128((__m128i*)(pel_dst + 30 * line), _mm256_extracti128_si256(d3, 1)); # 887| Error: COMPILER_WARNING: [#def779] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:886:13: note[note]: called from here # 884| _mm_storeu_si128((__m128i*)(pel_dst + 22 * line), _mm256_extracti128_si256(d2, 1)); # 885| _mm_storeu_si128((__m128i*)(pel_dst + 26 * line), _mm256_castsi256_si128(d3)); # 886|-> _mm_storeu_si128((__m128i*)(pel_dst + 30 * line), _mm256_extracti128_si256(d3, 1)); # 887| # 888| Error: COMPILER_WARNING: [#def780] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:892:32: note[note]: called from here # 890| { # 891| int idx = i * 2 + 1; # 892|-> __m256i tm_0 = _mm256_setr_epi32(xeve_tbl_tm64[idx][0], xeve_tbl_tm64[idx][1], xeve_tbl_tm64[idx][2], xeve_tbl_tm64[idx][3], xeve_tbl_tm64[idx][4], xeve_tbl_tm64[idx][5], xeve_tbl_tm64[idx][6], xeve_tbl_tm64[idx][7]); # 893| __m256i tm_1 = _mm256_setr_epi32(xeve_tbl_tm64[idx][8], xeve_tbl_tm64[idx][9], xeve_tbl_tm64[idx][10], xeve_tbl_tm64[idx][11], xeve_tbl_tm64[idx][12], xeve_tbl_tm64[idx][13], xeve_tbl_tm64[idx][14], xeve_tbl_tm64[idx][15]); # 894| __m256i tm_2 = _mm256_setr_epi32(xeve_tbl_tm64[idx][16], xeve_tbl_tm64[idx][17], xeve_tbl_tm64[idx][18], xeve_tbl_tm64[idx][19], xeve_tbl_tm64[idx][20], xeve_tbl_tm64[idx][21], xeve_tbl_tm64[idx][22], xeve_tbl_tm64[idx][23]); Error: COMPILER_WARNING: [#def781] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:893:32: note[note]: called from here # 891| int idx = i * 2 + 1; # 892| __m256i tm_0 = _mm256_setr_epi32(xeve_tbl_tm64[idx][0], xeve_tbl_tm64[idx][1], xeve_tbl_tm64[idx][2], xeve_tbl_tm64[idx][3], xeve_tbl_tm64[idx][4], xeve_tbl_tm64[idx][5], xeve_tbl_tm64[idx][6], xeve_tbl_tm64[idx][7]); # 893|-> __m256i tm_1 = _mm256_setr_epi32(xeve_tbl_tm64[idx][8], xeve_tbl_tm64[idx][9], xeve_tbl_tm64[idx][10], xeve_tbl_tm64[idx][11], xeve_tbl_tm64[idx][12], xeve_tbl_tm64[idx][13], xeve_tbl_tm64[idx][14], xeve_tbl_tm64[idx][15]); # 894| __m256i tm_2 = _mm256_setr_epi32(xeve_tbl_tm64[idx][16], xeve_tbl_tm64[idx][17], xeve_tbl_tm64[idx][18], xeve_tbl_tm64[idx][19], xeve_tbl_tm64[idx][20], xeve_tbl_tm64[idx][21], xeve_tbl_tm64[idx][22], xeve_tbl_tm64[idx][23]); # 895| __m256i tm_3 = _mm256_setr_epi32(xeve_tbl_tm64[idx][24], xeve_tbl_tm64[idx][25], xeve_tbl_tm64[idx][26], xeve_tbl_tm64[idx][27], xeve_tbl_tm64[idx][28], xeve_tbl_tm64[idx][29], xeve_tbl_tm64[idx][30], xeve_tbl_tm64[idx][31]); Error: COMPILER_WARNING: [#def782] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:894:32: note[note]: called from here # 892| __m256i tm_0 = _mm256_setr_epi32(xeve_tbl_tm64[idx][0], xeve_tbl_tm64[idx][1], xeve_tbl_tm64[idx][2], xeve_tbl_tm64[idx][3], xeve_tbl_tm64[idx][4], xeve_tbl_tm64[idx][5], xeve_tbl_tm64[idx][6], xeve_tbl_tm64[idx][7]); # 893| __m256i tm_1 = _mm256_setr_epi32(xeve_tbl_tm64[idx][8], xeve_tbl_tm64[idx][9], xeve_tbl_tm64[idx][10], xeve_tbl_tm64[idx][11], xeve_tbl_tm64[idx][12], xeve_tbl_tm64[idx][13], xeve_tbl_tm64[idx][14], xeve_tbl_tm64[idx][15]); # 894|-> __m256i tm_2 = _mm256_setr_epi32(xeve_tbl_tm64[idx][16], xeve_tbl_tm64[idx][17], xeve_tbl_tm64[idx][18], xeve_tbl_tm64[idx][19], xeve_tbl_tm64[idx][20], xeve_tbl_tm64[idx][21], xeve_tbl_tm64[idx][22], xeve_tbl_tm64[idx][23]); # 895| __m256i tm_3 = _mm256_setr_epi32(xeve_tbl_tm64[idx][24], xeve_tbl_tm64[idx][25], xeve_tbl_tm64[idx][26], xeve_tbl_tm64[idx][27], xeve_tbl_tm64[idx][28], xeve_tbl_tm64[idx][29], xeve_tbl_tm64[idx][30], xeve_tbl_tm64[idx][31]); # 896| v[0] = _mm256_madd1_epi32_xeve(o[0], tm_0, o[1], tm_1); Error: COMPILER_WARNING: [#def783] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:895:32: note[note]: called from here # 893| __m256i tm_1 = _mm256_setr_epi32(xeve_tbl_tm64[idx][8], xeve_tbl_tm64[idx][9], xeve_tbl_tm64[idx][10], xeve_tbl_tm64[idx][11], xeve_tbl_tm64[idx][12], xeve_tbl_tm64[idx][13], xeve_tbl_tm64[idx][14], xeve_tbl_tm64[idx][15]); # 894| __m256i tm_2 = _mm256_setr_epi32(xeve_tbl_tm64[idx][16], xeve_tbl_tm64[idx][17], xeve_tbl_tm64[idx][18], xeve_tbl_tm64[idx][19], xeve_tbl_tm64[idx][20], xeve_tbl_tm64[idx][21], xeve_tbl_tm64[idx][22], xeve_tbl_tm64[idx][23]); # 895|-> __m256i tm_3 = _mm256_setr_epi32(xeve_tbl_tm64[idx][24], xeve_tbl_tm64[idx][25], xeve_tbl_tm64[idx][26], xeve_tbl_tm64[idx][27], xeve_tbl_tm64[idx][28], xeve_tbl_tm64[idx][29], xeve_tbl_tm64[idx][30], xeve_tbl_tm64[idx][31]); # 896| v[0] = _mm256_madd1_epi32_xeve(o[0], tm_0, o[1], tm_1); # 897| v[2] = _mm256_madd1_epi32_xeve(o[2], tm_2, o[3], tm_3); Error: COMPILER_WARNING: [#def784] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:896:24: note[note]: called from here # 894| __m256i tm_2 = _mm256_setr_epi32(xeve_tbl_tm64[idx][16], xeve_tbl_tm64[idx][17], xeve_tbl_tm64[idx][18], xeve_tbl_tm64[idx][19], xeve_tbl_tm64[idx][20], xeve_tbl_tm64[idx][21], xeve_tbl_tm64[idx][22], xeve_tbl_tm64[idx][23]); # 895| __m256i tm_3 = _mm256_setr_epi32(xeve_tbl_tm64[idx][24], xeve_tbl_tm64[idx][25], xeve_tbl_tm64[idx][26], xeve_tbl_tm64[idx][27], xeve_tbl_tm64[idx][28], xeve_tbl_tm64[idx][29], xeve_tbl_tm64[idx][30], xeve_tbl_tm64[idx][31]); # 896|-> v[0] = _mm256_madd1_epi32_xeve(o[0], tm_0, o[1], tm_1); # 897| v[2] = _mm256_madd1_epi32_xeve(o[2], tm_2, o[3], tm_3); # 898| v[4] = _mm256_madd1_epi32_xeve(o[4], tm_0, o[5], tm_1); Error: COMPILER_WARNING: [#def785] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:897:24: note[note]: called from here # 895| __m256i tm_3 = _mm256_setr_epi32(xeve_tbl_tm64[idx][24], xeve_tbl_tm64[idx][25], xeve_tbl_tm64[idx][26], xeve_tbl_tm64[idx][27], xeve_tbl_tm64[idx][28], xeve_tbl_tm64[idx][29], xeve_tbl_tm64[idx][30], xeve_tbl_tm64[idx][31]); # 896| v[0] = _mm256_madd1_epi32_xeve(o[0], tm_0, o[1], tm_1); # 897|-> v[2] = _mm256_madd1_epi32_xeve(o[2], tm_2, o[3], tm_3); # 898| v[4] = _mm256_madd1_epi32_xeve(o[4], tm_0, o[5], tm_1); # 899| v[6] = _mm256_madd1_epi32_xeve(o[6], tm_2, o[7], tm_3); Error: COMPILER_WARNING: [#def786] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:898:24: note[note]: called from here # 896| v[0] = _mm256_madd1_epi32_xeve(o[0], tm_0, o[1], tm_1); # 897| v[2] = _mm256_madd1_epi32_xeve(o[2], tm_2, o[3], tm_3); # 898|-> v[4] = _mm256_madd1_epi32_xeve(o[4], tm_0, o[5], tm_1); # 899| v[6] = _mm256_madd1_epi32_xeve(o[6], tm_2, o[7], tm_3); # 900| v[8] = _mm256_madd1_epi32_xeve(o[8], tm_0, o[9], tm_1); Error: COMPILER_WARNING: [#def787] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:899:24: note[note]: called from here # 897| v[2] = _mm256_madd1_epi32_xeve(o[2], tm_2, o[3], tm_3); # 898| v[4] = _mm256_madd1_epi32_xeve(o[4], tm_0, o[5], tm_1); # 899|-> v[6] = _mm256_madd1_epi32_xeve(o[6], tm_2, o[7], tm_3); # 900| v[8] = _mm256_madd1_epi32_xeve(o[8], tm_0, o[9], tm_1); # 901| v[10] = _mm256_madd1_epi32_xeve(o[10], tm_2, o[11], tm_3); Error: COMPILER_WARNING: [#def788] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:900:24: note[note]: called from here # 898| v[4] = _mm256_madd1_epi32_xeve(o[4], tm_0, o[5], tm_1); # 899| v[6] = _mm256_madd1_epi32_xeve(o[6], tm_2, o[7], tm_3); # 900|-> v[8] = _mm256_madd1_epi32_xeve(o[8], tm_0, o[9], tm_1); # 901| v[10] = _mm256_madd1_epi32_xeve(o[10], tm_2, o[11], tm_3); # 902| v[12] = _mm256_madd1_epi32_xeve(o[12], tm_0, o[13], tm_1); Error: COMPILER_WARNING: [#def789] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:901:25: note[note]: called from here # 899| v[6] = _mm256_madd1_epi32_xeve(o[6], tm_2, o[7], tm_3); # 900| v[8] = _mm256_madd1_epi32_xeve(o[8], tm_0, o[9], tm_1); # 901|-> v[10] = _mm256_madd1_epi32_xeve(o[10], tm_2, o[11], tm_3); # 902| v[12] = _mm256_madd1_epi32_xeve(o[12], tm_0, o[13], tm_1); # 903| v[14] = _mm256_madd1_epi32_xeve(o[14], tm_2, o[15], tm_3); Error: COMPILER_WARNING: [#def790] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:902:25: note[note]: called from here # 900| v[8] = _mm256_madd1_epi32_xeve(o[8], tm_0, o[9], tm_1); # 901| v[10] = _mm256_madd1_epi32_xeve(o[10], tm_2, o[11], tm_3); # 902|-> v[12] = _mm256_madd1_epi32_xeve(o[12], tm_0, o[13], tm_1); # 903| v[14] = _mm256_madd1_epi32_xeve(o[14], tm_2, o[15], tm_3); # 904| v[0] = _mm256_add_epi32(v[0], v[2]); Error: COMPILER_WARNING: [#def791] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:903:25: note[note]: called from here # 901| v[10] = _mm256_madd1_epi32_xeve(o[10], tm_2, o[11], tm_3); # 902| v[12] = _mm256_madd1_epi32_xeve(o[12], tm_0, o[13], tm_1); # 903|-> v[14] = _mm256_madd1_epi32_xeve(o[14], tm_2, o[15], tm_3); # 904| v[0] = _mm256_add_epi32(v[0], v[2]); # 905| v[1] = _mm256_add_epi32(v[4], v[6]); Error: COMPILER_WARNING: [#def792] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:904:24: note[note]: called from here # 902| v[12] = _mm256_madd1_epi32_xeve(o[12], tm_0, o[13], tm_1); # 903| v[14] = _mm256_madd1_epi32_xeve(o[14], tm_2, o[15], tm_3); # 904|-> v[0] = _mm256_add_epi32(v[0], v[2]); # 905| v[1] = _mm256_add_epi32(v[4], v[6]); # 906| v[2] = _mm256_add_epi32(v[8], v[10]); Error: COMPILER_WARNING: [#def793] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:905:24: note[note]: called from here # 903| v[14] = _mm256_madd1_epi32_xeve(o[14], tm_2, o[15], tm_3); # 904| v[0] = _mm256_add_epi32(v[0], v[2]); # 905|-> v[1] = _mm256_add_epi32(v[4], v[6]); # 906| v[2] = _mm256_add_epi32(v[8], v[10]); # 907| v[3] = _mm256_add_epi32(v[12], v[14]); Error: COMPILER_WARNING: [#def794] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:906:24: note[note]: called from here # 904| v[0] = _mm256_add_epi32(v[0], v[2]); # 905| v[1] = _mm256_add_epi32(v[4], v[6]); # 906|-> v[2] = _mm256_add_epi32(v[8], v[10]); # 907| v[3] = _mm256_add_epi32(v[12], v[14]); # 908| v[0] = _mm256_hadd_epi32(v[0], v[1]); Error: COMPILER_WARNING: [#def795] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:907:24: note[note]: called from here # 905| v[1] = _mm256_add_epi32(v[4], v[6]); # 906| v[2] = _mm256_add_epi32(v[8], v[10]); # 907|-> v[3] = _mm256_add_epi32(v[12], v[14]); # 908| v[0] = _mm256_hadd_epi32(v[0], v[1]); # 909| v[2] = _mm256_hadd_epi32(v[2], v[3]); Error: COMPILER_WARNING: [#def796] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:908:24: note[note]: called from here # 906| v[2] = _mm256_add_epi32(v[8], v[10]); # 907| v[3] = _mm256_add_epi32(v[12], v[14]); # 908|-> v[0] = _mm256_hadd_epi32(v[0], v[1]); # 909| v[2] = _mm256_hadd_epi32(v[2], v[3]); # 910| dst_reg[i] = _mm256_hadd_epi32(v[0], v[2]); Error: COMPILER_WARNING: [#def797] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:909:24: note[note]: called from here # 907| v[3] = _mm256_add_epi32(v[12], v[14]); # 908| v[0] = _mm256_hadd_epi32(v[0], v[1]); # 909|-> v[2] = _mm256_hadd_epi32(v[2], v[3]); # 910| dst_reg[i] = _mm256_hadd_epi32(v[0], v[2]); # 911| } Error: COMPILER_WARNING: [#def798] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:910:30: note[note]: called from here # 908| v[0] = _mm256_hadd_epi32(v[0], v[1]); # 909| v[2] = _mm256_hadd_epi32(v[2], v[3]); # 910|-> dst_reg[i] = _mm256_hadd_epi32(v[0], v[2]); # 911| } # 912| Error: COMPILER_WARNING: [#def799] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:913:20: note[note]: called from here # 911| } # 912| # 913|-> t[0] = _mm256_permute2x128_si256(dst_reg[0], dst_reg[1], 0x20); # 914| t[1] = _mm256_permute2x128_si256(dst_reg[0], dst_reg[1], 0x31); # 915| t[2] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x20); Error: COMPILER_WARNING: [#def800] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:914:20: note[note]: called from here # 912| # 913| t[0] = _mm256_permute2x128_si256(dst_reg[0], dst_reg[1], 0x20); # 914|-> t[1] = _mm256_permute2x128_si256(dst_reg[0], dst_reg[1], 0x31); # 915| t[2] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x20); # 916| t[3] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x31); Error: COMPILER_WARNING: [#def801] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:915:20: note[note]: called from here # 913| t[0] = _mm256_permute2x128_si256(dst_reg[0], dst_reg[1], 0x20); # 914| t[1] = _mm256_permute2x128_si256(dst_reg[0], dst_reg[1], 0x31); # 915|-> t[2] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x20); # 916| t[3] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x31); # 917| t[4] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x20); Error: COMPILER_WARNING: [#def802] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:916:20: note[note]: called from here # 914| t[1] = _mm256_permute2x128_si256(dst_reg[0], dst_reg[1], 0x31); # 915| t[2] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x20); # 916|-> t[3] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x31); # 917| t[4] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x20); # 918| t[5] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x31); Error: COMPILER_WARNING: [#def803] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:917:20: note[note]: called from here # 915| t[2] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x20); # 916| t[3] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x31); # 917|-> t[4] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x20); # 918| t[5] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x31); # 919| t[6] = _mm256_permute2x128_si256(dst_reg[6], dst_reg[7], 0x20); Error: COMPILER_WARNING: [#def804] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:918:20: note[note]: called from here # 916| t[3] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x31); # 917| t[4] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x20); # 918|-> t[5] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x31); # 919| t[6] = _mm256_permute2x128_si256(dst_reg[6], dst_reg[7], 0x20); # 920| t[7] = _mm256_permute2x128_si256(dst_reg[6], dst_reg[7], 0x31); Error: COMPILER_WARNING: [#def805] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:919:20: note[note]: called from here # 917| t[4] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x20); # 918| t[5] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x31); # 919|-> t[6] = _mm256_permute2x128_si256(dst_reg[6], dst_reg[7], 0x20); # 920| t[7] = _mm256_permute2x128_si256(dst_reg[6], dst_reg[7], 0x31); # 921| Error: COMPILER_WARNING: [#def806] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:920:20: note[note]: called from here # 918| t[5] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x31); # 919| t[6] = _mm256_permute2x128_si256(dst_reg[6], dst_reg[7], 0x20); # 920|-> t[7] = _mm256_permute2x128_si256(dst_reg[6], dst_reg[7], 0x31); # 921| # 922| d0 = _mm256_add_epi32(t[0], t[1]); Error: COMPILER_WARNING: [#def807] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:922:18: note[note]: called from here # 920| t[7] = _mm256_permute2x128_si256(dst_reg[6], dst_reg[7], 0x31); # 921| # 922|-> d0 = _mm256_add_epi32(t[0], t[1]); # 923| d1 = _mm256_add_epi32(t[2], t[3]); # 924| d2 = _mm256_add_epi32(t[4], t[5]); Error: COMPILER_WARNING: [#def808] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:923:18: note[note]: called from here # 921| # 922| d0 = _mm256_add_epi32(t[0], t[1]); # 923|-> d1 = _mm256_add_epi32(t[2], t[3]); # 924| d2 = _mm256_add_epi32(t[4], t[5]); # 925| d3 = _mm256_add_epi32(t[6], t[7]); Error: COMPILER_WARNING: [#def809] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:924:18: note[note]: called from here # 922| d0 = _mm256_add_epi32(t[0], t[1]); # 923| d1 = _mm256_add_epi32(t[2], t[3]); # 924|-> d2 = _mm256_add_epi32(t[4], t[5]); # 925| d3 = _mm256_add_epi32(t[6], t[7]); # 926| Error: COMPILER_WARNING: [#def810] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:925:18: note[note]: called from here # 923| d1 = _mm256_add_epi32(t[2], t[3]); # 924| d2 = _mm256_add_epi32(t[4], t[5]); # 925|-> d3 = _mm256_add_epi32(t[6], t[7]); # 926| # 927| CALCU_2x8_ADD_SHIFT(d0, d1, d2, d3, add, shift); Error: COMPILER_WARNING: [#def811] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:927:13: note[note]: called from here # 925| d3 = _mm256_add_epi32(t[6], t[7]); # 926| # 927|-> CALCU_2x8_ADD_SHIFT(d0, d1, d2, d3, add, shift); # 928| # 929| _mm_storeu_si128((__m128i*)(pel_dst + 1 * line), _mm256_castsi256_si128(d0)); Error: COMPILER_WARNING: [#def812] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:929:13: note[note]: called from here # 927| CALCU_2x8_ADD_SHIFT(d0, d1, d2, d3, add, shift); # 928| # 929|-> _mm_storeu_si128((__m128i*)(pel_dst + 1 * line), _mm256_castsi256_si128(d0)); # 930| _mm_storeu_si128((__m128i*)(pel_dst + 3 * line), _mm256_extracti128_si256(d0, 1)); # 931| _mm_storeu_si128((__m128i*)(pel_dst + 5 * line), _mm256_castsi256_si128(d1)); Error: COMPILER_WARNING: [#def813] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:930:13: note[note]: called from here # 928| # 929| _mm_storeu_si128((__m128i*)(pel_dst + 1 * line), _mm256_castsi256_si128(d0)); # 930|-> _mm_storeu_si128((__m128i*)(pel_dst + 3 * line), _mm256_extracti128_si256(d0, 1)); # 931| _mm_storeu_si128((__m128i*)(pel_dst + 5 * line), _mm256_castsi256_si128(d1)); # 932| _mm_storeu_si128((__m128i*)(pel_dst + 7 * line), _mm256_extracti128_si256(d1, 1)); Error: COMPILER_WARNING: [#def814] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:931:13: note[note]: called from here # 929| _mm_storeu_si128((__m128i*)(pel_dst + 1 * line), _mm256_castsi256_si128(d0)); # 930| _mm_storeu_si128((__m128i*)(pel_dst + 3 * line), _mm256_extracti128_si256(d0, 1)); # 931|-> _mm_storeu_si128((__m128i*)(pel_dst + 5 * line), _mm256_castsi256_si128(d1)); # 932| _mm_storeu_si128((__m128i*)(pel_dst + 7 * line), _mm256_extracti128_si256(d1, 1)); # 933| _mm_storeu_si128((__m128i*)(pel_dst + 9 * line), _mm256_castsi256_si128(d2)); Error: COMPILER_WARNING: [#def815] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:932:13: note[note]: called from here # 930| _mm_storeu_si128((__m128i*)(pel_dst + 3 * line), _mm256_extracti128_si256(d0, 1)); # 931| _mm_storeu_si128((__m128i*)(pel_dst + 5 * line), _mm256_castsi256_si128(d1)); # 932|-> _mm_storeu_si128((__m128i*)(pel_dst + 7 * line), _mm256_extracti128_si256(d1, 1)); # 933| _mm_storeu_si128((__m128i*)(pel_dst + 9 * line), _mm256_castsi256_si128(d2)); # 934| _mm_storeu_si128((__m128i*)(pel_dst + 11 * line), _mm256_extracti128_si256(d2, 1)); Error: COMPILER_WARNING: [#def816] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:933:13: note[note]: called from here # 931| _mm_storeu_si128((__m128i*)(pel_dst + 5 * line), _mm256_castsi256_si128(d1)); # 932| _mm_storeu_si128((__m128i*)(pel_dst + 7 * line), _mm256_extracti128_si256(d1, 1)); # 933|-> _mm_storeu_si128((__m128i*)(pel_dst + 9 * line), _mm256_castsi256_si128(d2)); # 934| _mm_storeu_si128((__m128i*)(pel_dst + 11 * line), _mm256_extracti128_si256(d2, 1)); # 935| _mm_storeu_si128((__m128i*)(pel_dst + 13 * line), _mm256_castsi256_si128(d3)); Error: COMPILER_WARNING: [#def817] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:934:13: note[note]: called from here # 932| _mm_storeu_si128((__m128i*)(pel_dst + 7 * line), _mm256_extracti128_si256(d1, 1)); # 933| _mm_storeu_si128((__m128i*)(pel_dst + 9 * line), _mm256_castsi256_si128(d2)); # 934|-> _mm_storeu_si128((__m128i*)(pel_dst + 11 * line), _mm256_extracti128_si256(d2, 1)); # 935| _mm_storeu_si128((__m128i*)(pel_dst + 13 * line), _mm256_castsi256_si128(d3)); # 936| _mm_storeu_si128((__m128i*)(pel_dst + 15 * line), _mm256_extracti128_si256(d3, 1)); Error: COMPILER_WARNING: [#def818] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:935:13: note[note]: called from here # 933| _mm_storeu_si128((__m128i*)(pel_dst + 9 * line), _mm256_castsi256_si128(d2)); # 934| _mm_storeu_si128((__m128i*)(pel_dst + 11 * line), _mm256_extracti128_si256(d2, 1)); # 935|-> _mm_storeu_si128((__m128i*)(pel_dst + 13 * line), _mm256_castsi256_si128(d3)); # 936| _mm_storeu_si128((__m128i*)(pel_dst + 15 * line), _mm256_extracti128_si256(d3, 1)); # 937| Error: COMPILER_WARNING: [#def819] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:936:13: note[note]: called from here # 934| _mm_storeu_si128((__m128i*)(pel_dst + 11 * line), _mm256_extracti128_si256(d2, 1)); # 935| _mm_storeu_si128((__m128i*)(pel_dst + 13 * line), _mm256_castsi256_si128(d3)); # 936|-> _mm_storeu_si128((__m128i*)(pel_dst + 15 * line), _mm256_extracti128_si256(d3, 1)); # 937| # 938| for (i = 8; i < 16; ++i) Error: COMPILER_WARNING: [#def820] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:941:32: note[note]: called from here # 939| { # 940| int idx = i * 2 + 1; # 941|-> __m256i tm_0 = _mm256_setr_epi32(xeve_tbl_tm64[idx][0], xeve_tbl_tm64[idx][1], xeve_tbl_tm64[idx][2], xeve_tbl_tm64[idx][3], xeve_tbl_tm64[idx][4], xeve_tbl_tm64[idx][5], xeve_tbl_tm64[idx][6], xeve_tbl_tm64[idx][7]); # 942| __m256i tm_1 = _mm256_setr_epi32(xeve_tbl_tm64[idx][8], xeve_tbl_tm64[idx][9], xeve_tbl_tm64[idx][10], xeve_tbl_tm64[idx][11], xeve_tbl_tm64[idx][12], xeve_tbl_tm64[idx][13], xeve_tbl_tm64[idx][14], xeve_tbl_tm64[idx][15]); # 943| __m256i tm_2 = _mm256_setr_epi32(xeve_tbl_tm64[idx][16], xeve_tbl_tm64[idx][17], xeve_tbl_tm64[idx][18], xeve_tbl_tm64[idx][19], xeve_tbl_tm64[idx][20], xeve_tbl_tm64[idx][21], xeve_tbl_tm64[idx][22], xeve_tbl_tm64[idx][23]); Error: COMPILER_WARNING: [#def821] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:942:32: note[note]: called from here # 940| int idx = i * 2 + 1; # 941| __m256i tm_0 = _mm256_setr_epi32(xeve_tbl_tm64[idx][0], xeve_tbl_tm64[idx][1], xeve_tbl_tm64[idx][2], xeve_tbl_tm64[idx][3], xeve_tbl_tm64[idx][4], xeve_tbl_tm64[idx][5], xeve_tbl_tm64[idx][6], xeve_tbl_tm64[idx][7]); # 942|-> __m256i tm_1 = _mm256_setr_epi32(xeve_tbl_tm64[idx][8], xeve_tbl_tm64[idx][9], xeve_tbl_tm64[idx][10], xeve_tbl_tm64[idx][11], xeve_tbl_tm64[idx][12], xeve_tbl_tm64[idx][13], xeve_tbl_tm64[idx][14], xeve_tbl_tm64[idx][15]); # 943| __m256i tm_2 = _mm256_setr_epi32(xeve_tbl_tm64[idx][16], xeve_tbl_tm64[idx][17], xeve_tbl_tm64[idx][18], xeve_tbl_tm64[idx][19], xeve_tbl_tm64[idx][20], xeve_tbl_tm64[idx][21], xeve_tbl_tm64[idx][22], xeve_tbl_tm64[idx][23]); # 944| __m256i tm_3 = _mm256_setr_epi32(xeve_tbl_tm64[idx][24], xeve_tbl_tm64[idx][25], xeve_tbl_tm64[idx][26], xeve_tbl_tm64[idx][27], xeve_tbl_tm64[idx][28], xeve_tbl_tm64[idx][29], xeve_tbl_tm64[idx][30], xeve_tbl_tm64[idx][31]); Error: COMPILER_WARNING: [#def822] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:943:32: note[note]: called from here # 941| __m256i tm_0 = _mm256_setr_epi32(xeve_tbl_tm64[idx][0], xeve_tbl_tm64[idx][1], xeve_tbl_tm64[idx][2], xeve_tbl_tm64[idx][3], xeve_tbl_tm64[idx][4], xeve_tbl_tm64[idx][5], xeve_tbl_tm64[idx][6], xeve_tbl_tm64[idx][7]); # 942| __m256i tm_1 = _mm256_setr_epi32(xeve_tbl_tm64[idx][8], xeve_tbl_tm64[idx][9], xeve_tbl_tm64[idx][10], xeve_tbl_tm64[idx][11], xeve_tbl_tm64[idx][12], xeve_tbl_tm64[idx][13], xeve_tbl_tm64[idx][14], xeve_tbl_tm64[idx][15]); # 943|-> __m256i tm_2 = _mm256_setr_epi32(xeve_tbl_tm64[idx][16], xeve_tbl_tm64[idx][17], xeve_tbl_tm64[idx][18], xeve_tbl_tm64[idx][19], xeve_tbl_tm64[idx][20], xeve_tbl_tm64[idx][21], xeve_tbl_tm64[idx][22], xeve_tbl_tm64[idx][23]); # 944| __m256i tm_3 = _mm256_setr_epi32(xeve_tbl_tm64[idx][24], xeve_tbl_tm64[idx][25], xeve_tbl_tm64[idx][26], xeve_tbl_tm64[idx][27], xeve_tbl_tm64[idx][28], xeve_tbl_tm64[idx][29], xeve_tbl_tm64[idx][30], xeve_tbl_tm64[idx][31]); # 945| v[0] = _mm256_madd1_epi32_xeve(o[0], tm_0, o[1], tm_1); Error: COMPILER_WARNING: [#def823] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:944:32: note[note]: called from here # 942| __m256i tm_1 = _mm256_setr_epi32(xeve_tbl_tm64[idx][8], xeve_tbl_tm64[idx][9], xeve_tbl_tm64[idx][10], xeve_tbl_tm64[idx][11], xeve_tbl_tm64[idx][12], xeve_tbl_tm64[idx][13], xeve_tbl_tm64[idx][14], xeve_tbl_tm64[idx][15]); # 943| __m256i tm_2 = _mm256_setr_epi32(xeve_tbl_tm64[idx][16], xeve_tbl_tm64[idx][17], xeve_tbl_tm64[idx][18], xeve_tbl_tm64[idx][19], xeve_tbl_tm64[idx][20], xeve_tbl_tm64[idx][21], xeve_tbl_tm64[idx][22], xeve_tbl_tm64[idx][23]); # 944|-> __m256i tm_3 = _mm256_setr_epi32(xeve_tbl_tm64[idx][24], xeve_tbl_tm64[idx][25], xeve_tbl_tm64[idx][26], xeve_tbl_tm64[idx][27], xeve_tbl_tm64[idx][28], xeve_tbl_tm64[idx][29], xeve_tbl_tm64[idx][30], xeve_tbl_tm64[idx][31]); # 945| v[0] = _mm256_madd1_epi32_xeve(o[0], tm_0, o[1], tm_1); # 946| v[2] = _mm256_madd1_epi32_xeve(o[2], tm_2, o[3], tm_3); Error: COMPILER_WARNING: [#def824] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:945:24: note[note]: called from here # 943| __m256i tm_2 = _mm256_setr_epi32(xeve_tbl_tm64[idx][16], xeve_tbl_tm64[idx][17], xeve_tbl_tm64[idx][18], xeve_tbl_tm64[idx][19], xeve_tbl_tm64[idx][20], xeve_tbl_tm64[idx][21], xeve_tbl_tm64[idx][22], xeve_tbl_tm64[idx][23]); # 944| __m256i tm_3 = _mm256_setr_epi32(xeve_tbl_tm64[idx][24], xeve_tbl_tm64[idx][25], xeve_tbl_tm64[idx][26], xeve_tbl_tm64[idx][27], xeve_tbl_tm64[idx][28], xeve_tbl_tm64[idx][29], xeve_tbl_tm64[idx][30], xeve_tbl_tm64[idx][31]); # 945|-> v[0] = _mm256_madd1_epi32_xeve(o[0], tm_0, o[1], tm_1); # 946| v[2] = _mm256_madd1_epi32_xeve(o[2], tm_2, o[3], tm_3); # 947| v[4] = _mm256_madd1_epi32_xeve(o[4], tm_0, o[5], tm_1); Error: COMPILER_WARNING: [#def825] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:946:24: note[note]: called from here # 944| __m256i tm_3 = _mm256_setr_epi32(xeve_tbl_tm64[idx][24], xeve_tbl_tm64[idx][25], xeve_tbl_tm64[idx][26], xeve_tbl_tm64[idx][27], xeve_tbl_tm64[idx][28], xeve_tbl_tm64[idx][29], xeve_tbl_tm64[idx][30], xeve_tbl_tm64[idx][31]); # 945| v[0] = _mm256_madd1_epi32_xeve(o[0], tm_0, o[1], tm_1); # 946|-> v[2] = _mm256_madd1_epi32_xeve(o[2], tm_2, o[3], tm_3); # 947| v[4] = _mm256_madd1_epi32_xeve(o[4], tm_0, o[5], tm_1); # 948| v[6] = _mm256_madd1_epi32_xeve(o[6], tm_2, o[7], tm_3); Error: COMPILER_WARNING: [#def826] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:947:24: note[note]: called from here # 945| v[0] = _mm256_madd1_epi32_xeve(o[0], tm_0, o[1], tm_1); # 946| v[2] = _mm256_madd1_epi32_xeve(o[2], tm_2, o[3], tm_3); # 947|-> v[4] = _mm256_madd1_epi32_xeve(o[4], tm_0, o[5], tm_1); # 948| v[6] = _mm256_madd1_epi32_xeve(o[6], tm_2, o[7], tm_3); # 949| v[8] = _mm256_madd1_epi32_xeve(o[8], tm_0, o[9], tm_1); Error: COMPILER_WARNING: [#def827] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:948:24: note[note]: called from here # 946| v[2] = _mm256_madd1_epi32_xeve(o[2], tm_2, o[3], tm_3); # 947| v[4] = _mm256_madd1_epi32_xeve(o[4], tm_0, o[5], tm_1); # 948|-> v[6] = _mm256_madd1_epi32_xeve(o[6], tm_2, o[7], tm_3); # 949| v[8] = _mm256_madd1_epi32_xeve(o[8], tm_0, o[9], tm_1); # 950| v[10] = _mm256_madd1_epi32_xeve(o[10], tm_2, o[11], tm_3); Error: COMPILER_WARNING: [#def828] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:949:24: note[note]: called from here # 947| v[4] = _mm256_madd1_epi32_xeve(o[4], tm_0, o[5], tm_1); # 948| v[6] = _mm256_madd1_epi32_xeve(o[6], tm_2, o[7], tm_3); # 949|-> v[8] = _mm256_madd1_epi32_xeve(o[8], tm_0, o[9], tm_1); # 950| v[10] = _mm256_madd1_epi32_xeve(o[10], tm_2, o[11], tm_3); # 951| v[12] = _mm256_madd1_epi32_xeve(o[12], tm_0, o[13], tm_1); Error: COMPILER_WARNING: [#def829] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:950:25: note[note]: called from here # 948| v[6] = _mm256_madd1_epi32_xeve(o[6], tm_2, o[7], tm_3); # 949| v[8] = _mm256_madd1_epi32_xeve(o[8], tm_0, o[9], tm_1); # 950|-> v[10] = _mm256_madd1_epi32_xeve(o[10], tm_2, o[11], tm_3); # 951| v[12] = _mm256_madd1_epi32_xeve(o[12], tm_0, o[13], tm_1); # 952| v[14] = _mm256_madd1_epi32_xeve(o[14], tm_2, o[15], tm_3); Error: COMPILER_WARNING: [#def830] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:951:25: note[note]: called from here # 949| v[8] = _mm256_madd1_epi32_xeve(o[8], tm_0, o[9], tm_1); # 950| v[10] = _mm256_madd1_epi32_xeve(o[10], tm_2, o[11], tm_3); # 951|-> v[12] = _mm256_madd1_epi32_xeve(o[12], tm_0, o[13], tm_1); # 952| v[14] = _mm256_madd1_epi32_xeve(o[14], tm_2, o[15], tm_3); # 953| v[0] = _mm256_add_epi32(v[0], v[2]); Error: COMPILER_WARNING: [#def831] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:952:25: note[note]: called from here # 950| v[10] = _mm256_madd1_epi32_xeve(o[10], tm_2, o[11], tm_3); # 951| v[12] = _mm256_madd1_epi32_xeve(o[12], tm_0, o[13], tm_1); # 952|-> v[14] = _mm256_madd1_epi32_xeve(o[14], tm_2, o[15], tm_3); # 953| v[0] = _mm256_add_epi32(v[0], v[2]); # 954| v[1] = _mm256_add_epi32(v[4], v[6]); Error: COMPILER_WARNING: [#def832] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:953:24: note[note]: called from here # 951| v[12] = _mm256_madd1_epi32_xeve(o[12], tm_0, o[13], tm_1); # 952| v[14] = _mm256_madd1_epi32_xeve(o[14], tm_2, o[15], tm_3); # 953|-> v[0] = _mm256_add_epi32(v[0], v[2]); # 954| v[1] = _mm256_add_epi32(v[4], v[6]); # 955| v[2] = _mm256_add_epi32(v[8], v[10]); Error: COMPILER_WARNING: [#def833] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:954:24: note[note]: called from here # 952| v[14] = _mm256_madd1_epi32_xeve(o[14], tm_2, o[15], tm_3); # 953| v[0] = _mm256_add_epi32(v[0], v[2]); # 954|-> v[1] = _mm256_add_epi32(v[4], v[6]); # 955| v[2] = _mm256_add_epi32(v[8], v[10]); # 956| v[3] = _mm256_add_epi32(v[12], v[14]); Error: COMPILER_WARNING: [#def834] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:955:24: note[note]: called from here # 953| v[0] = _mm256_add_epi32(v[0], v[2]); # 954| v[1] = _mm256_add_epi32(v[4], v[6]); # 955|-> v[2] = _mm256_add_epi32(v[8], v[10]); # 956| v[3] = _mm256_add_epi32(v[12], v[14]); # 957| v[0] = _mm256_hadd_epi32(v[0], v[1]); Error: COMPILER_WARNING: [#def835] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:956:24: note[note]: called from here # 954| v[1] = _mm256_add_epi32(v[4], v[6]); # 955| v[2] = _mm256_add_epi32(v[8], v[10]); # 956|-> v[3] = _mm256_add_epi32(v[12], v[14]); # 957| v[0] = _mm256_hadd_epi32(v[0], v[1]); # 958| v[2] = _mm256_hadd_epi32(v[2], v[3]); Error: COMPILER_WARNING: [#def836] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:957:24: note[note]: called from here # 955| v[2] = _mm256_add_epi32(v[8], v[10]); # 956| v[3] = _mm256_add_epi32(v[12], v[14]); # 957|-> v[0] = _mm256_hadd_epi32(v[0], v[1]); # 958| v[2] = _mm256_hadd_epi32(v[2], v[3]); # 959| dst_reg[i - 8] = _mm256_hadd_epi32(v[0], v[2]); Error: COMPILER_WARNING: [#def837] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:958:24: note[note]: called from here # 956| v[3] = _mm256_add_epi32(v[12], v[14]); # 957| v[0] = _mm256_hadd_epi32(v[0], v[1]); # 958|-> v[2] = _mm256_hadd_epi32(v[2], v[3]); # 959| dst_reg[i - 8] = _mm256_hadd_epi32(v[0], v[2]); # 960| } Error: COMPILER_WARNING: [#def838] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:959:34: note[note]: called from here # 957| v[0] = _mm256_hadd_epi32(v[0], v[1]); # 958| v[2] = _mm256_hadd_epi32(v[2], v[3]); # 959|-> dst_reg[i - 8] = _mm256_hadd_epi32(v[0], v[2]); # 960| } # 961| Error: COMPILER_WARNING: [#def839] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:965:20: note[note]: called from here # 963| #undef CALCU_O # 964| # 965|-> t[0] = _mm256_permute2x128_si256(dst_reg[0], dst_reg[1], 0x20); # 966| t[1] = _mm256_permute2x128_si256(dst_reg[0], dst_reg[1], 0x31); # 967| t[2] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x20); Error: COMPILER_WARNING: [#def840] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:966:20: note[note]: called from here # 964| # 965| t[0] = _mm256_permute2x128_si256(dst_reg[0], dst_reg[1], 0x20); # 966|-> t[1] = _mm256_permute2x128_si256(dst_reg[0], dst_reg[1], 0x31); # 967| t[2] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x20); # 968| t[3] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x31); Error: COMPILER_WARNING: [#def841] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:967:20: note[note]: called from here # 965| t[0] = _mm256_permute2x128_si256(dst_reg[0], dst_reg[1], 0x20); # 966| t[1] = _mm256_permute2x128_si256(dst_reg[0], dst_reg[1], 0x31); # 967|-> t[2] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x20); # 968| t[3] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x31); # 969| t[4] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x20); Error: COMPILER_WARNING: [#def842] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:968:20: note[note]: called from here # 966| t[1] = _mm256_permute2x128_si256(dst_reg[0], dst_reg[1], 0x31); # 967| t[2] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x20); # 968|-> t[3] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x31); # 969| t[4] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x20); # 970| t[5] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x31); Error: COMPILER_WARNING: [#def843] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:969:20: note[note]: called from here # 967| t[2] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x20); # 968| t[3] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x31); # 969|-> t[4] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x20); # 970| t[5] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x31); # 971| t[6] = _mm256_permute2x128_si256(dst_reg[6], dst_reg[7], 0x20); Error: COMPILER_WARNING: [#def844] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:970:20: note[note]: called from here # 968| t[3] = _mm256_permute2x128_si256(dst_reg[2], dst_reg[3], 0x31); # 969| t[4] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x20); # 970|-> t[5] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x31); # 971| t[6] = _mm256_permute2x128_si256(dst_reg[6], dst_reg[7], 0x20); # 972| t[7] = _mm256_permute2x128_si256(dst_reg[6], dst_reg[7], 0x31); Error: COMPILER_WARNING: [#def845] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:971:20: note[note]: called from here # 969| t[4] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x20); # 970| t[5] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x31); # 971|-> t[6] = _mm256_permute2x128_si256(dst_reg[6], dst_reg[7], 0x20); # 972| t[7] = _mm256_permute2x128_si256(dst_reg[6], dst_reg[7], 0x31); # 973| Error: COMPILER_WARNING: [#def846] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:972:20: note[note]: called from here # 970| t[5] = _mm256_permute2x128_si256(dst_reg[4], dst_reg[5], 0x31); # 971| t[6] = _mm256_permute2x128_si256(dst_reg[6], dst_reg[7], 0x20); # 972|-> t[7] = _mm256_permute2x128_si256(dst_reg[6], dst_reg[7], 0x31); # 973| # 974| d0 = _mm256_add_epi32(t[0], t[1]); Error: COMPILER_WARNING: [#def847] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:974:18: note[note]: called from here # 972| t[7] = _mm256_permute2x128_si256(dst_reg[6], dst_reg[7], 0x31); # 973| # 974|-> d0 = _mm256_add_epi32(t[0], t[1]); # 975| d1 = _mm256_add_epi32(t[2], t[3]); # 976| d2 = _mm256_add_epi32(t[4], t[5]); Error: COMPILER_WARNING: [#def848] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:975:18: note[note]: called from here # 973| # 974| d0 = _mm256_add_epi32(t[0], t[1]); # 975|-> d1 = _mm256_add_epi32(t[2], t[3]); # 976| d2 = _mm256_add_epi32(t[4], t[5]); # 977| d3 = _mm256_add_epi32(t[6], t[7]); Error: COMPILER_WARNING: [#def849] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:976:18: note[note]: called from here # 974| d0 = _mm256_add_epi32(t[0], t[1]); # 975| d1 = _mm256_add_epi32(t[2], t[3]); # 976|-> d2 = _mm256_add_epi32(t[4], t[5]); # 977| d3 = _mm256_add_epi32(t[6], t[7]); # 978| Error: COMPILER_WARNING: [#def850] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:977:18: note[note]: called from here # 975| d1 = _mm256_add_epi32(t[2], t[3]); # 976| d2 = _mm256_add_epi32(t[4], t[5]); # 977|-> d3 = _mm256_add_epi32(t[6], t[7]); # 978| # 979| CALCU_2x8_ADD_SHIFT(d0, d1, d2, d3, add, shift) Error: COMPILER_WARNING: [#def851] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:979:13: note[note]: called from here # 977| d3 = _mm256_add_epi32(t[6], t[7]); # 978| # 979|-> CALCU_2x8_ADD_SHIFT(d0, d1, d2, d3, add, shift) # 980| # 981| _mm_storeu_si128((__m128i*)(pel_dst + 17 * line), _mm256_castsi256_si128(d0)); Error: COMPILER_WARNING: [#def852] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:981:13: note[note]: called from here # 979| CALCU_2x8_ADD_SHIFT(d0, d1, d2, d3, add, shift) # 980| # 981|-> _mm_storeu_si128((__m128i*)(pel_dst + 17 * line), _mm256_castsi256_si128(d0)); # 982| _mm_storeu_si128((__m128i*)(pel_dst + 19 * line), _mm256_extracti128_si256(d0, 1)); # 983| _mm_storeu_si128((__m128i*)(pel_dst + 21 * line), _mm256_castsi256_si128(d1)); Error: COMPILER_WARNING: [#def853] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:982:13: note[note]: called from here # 980| # 981| _mm_storeu_si128((__m128i*)(pel_dst + 17 * line), _mm256_castsi256_si128(d0)); # 982|-> _mm_storeu_si128((__m128i*)(pel_dst + 19 * line), _mm256_extracti128_si256(d0, 1)); # 983| _mm_storeu_si128((__m128i*)(pel_dst + 21 * line), _mm256_castsi256_si128(d1)); # 984| _mm_storeu_si128((__m128i*)(pel_dst + 23 * line), _mm256_extracti128_si256(d1, 1)); Error: COMPILER_WARNING: [#def854] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:983:13: note[note]: called from here # 981| _mm_storeu_si128((__m128i*)(pel_dst + 17 * line), _mm256_castsi256_si128(d0)); # 982| _mm_storeu_si128((__m128i*)(pel_dst + 19 * line), _mm256_extracti128_si256(d0, 1)); # 983|-> _mm_storeu_si128((__m128i*)(pel_dst + 21 * line), _mm256_castsi256_si128(d1)); # 984| _mm_storeu_si128((__m128i*)(pel_dst + 23 * line), _mm256_extracti128_si256(d1, 1)); # 985| _mm_storeu_si128((__m128i*)(pel_dst + 25 * line), _mm256_castsi256_si128(d2)); Error: COMPILER_WARNING: [#def855] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:984:13: note[note]: called from here # 982| _mm_storeu_si128((__m128i*)(pel_dst + 19 * line), _mm256_extracti128_si256(d0, 1)); # 983| _mm_storeu_si128((__m128i*)(pel_dst + 21 * line), _mm256_castsi256_si128(d1)); # 984|-> _mm_storeu_si128((__m128i*)(pel_dst + 23 * line), _mm256_extracti128_si256(d1, 1)); # 985| _mm_storeu_si128((__m128i*)(pel_dst + 25 * line), _mm256_castsi256_si128(d2)); # 986| _mm_storeu_si128((__m128i*)(pel_dst + 27 * line), _mm256_extracti128_si256(d2, 1)); Error: COMPILER_WARNING: [#def856] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:985:13: note[note]: called from here # 983| _mm_storeu_si128((__m128i*)(pel_dst + 21 * line), _mm256_castsi256_si128(d1)); # 984| _mm_storeu_si128((__m128i*)(pel_dst + 23 * line), _mm256_extracti128_si256(d1, 1)); # 985|-> _mm_storeu_si128((__m128i*)(pel_dst + 25 * line), _mm256_castsi256_si128(d2)); # 986| _mm_storeu_si128((__m128i*)(pel_dst + 27 * line), _mm256_extracti128_si256(d2, 1)); # 987| _mm_storeu_si128((__m128i*)(pel_dst + 29 * line), _mm256_castsi256_si128(d3)); Error: COMPILER_WARNING: [#def857] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:986:13: note[note]: called from here # 984| _mm_storeu_si128((__m128i*)(pel_dst + 23 * line), _mm256_extracti128_si256(d1, 1)); # 985| _mm_storeu_si128((__m128i*)(pel_dst + 25 * line), _mm256_castsi256_si128(d2)); # 986|-> _mm_storeu_si128((__m128i*)(pel_dst + 27 * line), _mm256_extracti128_si256(d2, 1)); # 987| _mm_storeu_si128((__m128i*)(pel_dst + 29 * line), _mm256_castsi256_si128(d3)); # 988| _mm_storeu_si128((__m128i*)(pel_dst + 31 * line), _mm256_extracti128_si256(d3, 1)); Error: COMPILER_WARNING: [#def858] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:987:13: note[note]: called from here # 985| _mm_storeu_si128((__m128i*)(pel_dst + 25 * line), _mm256_castsi256_si128(d2)); # 986| _mm_storeu_si128((__m128i*)(pel_dst + 27 * line), _mm256_extracti128_si256(d2, 1)); # 987|-> _mm_storeu_si128((__m128i*)(pel_dst + 29 * line), _mm256_castsi256_si128(d3)); # 988| _mm_storeu_si128((__m128i*)(pel_dst + 31 * line), _mm256_extracti128_si256(d3, 1)); # 989| Error: COMPILER_WARNING: [#def859] xeve-0.5.1/src_base/avx/xeve_tq_avx.c:988:13: note[note]: called from here # 986| _mm_storeu_si128((__m128i*)(pel_dst + 27 * line), _mm256_extracti128_si256(d2, 1)); # 987| _mm_storeu_si128((__m128i*)(pel_dst + 29 * line), _mm256_castsi256_si128(d3)); # 988|-> _mm_storeu_si128((__m128i*)(pel_dst + 31 * line), _mm256_extracti128_si256(d3, 1)); # 989| # 990| pel_dst += 4; Error: COMPILER_WARNING (CWE-563): [#def860] xeve-0.5.1/src_base/xeve.c: scope_hint: In function ‘xeve_param_check’ xeve-0.5.1/src_base/xeve.c:344:9: warning[-Wunused-variable]: unused variable ‘min_block_size’ # 344 | int min_block_size = 4; # | ^~~~~~~~~~~~~~ # 342| { # 343| int ret = 0; # 344|-> int min_block_size = 4; # 345| # 346| // Param check done to avoid main profile toolset inside baseline profile Error: CPPCHECK_WARNING (CWE-758): [#def861] xeve-0.5.1/src_base/xeve_df.c:326: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour # 324| for(j = 0; j < w; j++) # 325| { # 326|-> MCU_SET_COD(map_scu[j]); # 327| } # 328| map_scu += w_scu; Error: CPPCHECK_WARNING (CWE-758): [#def862] xeve-0.5.1/src_base/xeve_df.c:457: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour # 455| for(j = 0; j < w; j++) # 456| { # 457|-> MCU_SET_COD(map_scu[j]); # 458| } # 459| map_scu += w_scu; Error: COMPILER_WARNING (CWE-563): [#def863] xeve-0.5.1/src_base/xeve_df.c: scope_hint: In function ‘xeve_deblock_tree’ xeve-0.5.1/src_base/xeve_df.c:547:14: warning[-Wunused-variable]: unused variable ‘mode_cons_changed’ # 547 | BOOL mode_cons_changed = FALSE; # | ^~~~~~~~~~~~~~~~~ # 545| split_struct.tree_cons = tree_cons; # 546| # 547|-> BOOL mode_cons_changed = FALSE; # 548| split_struct.tree_cons = xeve_get_default_tree_cons(); # 549| Error: COMPILER_WARNING (CWE-563): [#def864] xeve-0.5.1/src_base/xeve_eco.c:1015:8: warning[-Wunused-variable]: unused variable ‘is_intra’ # 1015 | u8 is_intra = (pred_mode == MODE_INTRA) ? 1 : 0; # | ^~~~~~~~ # 1013| # 1014| int cbf_all = 0; # 1015|-> u8 is_intra = (pred_mode == MODE_INTRA) ? 1 : 0; # 1016| XEVE_SBAC * sbac = GET_SBAC_ENC(bs); # 1017| Error: COMPILER_WARNING (CWE-563): [#def865] xeve-0.5.1/src_base/xeve_eco.c: scope_hint: In function ‘xeve_eco_coefficient’ xeve-0.5.1/src_base/xeve_eco.c:1016:20: warning[-Wunused-variable]: unused variable ‘sbac’ # 1016 | XEVE_SBAC * sbac = GET_SBAC_ENC(bs); # | ^~~~ # 1014| int cbf_all = 0; # 1015| u8 is_intra = (pred_mode == MODE_INTRA) ? 1 : 0; # 1016|-> XEVE_SBAC * sbac = GET_SBAC_ENC(bs); # 1017| # 1018| for (j = 0; j < loop_h; j++) Error: CPPCHECK_WARNING (CWE-758): [#def866] xeve-0.5.1/src_base/xeve_eco.c:1592: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour # 1590| } # 1591| # 1592|-> MCU_SET_COD(map_scu[j]); # 1593| if(ctx->pps.cu_qp_delta_enabled_flag) # 1594| { Error: COMPILER_WARNING (CWE-563): [#def867] xeve-0.5.1/src_base/xeve_enc.c:40:9: warning[-Wunused-variable]: unused variable ‘suco_flag’ # 40 | s8 suco_flag = 0; # | ^~~~~~~~~ # 38| int ret; # 39| s8 split_mode; # 40|-> s8 suco_flag = 0; # 41| int bound; # 42| Error: COMPILER_WARNING (CWE-563): [#def868] xeve-0.5.1/src_base/xeve_enc.c: scope_hint: In function ‘xeve_eco_tree’ xeve-0.5.1/src_base/xeve_enc.c:41:9: warning[-Wunused-but-set-variable]: variable ‘bound’ set but not used # 41 | int bound; # | ^~~~~ # 39| s8 split_mode; # 40| s8 suco_flag = 0; # 41|-> int bound; # 42| # 43| core->tree_cons = tree_cons; Error: GCC_ANALYZER_WARNING (CWE-401): [#def869] xeve-0.5.1/src_base/xeve_enc.c:182:13: warning[-Wanalyzer-malloc-leak]: leak of ‘core’ xeve-0.5.1/src_base/xeve_enc.c:173:25: acquire_memory: allocated here xeve-0.5.1/src_base/xeve_enc.c:175:5: branch_false: following ‘false’ branch (when ‘core’ is non-NULL)... xeve-0.5.1/src_base/xeve_enc.c:176:5: branch_false: ...to here xeve-0.5.1/src_base/xeve_enc.c:178:17: branch_true: following ‘true’ branch (when ‘i != 7’)... branch_true: ...to here xeve-0.5.1/src_base/xeve_enc.c:180:21: branch_true: following ‘true’ branch (when ‘j != 7’)... xeve-0.5.1/src_base/xeve_enc.c:182:13: branch_true: ...to here xeve-0.5.1/src_base/xeve_enc.c:182:13: danger: ‘core’ leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0) # 180| for (j = 0; j < MAX_CU_LOG2; j++) # 181| { # 182|-> xeve_create_cu_data(&core->cu_data_best[i][j], i, j, chroma_format_idc); # 183| xeve_create_cu_data(&core->cu_data_temp[i][j], i, j, chroma_format_idc); # 184| } Error: COMPILER_WARNING (CWE-563): [#def870] xeve-0.5.1/src_base/xeve_enc.c:300:13: warning[-Wunused-variable]: unused variable ‘task_completed’ # 300 | int task_completed = 0; # | ^~~~~~~~~~~~~~ # 298| tc = ctx->tc; # 299| int thread_cnt = 0, thread_cnt1 = 0;; # 300|-> int task_completed = 0; # 301| int tile_cnt = 0; # 302| Error: COMPILER_WARNING (CWE-563): [#def871] xeve-0.5.1/src_base/xeve_enc.c:423:13: warning[-Wunused-variable]: unused variable ‘aps_nalu_size’ # 423 | int aps_nalu_size = 0; # | ^~~~~~~~~~~~~ # 421| # 422| /* Send available APSs */ # 423|-> int aps_nalu_size = 0; # 424| u8 * nalu_len_buf = bs->cur; # 425| u8* cur_tmp = bs->cur; Error: COMPILER_WARNING (CWE-563): [#def872] xeve-0.5.1/src_base/xeve_enc.c: scope_hint: In function ‘xeve_pic’ xeve-0.5.1/src_base/xeve_enc.c:542:30: warning[-Wunused-variable]: unused variable ‘num_add_cabac_zero_bytes’ # 542 | unsigned int num_add_cabac_zero_bytes = num_add_cabac_zero_words * 3; # | ^~~~~~~~~~~~~~~~~~~~~~~~ # 540| unsigned int num_add_bytes_needed = target_num_bytes_in_units - num_bytes_in_units; # 541| unsigned int num_add_cabac_zero_words = (num_add_bytes_needed + 2) / 3; # 542|-> unsigned int num_add_cabac_zero_bytes = num_add_cabac_zero_words * 3; # 543| for (unsigned int i = 0; i < num_add_cabac_zero_words; i++) # 544| { Error: COMPILER_WARNING (CWE-563): [#def873] xeve-0.5.1/src_base/xeve_enc.c: scope_hint: In function ‘xeve_platform_init_func’ xeve-0.5.1/src_base/xeve_enc.c:715:33: warning[-Wunused-variable]: unused variable ‘support_avx’ # 715 | int check_cpu, support_sse, support_avx, support_avx2; # | ^~~~~~~~~~~ # 713| else # 714| #elif X86_SSE # 715|-> int check_cpu, support_sse, support_avx, support_avx2; # 716| # 717| check_cpu = xeve_check_cpu_info(); Error: GCC_ANALYZER_WARNING (CWE-401): [#def874] xeve-0.5.1/src_base/xeve_enc.c:843:13: warning[-Wanalyzer-malloc-leak]: leak of ‘bs_buf’ xeve-0.5.1/src_base/xeve_enc.c:837:8: branch_true: following ‘true’ branch... xeve-0.5.1/src_base/xeve_enc.c:839:24: branch_true: ...to here xeve-0.5.1/src_base/xeve_enc.c:839:24: acquire_memory: allocated here xeve-0.5.1/src_base/xeve_enc.c:840:31: branch_true: following ‘true’ branch... xeve-0.5.1/src_base/xeve_enc.c:842:37: branch_true: ...to here xeve-0.5.1/src_base/xeve_enc.c:843:13: danger: ‘bs_buf’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2) # 841| { # 842| bs_buf_temp = bs_buf + ((task_id - 1) * max_bs_buf_size); # 843|-> xeve_bsw_init(&ctx->bs[task_id], bs_buf_temp, max_bs_buf_size, NULL); # 844| ctx->bs[task_id].pdata[1] = &ctx->sbac_enc[task_id]; # 845| } Error: COMPILER_WARNING (CWE-563): [#def875] xeve-0.5.1/src_base/xeve_enc.c: scope_hint: In function ‘decide_normal_gop’ xeve-0.5.1/src_base/xeve_enc.c:983:16: warning[-Wunused-variable]: unused variable ‘pic_icnt_b’ # 983 | u32 pic_icnt_b; # | ^~~~~~~~~~ # 981| { # 982| int i_period, gop_size, pos; # 983|-> u32 pic_icnt_b; # 984| # 985| i_period = ctx->param.keyint; Error: COMPILER_WARNING (CWE-563): [#def876] xeve-0.5.1/src_base/xeve_enc.c: scope_hint: In function ‘xeve_loop_filter’ xeve-0.5.1/src_base/xeve_enc.c:2451:24: warning[-Wunused-variable]: unused variable ‘k’ # 2451 | int i, k = 0; # | ^ # 2449| THREAD_CONTROLLER * tc; # 2450| int res; # 2451|-> int i, k = 0; # 2452| tc = ctx->tc; # 2453| int parallel_task = 1; Error: COMPILER_WARNING (CWE-563): [#def877] xeve-0.5.1/src_base/xeve_fcst.c: scope_hint: In function ‘adaptive_quantization’ xeve-0.5.1/src_base/xeve_fcst.c:305:24: warning[-Wunused-but-set-variable]: variable ‘h_blk’ set but not used # 305 | int w_blk, h_blk, f_blk; # | ^~~~~ # 303| u64 var; # 304| double aq_bd_const; # 305|-> int w_blk, h_blk, f_blk; # 306| int sum_blk; # 307| s8 offset_dqp; Error: COMPILER_WARNING (CWE-563): [#def878] xeve-0.5.1/src_base/xeve_fcst.c: scope_hint: In function ‘blk_tree_transfer’ xeve-0.5.1/src_base/xeve_fcst.c:484:69: warning[-Wunused-but-set-variable]: variable ‘dist’ set but not used # 484 | int x, y, blk_idx[4], area_idx[4], x_blk, y_blk, blk_num, dist, log2_unit_cuwh; # | ^~~~ # 482| XEVE_PICO * pico_l1, XEVE_PICO * pico_cur) # 483| { # 484|-> int x, y, blk_idx[4], area_idx[4], x_blk, y_blk, blk_num, dist, log2_unit_cuwh; # 485| u8 * map_pdir; # 486| s16 (* map_mv)[REFP_NUM][MV_D]; Error: COMPILER_WARNING (CWE-563): [#def879] xeve-0.5.1/src_base/xeve_fcst.c:636:13: warning[-Wunused-but-set-variable]: variable ‘blk_size’ set but not used # 636 | int blk_size, blk_num,x_blk, y_blk; # | ^~~~~~~~ # 634| { # 635| # 636|-> int blk_size, blk_num,x_blk, y_blk; # 637| XEVE_FCST* fcst = &ctx->fcst; # 638| s32 * qp_offset; Error: COMPILER_WARNING (CWE-563): [#def880] xeve-0.5.1/src_base/xeve_fcst.c: scope_hint: In function ‘fill_blk_scu_frm’ xeve-0.5.1/src_base/xeve_fcst.c:639:16: warning[-Wunused-but-set-variable]: variable ‘h_blk’ set but not used # 639 | int w_blk, h_blk, f_blk; # | ^~~~~ # 637| XEVE_FCST* fcst = &ctx->fcst; # 638| s32 * qp_offset; # 639|-> int w_blk, h_blk, f_blk; # 640| s8 * qp_scu_map; # 641| Error: COMPILER_WARNING (CWE-563): [#def881] xeve-0.5.1/src_base/xeve_fcst.c: scope_hint: In function ‘blk_tree_fixed_gop’ xeve-0.5.1/src_base/xeve_fcst.c:676:22: warning[-Wunused-but-set-variable]: variable ‘bframes’ set but not used # 676 | int i, bframes, pic_idx; # | ^~~~~~~ # 674| static void blk_tree_fixed_gop(XEVE_CTX * ctx) # 675| { # 676|-> int i, bframes, pic_idx; # 677| XEVE_PICO * pico, * pico_l0, * pico_l1; # 678| int pic_icnt_last, depth, gop_size, max_depth; Error: COMPILER_WARNING (CWE-681): [#def882] xeve-0.5.1/src_base/xeve_fcst.c: scope_hint: In function ‘fcst_ipred_prepare’ xeve-0.5.1/src_base/xeve_fcst.c:827:16: warning[-Wpointer-sign]: pointer targets in assignment from ‘pel *’ {aka ‘short int *’} to ‘u16 *’ {aka ‘short unsigned int *’} differ in signedness # 827 | src_le = src - 1; # | ^ # 825| { # 826| avail_cnt ++; # 827|-> src_le = src - 1; # 828| for (j = 1; j < (cuwh + 1); j++) # 829| { Error: COMPILER_WARNING (CWE-681): [#def883] xeve-0.5.1/src_base/xeve_fcst.c:838:20: warning[-Wpointer-sign]: pointer targets in assignment from ‘pel *’ {aka ‘short int *’} to ‘u16 *’ {aka ‘short unsigned int *’} differ in signedness # 838 | src_le = src - 1 + (stride << log2_cuwh); # | ^ # 836| { # 837| avail_cnt++; # 838|-> src_le = src - 1 + (stride << log2_cuwh); # 839| for (j = (cuwh + 1); j < (cuwh * 2 + 1); j++) # 840| { Error: COMPILER_WARNING (CWE-563): [#def884] xeve-0.5.1/src_base/xeve_fcst.c:918:16: warning[-Wunused-variable]: unused variable ‘temp_avil’ # 918 | u8 temp_avil[5] = { 0 }; # | ^~~~~~~~~ # 916| s32 x, y, i, mode, cuwh, log2_cuwh, s_o; # 917| s32 cost, cost_best, tot_cost, intra_penalty; # 918|-> u8 temp_avil[5] = { 0 }; # 919| pel * org; # 920| XEVE_PIC * spic = ctx->pico->spic; Error: COMPILER_WARNING (CWE-681): [#def885] xeve-0.5.1/src_base/xeve_fcst.c: scope_hint: In function ‘xeve_est_intra_cost’ xeve-0.5.1/src_base/xeve_fcst.c:921:23: warning[-Wpointer-sign]: pointer targets in initialization of ‘pel *’ {aka ‘short int *’} from ‘u16 *’ {aka ‘short unsigned int *’} differ in signedness # 921 | pel * pred = ctx->rcore->pred; # | ^~~ # 919| pel * org; # 920| XEVE_PIC * spic = ctx->pico->spic; # 921|-> pel * pred = ctx->rcore->pred; # 922| pel buf_le0[65]; # 923| pel buf_up0[65 + 1]; Error: COMPILER_WARNING (CWE-681): [#def886] xeve-0.5.1/src_base/xeve_fcst.c:943:34: warning[-Wpointer-sign]: pointer targets in passing argument 2 of ‘fcst_ipred_prepare’ differ in signedness # 943 | fcst_ipred_prepare(spic, buf_le0, (buf_up0 + 1), cuwh, x, y); # | ^~~~~~~ # | | # | pel * {aka short int *} xeve-0.5.1/src_base/xeve_fcst.c:791:48: note: expected ‘u16 *’ {aka ‘short unsigned int *’} but argument is of type ‘pel *’ {aka ‘short int *’} # 791 | void fcst_ipred_prepare(XEVE_PIC * spic, u16 * buf_le, u16 * buf_up, s32 cuwh, s32 x, s32 y) # | ~~~~~~^~~~~~ # 941| } # 942| # 943|-> fcst_ipred_prepare(spic, buf_le0, (buf_up0 + 1), cuwh, x, y); # 944| cost_best = (s32)MAX_COST_RC; # 945| Error: COMPILER_WARNING (CWE-681): [#def887] xeve-0.5.1/src_base/xeve_fcst.c:943:52: warning[-Wpointer-sign]: pointer targets in passing argument 3 of ‘fcst_ipred_prepare’ differ in signedness # 943 | fcst_ipred_prepare(spic, buf_le0, (buf_up0 + 1), cuwh, x, y); # | ~~~~~~~~~^~~~ # | | # | pel * {aka short int *} xeve-0.5.1/src_base/xeve_fcst.c:791:62: note: expected ‘u16 *’ {aka ‘short unsigned int *’} but argument is of type ‘pel *’ {aka ‘short int *’} # 791 | void fcst_ipred_prepare(XEVE_PIC * spic, u16 * buf_le, u16 * buf_up, s32 cuwh, s32 x, s32 y) # | ~~~~~~^~~~~~ # 941| } # 942| # 943|-> fcst_ipred_prepare(spic, buf_le0, (buf_up0 + 1), cuwh, x, y); # 944| cost_best = (s32)MAX_COST_RC; # 945| Error: COMPILER_WARNING (CWE-681): [#def888] xeve-0.5.1/src_base/xeve_fcst.c: scope_hint: In function ‘fcst_me_ipel’ xeve-0.5.1/src_base/xeve_fcst.c:1143:22: warning[-Wpointer-sign]: pointer targets in assignment from ‘u16 *’ {aka ‘short unsigned int *’} to ‘pel *’ {aka ‘short int *’} differ in signedness # 1143 | ref = (u16 *)ref_pic->y + cmv[MV_Y] * ref_s + cmv[MV_X]; # | ^ # 1141| cost = lambda * mv_bits; # 1142| # 1143|-> ref = (u16 *)ref_pic->y + cmv[MV_Y] * ref_s + cmv[MV_X]; # 1144| cost += xeve_sad_16b(log2_cuwh, log2_cuwh, org, ref, org_s, ref_s, bit_depth); # 1145| } Error: COMPILER_WARNING (CWE-563): [#def889] xeve-0.5.1/src_base/xeve_fcst.c: scope_hint: In function ‘est_inter_cost’ xeve-0.5.1/src_base/xeve_fcst.c:1177:35: warning[-Wunused-but-set-variable]: variable ‘best_mv’ set but not used # 1177 | s16 mvp[MV_D], mv[MV_D], best_mv[MV_D]; # | ^~~~~~~ # 1175| s16 min_mv[MV_D], max_mv[MV_D]; # 1176| s16 (*map_mv)[REFP_NUM][MV_D], mvc[4][MV_D]; # 1177|-> s16 mvp[MV_D], mv[MV_D], best_mv[MV_D]; # 1178| s32 cost, min_cost; # 1179| u16 lambda; Error: COMPILER_WARNING (CWE-681): [#def890] xeve-0.5.1/src_base/xeve_fcst.c: scope_hint: In function ‘fcst_me_ipel_b’ xeve-0.5.1/src_base/xeve_fcst.c:1314:9: warning[-Wpointer-sign]: pointer targets in assignment from ‘u16 *’ {aka ‘short unsigned int *’} to ‘pel *’ {aka ‘short int *’} differ in signedness # 1314 | org = (u16 *)org_pic->y + y * org_pic->s_l + x; # | ^ # 1312| # 1313| wh = 1 << log2_cuwh; # 1314|-> org = (u16 *)org_pic->y + y * org_pic->s_l + x; # 1315| mv_bits = tbl_mv_bits[mvd_L0[MV_X]] + tbl_mv_bits[mvd_L0[MV_Y]] + # 1316| tbl_mv_bits[mvd_L1[MV_X]] + tbl_mv_bits[mvd_L1[MV_Y]]; Error: COMPILER_WARNING (CWE-681): [#def891] xeve-0.5.1/src_base/xeve_fcst.c:1320:27: warning[-Wpointer-sign]: pointer targets in passing argument 1 of ‘xeve_mc_fcst’ differ in signedness # 1320 | xeve_mc_fcst(ref_pic_0->y, mv_l0[MV_X], mv_l0[MV_Y], ref_pic_0->s_l, wh, pred[REFP_0], wh, wh, 0, bit_depth, NULL, min_mv_l0, max_mv_l0); # | ~~~~~~~~~^~~ # | | # | pel * {aka short int *} xeve-0.5.1/src_base/xeve_fcst.c:747:25: note: expected ‘u16 *’ {aka ‘short unsigned int *’} but argument is of type ‘pel *’ {aka ‘short int *’} # 747 | void xeve_mc_fcst(u16 * ref_t, s32 gmv_x, s32 gmv_y, s32 s_ref, s32 s_pred # | ~~~~~~^~~~~ # 1318| /* Motion compensation for bi prediction */ # 1319| /* Obtain two prediction using L0 mv and L1 mv */ # 1320|-> xeve_mc_fcst(ref_pic_0->y, mv_l0[MV_X], mv_l0[MV_Y], ref_pic_0->s_l, wh, pred[REFP_0], wh, wh, 0, bit_depth, NULL, min_mv_l0, max_mv_l0); # 1321| xeve_mc_fcst(ref_pic_1->y, mv_L1[MV_X], mv_L1[MV_Y], ref_pic_1->s_l, wh, pred[REFP_1], wh, wh, 0, bit_depth, NULL, min_mv_l1, max_mv_l1); # 1322| Error: COMPILER_WARNING (CWE-681): [#def892] xeve-0.5.1/src_base/xeve_fcst.c:1320:82: warning[-Wpointer-sign]: pointer targets in passing argument 6 of ‘xeve_mc_fcst’ differ in signedness # 1320 | xeve_mc_fcst(ref_pic_0->y, mv_l0[MV_X], mv_l0[MV_Y], ref_pic_0->s_l, wh, pred[REFP_0], wh, wh, 0, bit_depth, NULL, min_mv_l0, max_mv_l0); # | ~~~~^~~~~~~~ # | | # | pel * {aka short int *} xeve-0.5.1/src_base/xeve_fcst.c:748:23: note: expected ‘u16 *’ {aka ‘short unsigned int *’} but argument is of type ‘pel *’ {aka ‘short int *’} # 748 | , u16 * pred, s32 w, s32 h, s32 bi, u8 bit_depth, s32 * buf, s16* min_mv, s16* max_mv) # | ~~~~~~^~~~ # 1318| /* Motion compensation for bi prediction */ # 1319| /* Obtain two prediction using L0 mv and L1 mv */ # 1320|-> xeve_mc_fcst(ref_pic_0->y, mv_l0[MV_X], mv_l0[MV_Y], ref_pic_0->s_l, wh, pred[REFP_0], wh, wh, 0, bit_depth, NULL, min_mv_l0, max_mv_l0); # 1321| xeve_mc_fcst(ref_pic_1->y, mv_L1[MV_X], mv_L1[MV_Y], ref_pic_1->s_l, wh, pred[REFP_1], wh, wh, 0, bit_depth, NULL, min_mv_l1, max_mv_l1); # 1322| Error: COMPILER_WARNING (CWE-681): [#def893] xeve-0.5.1/src_base/xeve_fcst.c:1321:27: warning[-Wpointer-sign]: pointer targets in passing argument 1 of ‘xeve_mc_fcst’ differ in signedness # 1321 | xeve_mc_fcst(ref_pic_1->y, mv_L1[MV_X], mv_L1[MV_Y], ref_pic_1->s_l, wh, pred[REFP_1], wh, wh, 0, bit_depth, NULL, min_mv_l1, max_mv_l1); # | ~~~~~~~~~^~~ # | | # | pel * {aka short int *} xeve-0.5.1/src_base/xeve_fcst.c:747:25: note: expected ‘u16 *’ {aka ‘short unsigned int *’} but argument is of type ‘pel *’ {aka ‘short int *’} # 747 | void xeve_mc_fcst(u16 * ref_t, s32 gmv_x, s32 gmv_y, s32 s_ref, s32 s_pred # | ~~~~~~^~~~~ # 1319| /* Obtain two prediction using L0 mv and L1 mv */ # 1320| xeve_mc_fcst(ref_pic_0->y, mv_l0[MV_X], mv_l0[MV_Y], ref_pic_0->s_l, wh, pred[REFP_0], wh, wh, 0, bit_depth, NULL, min_mv_l0, max_mv_l0); # 1321|-> xeve_mc_fcst(ref_pic_1->y, mv_L1[MV_X], mv_L1[MV_Y], ref_pic_1->s_l, wh, pred[REFP_1], wh, wh, 0, bit_depth, NULL, min_mv_l1, max_mv_l1); # 1322| # 1323| /* Make bi-prediction using averaging */ Error: COMPILER_WARNING (CWE-681): [#def894] xeve-0.5.1/src_base/xeve_fcst.c:1321:82: warning[-Wpointer-sign]: pointer targets in passing argument 6 of ‘xeve_mc_fcst’ differ in signedness # 1321 | xeve_mc_fcst(ref_pic_1->y, mv_L1[MV_X], mv_L1[MV_Y], ref_pic_1->s_l, wh, pred[REFP_1], wh, wh, 0, bit_depth, NULL, min_mv_l1, max_mv_l1); # | ~~~~^~~~~~~~ # | | # | pel * {aka short int *} xeve-0.5.1/src_base/xeve_fcst.c:748:23: note: expected ‘u16 *’ {aka ‘short unsigned int *’} but argument is of type ‘pel *’ {aka ‘short int *’} # 748 | , u16 * pred, s32 w, s32 h, s32 bi, u8 bit_depth, s32 * buf, s16* min_mv, s16* max_mv) # | ~~~~~~^~~~ # 1319| /* Obtain two prediction using L0 mv and L1 mv */ # 1320| xeve_mc_fcst(ref_pic_0->y, mv_l0[MV_X], mv_l0[MV_Y], ref_pic_0->s_l, wh, pred[REFP_0], wh, wh, 0, bit_depth, NULL, min_mv_l0, max_mv_l0); # 1321|-> xeve_mc_fcst(ref_pic_1->y, mv_L1[MV_X], mv_L1[MV_Y], ref_pic_1->s_l, wh, pred[REFP_1], wh, wh, 0, bit_depth, NULL, min_mv_l1, max_mv_l1); # 1322| # 1323| /* Make bi-prediction using averaging */ Error: COMPILER_WARNING (CWE-563): [#def895] xeve-0.5.1/src_base/xeve_ipred.c: scope_hint: In function ‘xeve_get_nbr’ xeve-0.5.1/src_base/xeve_ipred.c:45:10: warning[-Wunused-variable]: unused variable ‘tmp’ # 45 | pel *tmp = src; # | ^~~ # 43| int x_scu = PEL2SCU(ch_type == Y_C ? x : x << w_shift); # 44| int y_scu = PEL2SCU(ch_type == Y_C ? y : y << h_shift); # 45|-> pel *tmp = src; # 46| pel *left = nb[ch_type][0] + 2; # 47| pel *up = nb[ch_type][1] + cuh; Error: COMPILER_WARNING: [#def896] xeve-0.5.1/src_base/xeve_ipred.c: scope_hint: At top level xeve-0.5.1/src_base/xeve_ipred.c:110:18: warning[-Wunused-const-variable=]: ‘lut_size_plus1’ defined but not used # 110 | static const int lut_size_plus1[MAX_CU_LOG2 + 1] = { 2048, 1365, 819, 455, 241, 124, 63, 32 }; // 1/(w+1) = k >> 12 # | ^~~~~~~~~~~~~~ # 108| } # 109| # 110|-> static const int lut_size_plus1[MAX_CU_LOG2 + 1] = { 2048, 1365, 819, 455, 241, 124, 63, 32 }; // 1/(w+1) = k >> 12 # 111| # 112| static void ipred_vert(pel *src_le, pel *src_up, pel * src_ri, u16 avail_lr, pel *dst, int w, int h) Error: COMPILER_WARNING (CWE-563): [#def897] xeve-0.5.1/src_base/xeve_itdq.c:483:9: warning[-Wunused-but-set-variable]: variable ‘skip_w’ set but not used # 483 | int skip_w = 1 << log2_w; # | ^~~~~~ # 481| const int ns_shift = ((log2_w + log2_h) & 1) ? 8 : 0; # 482| # 483|-> int skip_w = 1 << log2_w; # 484| int skip_h = 1 << log2_h; # 485| int max_x = 0; Error: COMPILER_WARNING (CWE-563): [#def898] xeve-0.5.1/src_base/xeve_itdq.c: scope_hint: In function ‘itdq_cu’ xeve-0.5.1/src_base/xeve_itdq.c:484:9: warning[-Wunused-but-set-variable]: variable ‘skip_h’ set but not used # 484 | int skip_h = 1 << log2_h; # | ^~~~~~ # 482| # 483| int skip_w = 1 << log2_w; # 484|-> int skip_h = 1 << log2_h; # 485| int max_x = 0; # 486| int max_y = 0; Error: COMPILER_WARNING (CWE-563): [#def899] xeve-0.5.1/src_base/xeve_mode.c:80:9: warning[-Wunused-variable]: unused variable ‘log2_cuw’ # 80 | int log2_cuw = core->log2_cuw; # | ^~~~~~~~ # 78| { # 79| XEVE_SBAC *sbac = &core->s_temp_run; # 80|-> int log2_cuw = core->log2_cuw; # 81| int log2_cuh = core->log2_cuh; # 82| int* nnz = core->nnz; Error: COMPILER_WARNING (CWE-563): [#def900] xeve-0.5.1/src_base/xeve_mode.c:81:9: warning[-Wunused-variable]: unused variable ‘log2_cuh’ # 81 | int log2_cuh = core->log2_cuh; # | ^~~~~~~~ # 79| XEVE_SBAC *sbac = &core->s_temp_run; # 80| int log2_cuw = core->log2_cuw; # 81|-> int log2_cuh = core->log2_cuh; # 82| int* nnz = core->nnz; # 83| Error: COMPILER_WARNING (CWE-563): [#def901] xeve-0.5.1/src_base/xeve_mode.c: scope_hint: In function ‘xeve_rdo_bit_cnt_cu_intra_luma’ xeve-0.5.1/src_base/xeve_mode.c:82:10: warning[-Wunused-variable]: unused variable ‘nnz’ # 82 | int* nnz = core->nnz; # | ^~~ # 80| int log2_cuw = core->log2_cuw; # 81| int log2_cuh = core->log2_cuh; # 82|-> int* nnz = core->nnz; # 83| # 84| if(slice_type != SLICE_I && (ctx->sps.tool_admvp == 0 || !(core->log2_cuw <= MIN_CU_LOG2 && core->log2_cuh <= MIN_CU_LOG2)) Error: COMPILER_WARNING (CWE-563): [#def902] xeve-0.5.1/src_base/xeve_mode.c:119:16: warning[-Wunused-variable]: unused variable ‘sbac’ # 119 | XEVE_SBAC *sbac = &core->s_temp_run; # | ^~~~ # 117| void xeve_rdo_bit_cnt_cu_intra_chroma(XEVE_CTX *ctx, XEVE_CORE *core, s32 slice_type, s32 cup, s16 coef[N_C][MAX_CU_DIM]) # 118| { # 119|-> XEVE_SBAC *sbac = &core->s_temp_run; # 120| int log2_cuw = core->log2_cuw; # 121| int log2_cuh = core->log2_cuh; Error: COMPILER_WARNING (CWE-563): [#def903] xeve-0.5.1/src_base/xeve_mode.c:120:9: warning[-Wunused-variable]: unused variable ‘log2_cuw’ # 120 | int log2_cuw = core->log2_cuw; # | ^~~~~~~~ # 118| { # 119| XEVE_SBAC *sbac = &core->s_temp_run; # 120|-> int log2_cuw = core->log2_cuw; # 121| int log2_cuh = core->log2_cuh; # 122| int *nnz = core->nnz; Error: COMPILER_WARNING (CWE-563): [#def904] xeve-0.5.1/src_base/xeve_mode.c:121:9: warning[-Wunused-variable]: unused variable ‘log2_cuh’ # 121 | int log2_cuh = core->log2_cuh; # | ^~~~~~~~ # 119| XEVE_SBAC *sbac = &core->s_temp_run; # 120| int log2_cuw = core->log2_cuw; # 121|-> int log2_cuh = core->log2_cuh; # 122| int *nnz = core->nnz; # 123| Error: COMPILER_WARNING (CWE-563): [#def905] xeve-0.5.1/src_base/xeve_mode.c: scope_hint: In function ‘xeve_rdo_bit_cnt_cu_intra_chroma’ xeve-0.5.1/src_base/xeve_mode.c:122:10: warning[-Wunused-variable]: unused variable ‘nnz’ # 122 | int *nnz = core->nnz; # | ^~~ # 120| int log2_cuw = core->log2_cuw; # 121| int log2_cuh = core->log2_cuh; # 122|-> int *nnz = core->nnz; # 123| # 124| if (ctx->fn_rdo_intra_ext_c != NULL) Error: COMPILER_WARNING (CWE-563): [#def906] xeve-0.5.1/src_base/xeve_mode.c:140:9: warning[-Wunused-variable]: unused variable ‘log2_cuw’ # 140 | int log2_cuw = core->log2_cuw; # | ^~~~~~~~ # 138| { # 139| XEVE_SBAC *sbac = &core->s_temp_run; # 140|-> int log2_cuw = core->log2_cuw; # 141| int log2_cuh = core->log2_cuh; # 142| int* nnz = core->nnz; Error: COMPILER_WARNING (CWE-563): [#def907] xeve-0.5.1/src_base/xeve_mode.c:141:9: warning[-Wunused-variable]: unused variable ‘log2_cuh’ # 141 | int log2_cuh = core->log2_cuh; # | ^~~~~~~~ # 139| XEVE_SBAC *sbac = &core->s_temp_run; # 140| int log2_cuw = core->log2_cuw; # 141|-> int log2_cuh = core->log2_cuh; # 142| int* nnz = core->nnz; # 143| Error: COMPILER_WARNING (CWE-563): [#def908] xeve-0.5.1/src_base/xeve_mode.c: scope_hint: In function ‘xeve_rdo_bit_cnt_cu_intra’ xeve-0.5.1/src_base/xeve_mode.c:142:10: warning[-Wunused-variable]: unused variable ‘nnz’ # 142 | int* nnz = core->nnz; # | ^~~ # 140| int log2_cuw = core->log2_cuw; # 141| int log2_cuh = core->log2_cuh; # 142|-> int* nnz = core->nnz; # 143| # 144| if(slice_type != SLICE_I) Error: COMPILER_WARNING (CWE-563): [#def909] xeve-0.5.1/src_base/xeve_mode.c:172:10: warning[-Wunused-variable]: unused variable ‘nnz’ # 172 | int* nnz = core->nnz; # | ^~~ # 170| void xeve_rdo_bit_cnt_cu_inter_comp(XEVE_CORE * core, s16 coef[N_C][MAX_CU_DIM], int ch_type, int pidx, XEVE_CTX * ctx, TREE_CONS tree_cons) # 171| { # 172|-> int* nnz = core->nnz; # 173| XEVE_SBAC* sbac = &core->s_temp_run; # 174| int log2_cuw = core->log2_cuw; Error: COMPILER_WARNING (CWE-563): [#def910] xeve-0.5.1/src_base/xeve_mode.c:173:16: warning[-Wunused-variable]: unused variable ‘sbac’ # 173 | XEVE_SBAC* sbac = &core->s_temp_run; # | ^~~~ # 171| { # 172| int* nnz = core->nnz; # 173|-> XEVE_SBAC* sbac = &core->s_temp_run; # 174| int log2_cuw = core->log2_cuw; # 175| int log2_cuh = core->log2_cuh; Error: COMPILER_WARNING (CWE-563): [#def911] xeve-0.5.1/src_base/xeve_mode.c:174:9: warning[-Wunused-variable]: unused variable ‘log2_cuw’ # 174 | int log2_cuw = core->log2_cuw; # | ^~~~~~~~ # 172| int* nnz = core->nnz; # 173| XEVE_SBAC* sbac = &core->s_temp_run; # 174|-> int log2_cuw = core->log2_cuw; # 175| int log2_cuh = core->log2_cuh; # 176| int b_no_cbf = 0; Error: COMPILER_WARNING (CWE-563): [#def912] xeve-0.5.1/src_base/xeve_mode.c: scope_hint: In function ‘xeve_rdo_bit_cnt_cu_inter_comp’ xeve-0.5.1/src_base/xeve_mode.c:175:9: warning[-Wunused-variable]: unused variable ‘log2_cuh’ # 175 | int log2_cuh = core->log2_cuh; # | ^~~~~~~~ # 173| XEVE_SBAC* sbac = &core->s_temp_run; # 174| int log2_cuw = core->log2_cuw; # 175|-> int log2_cuh = core->log2_cuh; # 176| int b_no_cbf = 0; # 177| Error: COMPILER_WARNING (CWE-563): [#def913] xeve-0.5.1/src_base/xeve_mode.c:197:9: warning[-Wunused-variable]: unused variable ‘vertex’ # 197 | int vertex = 0; # | ^~~~~~ # 195| { # 196| int refi0, refi1; # 197|-> int vertex = 0; # 198| XEVE_PINTER *pi = &ctx->pinter[core->thread_cnt]; # 199| Error: COMPILER_WARNING (CWE-563): [#def914] xeve-0.5.1/src_base/xeve_mode.c: scope_hint: In function ‘xeve_rdo_bit_cnt_cu_inter’ xeve-0.5.1/src_base/xeve_mode.c:198:18: warning[-Wunused-variable]: unused variable ‘pi’ # 198 | XEVE_PINTER *pi = &ctx->pinter[core->thread_cnt]; # | ^~ # 196| int refi0, refi1; # 197| int vertex = 0; # 198|-> XEVE_PINTER *pi = &ctx->pinter[core->thread_cnt]; # 199| # 200| int b_no_cbf = 0; Error: GCC_ANALYZER_WARNING: [#def915] xeve-0.5.1/src_base/xeve_mode.c:495:13: warning[-Wanalyzer-overlapping-buffers]: overlapping buffers passed as arguments to ‘memcpy’ xeve-0.5.1/src_base/xeve_mode.c:2333:12: enter_function: entry to ‘mode_analyze_lcu’ xeve-0.5.1/src_base/xeve_mode.c:2345:5: call_function: calling ‘mode_coding_tree’ from ‘mode_analyze_lcu’ # 493| # 494| size = cuw_scu * sizeof(s16) * REFP_NUM * MV_D; # 495|-> xeve_mcpy(dst->mv + idx_dst, src->mv + idx_src, size); # 496| xeve_mcpy(dst->unrefined_mv + idx_dst, src->unrefined_mv + idx_src, size); # 497| xeve_mcpy(dst->mvd + idx_dst, src->mvd + idx_src, size); Error: GCC_ANALYZER_WARNING: [#def916] xeve-0.5.1/src_base/xeve_mode.c:496:13: warning[-Wanalyzer-overlapping-buffers]: overlapping buffers passed as arguments to ‘memcpy’ xeve-0.5.1/src_base/xeve_mode.c:2333:12: enter_function: entry to ‘mode_analyze_lcu’ xeve-0.5.1/src_base/xeve_mode.c:2345:5: call_function: calling ‘mode_coding_tree’ from ‘mode_analyze_lcu’ # 494| size = cuw_scu * sizeof(s16) * REFP_NUM * MV_D; # 495| xeve_mcpy(dst->mv + idx_dst, src->mv + idx_src, size); # 496|-> xeve_mcpy(dst->unrefined_mv + idx_dst, src->unrefined_mv + idx_src, size); # 497| xeve_mcpy(dst->mvd + idx_dst, src->mvd + idx_src, size); # 498| Error: GCC_ANALYZER_WARNING: [#def917] xeve-0.5.1/src_base/xeve_mode.c:497:13: warning[-Wanalyzer-overlapping-buffers]: overlapping buffers passed as arguments to ‘memcpy’ xeve-0.5.1/src_base/xeve_mode.c:2333:12: enter_function: entry to ‘mode_analyze_lcu’ xeve-0.5.1/src_base/xeve_mode.c:2345:5: call_function: calling ‘mode_coding_tree’ from ‘mode_analyze_lcu’ # 495| xeve_mcpy(dst->mv + idx_dst, src->mv + idx_src, size); # 496| xeve_mcpy(dst->unrefined_mv + idx_dst, src->unrefined_mv + idx_src, size); # 497|-> xeve_mcpy(dst->mvd + idx_dst, src->mvd + idx_src, size); # 498| # 499| size = cuw_scu * sizeof(int); Error: COMPILER_WARNING (CWE-563): [#def918] xeve-0.5.1/src_base/xeve_mode.c:575:9: warning[-Wunused-but-set-variable]: variable ‘cuw’ set but not used # 575 | int cuw, cuh, cus; # | ^~~ # 573| int get_cu_pred_data(XEVE_CU_DATA *src, int x, int y, int log2_cuw, int log2_cuh, int log2_cus, int cud, XEVE_MODE *mi, XEVE_CTX *ctx, XEVE_CORE *core) # 574| { # 575|-> int cuw, cuh, cus; # 576| int cuw_scu, cuh_scu, cus_scu; # 577| int cx, cy; Error: COMPILER_WARNING (CWE-563): [#def919] xeve-0.5.1/src_base/xeve_mode.c:575:14: warning[-Wunused-but-set-variable]: variable ‘cuh’ set but not used # 575 | int cuw, cuh, cus; # | ^~~ # 573| int get_cu_pred_data(XEVE_CU_DATA *src, int x, int y, int log2_cuw, int log2_cuh, int log2_cus, int cud, XEVE_MODE *mi, XEVE_CTX *ctx, XEVE_CORE *core) # 574| { # 575|-> int cuw, cuh, cus; # 576| int cuw_scu, cuh_scu, cus_scu; # 577| int cx, cy; Error: COMPILER_WARNING (CWE-563): [#def920] xeve-0.5.1/src_base/xeve_mode.c:575:19: warning[-Wunused-but-set-variable]: variable ‘cus’ set but not used # 575 | int cuw, cuh, cus; # | ^~~ # 573| int get_cu_pred_data(XEVE_CU_DATA *src, int x, int y, int log2_cuw, int log2_cuh, int log2_cus, int cud, XEVE_MODE *mi, XEVE_CTX *ctx, XEVE_CORE *core) # 574| { # 575|-> int cuw, cuh, cus; # 576| int cuw_scu, cuh_scu, cus_scu; # 577| int cx, cy; Error: COMPILER_WARNING (CWE-563): [#def921] xeve-0.5.1/src_base/xeve_mode.c:576:9: warning[-Wunused-but-set-variable]: variable ‘cuw_scu’ set but not used # 576 | int cuw_scu, cuh_scu, cus_scu; # | ^~~~~~~ # 574| { # 575| int cuw, cuh, cus; # 576|-> int cuw_scu, cuh_scu, cus_scu; # 577| int cx, cy; # 578| int idx_src; Error: COMPILER_WARNING (CWE-563): [#def922] xeve-0.5.1/src_base/xeve_mode.c: scope_hint: In function ‘get_cu_pred_data’ xeve-0.5.1/src_base/xeve_mode.c:576:18: warning[-Wunused-but-set-variable]: variable ‘cuh_scu’ set but not used # 576 | int cuw_scu, cuh_scu, cus_scu; # | ^~~~~~~ # 574| { # 575| int cuw, cuh, cus; # 576|-> int cuw_scu, cuh_scu, cus_scu; # 577| int cx, cy; # 578| int idx_src; Error: CPPCHECK_WARNING (CWE-758): [#def923] xeve-0.5.1/src_base/xeve_mode.c:899: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour # 897| if (ctx->pps.cu_qp_delta_enabled_flag) # 898| { # 899|-> MCU_SET_IF_COD_SN_QP(cu_data->map_scu[idx + i], core->cu_mode == MODE_INTRA, ctx->slice_num, core->qp); # 900| } # 901| else Error: CPPCHECK_WARNING (CWE-758): [#def924] xeve-0.5.1/src_base/xeve_mode.c:903: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour # 901| else # 902| { # 903|-> MCU_SET_IF_COD_SN_QP(cu_data->map_scu[idx + i], core->cu_mode == MODE_INTRA, ctx->slice_num, ctx->tile[core->tile_idx].qp); # 904| } # 905| Error: COMPILER_WARNING (CWE-563): [#def925] xeve-0.5.1/src_base/xeve_mode.c: scope_hint: In function ‘mode_coding_unit’ xeve-0.5.1/src_base/xeve_mode.c:1293:10: warning[-Wunused-variable]: unused variable ‘coef’ # 1293 | s16(*coef)[MAX_CU_DIM] = core->ctmp; # | ^~~~ # 1291| static double mode_coding_unit(XEVE_CTX *ctx, XEVE_CORE *core, int x, int y, int log2_cuw, int log2_cuh, int cud, XEVE_MODE *mi) # 1292| { # 1293|-> s16(*coef)[MAX_CU_DIM] = core->ctmp; # 1294| double cost_best; # 1295| Error: COMPILER_WARNING (CWE-563): [#def926] xeve-0.5.1/src_base/xeve_mode.c:1868:12: warning[-Wunused-variable]: unused variable ‘best_split_cost’ # 1868 | double best_split_cost = MAX_COST; # | ^~~~~~~~~~~~~~~ # 1866| u16 avail_lr = xeve_check_nev_avail(PEL2SCU(x0), PEL2SCU(y0), cuw, cuh, ctx->w_scu, ctx->h_scu, ctx->map_scu, ctx->map_tidx); # 1867| SPLIT_MODE split_mode = NO_SPLIT; # 1868|-> double best_split_cost = MAX_COST; # 1869| double best_curr_cost = MAX_COST; # 1870| XEVE_DQP dqp_temp_depth = { 0 }; Error: COMPILER_WARNING (CWE-563): [#def927] xeve-0.5.1/src_base/xeve_mode.c:1869:12: warning[-Wunused-variable]: unused variable ‘best_curr_cost’ # 1869 | double best_curr_cost = MAX_COST; # | ^~~~~~~~~~~~~~ # 1867| SPLIT_MODE split_mode = NO_SPLIT; # 1868| double best_split_cost = MAX_COST; # 1869|-> double best_curr_cost = MAX_COST; # 1870| XEVE_DQP dqp_temp_depth = { 0 }; # 1871| u8 best_dqp = qp; Error: COMPILER_WARNING (CWE-563): [#def928] xeve-0.5.1/src_base/xeve_mode.c:1871:8: warning[-Wunused-but-set-variable]: variable ‘best_dqp’ set but not used # 1871 | u8 best_dqp = qp; # | ^~~~~~~~ # 1869| double best_curr_cost = MAX_COST; # 1870| XEVE_DQP dqp_temp_depth = { 0 }; # 1871|-> u8 best_dqp = qp; # 1872| s8 min_qp, max_qp; # 1873| double cost_temp_dqp; Error: GCC_ANALYZER_WARNING: [#def929] xeve-0.5.1/src_base/xeve_mode.c:1894:5: warning[-Wanalyzer-overlapping-buffers]: overlapping buffers passed as arguments to ‘memcpy’ xeve-0.5.1/src_base/xeve_mode.c:2333:12: enter_function: entry to ‘mode_analyze_lcu’ xeve-0.5.1/src_base/xeve_mode.c:2345:5: call_function: calling ‘mode_coding_tree’ from ‘mode_analyze_lcu’ # 1892| core->avail_lr = avail_lr; # 1893| # 1894|-> SBAC_LOAD(core->s_curr_before_split[log2_cuw - 2][log2_cuh - 2], core->s_curr_best[log2_cuw - 2][log2_cuh - 2]); # 1895| # 1896| //decide allowed split modes for the current node Error: COMPILER_WARNING (CWE-563): [#def930] xeve-0.5.1/src_base/xeve_mode.c:2030:13: warning[-Wunused-variable]: unused variable ‘split_mode_num’ # 2030 | int split_mode_num = 0; # | ^~~~~~~~~~~~~~ # 2028| if((cuw > MIN_CU_SIZE || cuh > MIN_CU_SIZE) && next_split && (cuw > check_min_cu || cuh > check_min_cu)) # 2029| { # 2030|-> int split_mode_num = 0; # 2031| core->tree_cons = tree_cons; # 2032| split_mode = SPLIT_QUAD; Error: COMPILER_WARNING (CWE-563): [#def931] xeve-0.5.1/src_base/xeve_mode.c: scope_hint: In function ‘mode_coding_tree’ xeve-0.5.1/src_base/xeve_mode.c:2041:17: warning[-Wunused-variable]: unused variable ‘is_dqp_set’ # 2041 | int is_dqp_set = 0; # | ^~~~~~~~~~ # 2039| int prev_log2_sub_cuw = split_struct.log_cuw[0]; # 2040| int prev_log2_sub_cuh = split_struct.log_cuh[0]; # 2041|-> int is_dqp_set = 0; # 2042| # 2043| init_cu_data(&core->cu_data_temp[log2_cuw - 2][log2_cuh - 2], log2_cuw, log2_cuh, ctx->qp, ctx->qp, ctx->qp); Error: GCC_ANALYZER_WARNING: [#def932] xeve-0.5.1/src_base/xeve_mode.c:2087:25: warning[-Wanalyzer-overlapping-buffers]: overlapping buffers passed as arguments to ‘memcpy’ xeve-0.5.1/src_base/xeve_mode.c:2333:12: enter_function: entry to ‘mode_analyze_lcu’ xeve-0.5.1/src_base/xeve_mode.c:2345:5: call_function: calling ‘mode_coding_tree’ from ‘mode_analyze_lcu’ # 2085| else # 2086| { # 2087|-> SBAC_LOAD(core->s_curr_best[log2_sub_cuw - 2][log2_sub_cuh - 2], core->s_next_best[prev_log2_sub_cuw - 2][prev_log2_sub_cuh - 2]); # 2088| DQP_STORE(core->dqp_curr_best[log2_sub_cuw - 2][log2_sub_cuh - 2], core->dqp_next_best[prev_log2_sub_cuw - 2][prev_log2_sub_cuh - 2]); # 2089| } Error: COMPILER_WARNING (CWE-1164): [#def933] xeve-0.5.1/src_base/xeve_mode.c: scope_hint: At top level xeve-0.5.1/src_base/xeve_mode.c:2448:13: warning[-Wunused-function]: ‘picbuf_expand’ defined but not used # 2448 | static void picbuf_expand(pel *a, int s, int w, int h, int exp) # | ^~~~~~~~~~~~~ # 2446| ******************************************************************************/ # 2447| # 2448|-> static void picbuf_expand(pel *a, int s, int w, int h, int exp) # 2449| { # 2450| int i, j; Error: COMPILER_WARNING (CWE-563): [#def934] xeve-0.5.1/src_base/xeve_picman.c: scope_hint: In function ‘picman_flush_pb’ xeve-0.5.1/src_base/xeve_picman.c:106:9: warning[-Wunused-variable]: unused variable ‘min_poc’ # 106 | int min_poc = INT_MAX; # | ^~~~~~~ # 104| int i; # 105| int max_poc = 0; # 106|-> int min_poc = INT_MAX; # 107| # 108| /* mark all frames unused */ Error: COMPILER_WARNING (CWE-563): [#def935] xeve-0.5.1/src_base/xeve_pinter.c: scope_hint: In function ‘me_ipel_refinement’ xeve-0.5.1/src_base/xeve_pinter.c:282:20: warning[-Wunused-variable]: unused variable ‘mvsize’ # 282 | int mvsize = 1; # | ^~~~~~ # 280| int step, i; # 281| s16 imv_x, imv_y; # 282|-> int mvsize = 1; # 283| # 284| org = pi->o[Y_C] + y * pi->s_o[Y_C] + x; Error: COMPILER_WARNING (CWE-563): [#def936] xeve-0.5.1/src_base/xeve_pinter.c:870:13: warning[-Wunused-variable]: unused variable ‘num_rdo_tried’ # 870 | u8 num_rdo_tried = 0; # | ^~~~~~~~~~~~~ # 868| s64 dist_no_resi[N_C]; # 869| int nnz_best[N_C] = { -1, -1, -1 }; # 870|-> u8 num_rdo_tried = 0; # 871| s64 dist_idx = -1; # 872| int w_shift = ctx->param.cs_w_shift; Error: COMPILER_WARNING (CWE-563): [#def937] xeve-0.5.1/src_base/xeve_pinter.c: scope_hint: In function ‘pinter_residue_rdo’ xeve-0.5.1/src_base/xeve_pinter.c:871:13: warning[-Wunused-variable]: unused variable ‘dist_idx’ # 871 | s64 dist_idx = -1; # | ^~~~~~~~ # 869| int nnz_best[N_C] = { -1, -1, -1 }; # 870| u8 num_rdo_tried = 0; # 871|-> s64 dist_idx = -1; # 872| int w_shift = ctx->param.cs_w_shift; # 873| int h_shift = ctx->param.cs_h_shift; Error: COMPILER_WARNING (CWE-563): [#def938] xeve-0.5.1/src_base/xeve_pinter.c: scope_hint: In function ‘analyze_t_direct’ xeve-0.5.1/src_base/xeve_pinter.c:1382:22: warning[-Wunused-variable]: unused variable ‘refidx’ # 1382 | s8 refidx = 0; # | ^~~~~~ # 1380| double cost; # 1381| int pidx; # 1382|-> s8 refidx = 0; # 1383| # 1384| pidx = PRED_DIR; Error: COMPILER_WARNING: [#def939] xeve-0.5.1/src_base/xeve_pintra.c:98:9: warning[-Wstringop-overflow=]: ‘xeve_rdo_bit_cnt_cu_intra_luma’ accessing 98304 bytes in a region of size 32768 # 98 | xeve_rdo_bit_cnt_cu_intra_luma(ctx, core, ctx->sh->slice_type, core->scup, pi->coef_tmp); # | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xeve-0.5.1/src_base/xeve_pintra.c:98:9: note: referencing argument 5 of type ‘s16[3][16384]’ xeve-0.5.1/src_base/xeve_type.h:1010: included_from: Included from here. xeve-0.5.1/src_base/xeve_pintra.c:31: included_from: Included from here. xeve-0.5.1/src_base/xeve_mode.h: scope_hint: In function ‘pintra_analyze_cu’ xeve-0.5.1/src_base/xeve_mode.h:53:6: note: in a call to function ‘xeve_rdo_bit_cnt_cu_intra_luma’ # 53 | void xeve_rdo_bit_cnt_cu_intra_luma(XEVE_CTX * ctx, XEVE_CORE * core, s32 slice_type, s32 cup, s16 coef[N_C][MAX_CU_DIM]); # | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # 96| DQP_LOAD(core->dqp_temp_run, core->dqp_curr_best[log2_cuw - 2][log2_cuh - 2]); # 97| xeve_sbac_bit_reset(&core->s_temp_run); # 98|-> xeve_rdo_bit_cnt_cu_intra_luma(ctx, core, ctx->sh->slice_type, core->scup, pi->coef_tmp); # 99| bit_cnt = xeve_get_bit_number(&core->s_temp_run); # 100| Error: COMPILER_WARNING: [#def940] xeve-0.5.1/src_base/xeve_pintra.c:98:9: warning[-Wstringop-overflow=]: ‘xeve_rdo_bit_cnt_cu_intra_luma’ accessing 98304 bytes in a region of size 32768 # 96| DQP_LOAD(core->dqp_temp_run, core->dqp_curr_best[log2_cuw - 2][log2_cuh - 2]); # 97| xeve_sbac_bit_reset(&core->s_temp_run); # 98|-> xeve_rdo_bit_cnt_cu_intra_luma(ctx, core, ctx->sh->slice_type, core->scup, pi->coef_tmp); # 99| bit_cnt = xeve_get_bit_number(&core->s_temp_run); # 100| Error: COMPILER_WARNING (CWE-563): [#def941] xeve-0.5.1/src_base/xeve_pintra.c: scope_hint: In function ‘pintra_get_nbr_simple’ xeve-0.5.1/src_base/xeve_pintra.c:309:18: warning[-Wunused-variable]: unused variable ‘pi’ # 309 | XEVE_PINTRA *pi = &ctx->pintra[core->thread_cnt]; # | ^~ # 307| static void pintra_get_nbr_simple(XEVE_CTX *ctx, XEVE_CORE * core, int x, int y, int cuw, int cuh) # 308| { # 309|-> XEVE_PINTRA *pi = &ctx->pintra[core->thread_cnt]; # 310| # 311| pel *mod; Error: COMPILER_WARNING (CWE-563): [#def942] xeve-0.5.1/src_base/xeve_pintra.c:325:9: warning[-Wunused-variable]: unused variable ‘best_ipd’ # 325 | int best_ipd = IPD_INVALID; # | ^~~~~~~~ # 323| XEVE_PINTRA* pi = &ctx->pintra[0]; # 324| int s_org, s_mod, cuw, cuh; # 325|-> int best_ipd = IPD_INVALID; # 326| int best_ipd_c = IPD_INVALID; # 327| s32 best_dist_y = 0, best_dist_c = 0; Error: COMPILER_WARNING (CWE-563): [#def943] xeve-0.5.1/src_base/xeve_pintra.c:326:9: warning[-Wunused-variable]: unused variable ‘best_ipd_c’ # 326 | int best_ipd_c = IPD_INVALID; # | ^~~~~~~~~~ # 324| int s_org, s_mod, cuw, cuh; # 325| int best_ipd = IPD_INVALID; # 326|-> int best_ipd_c = IPD_INVALID; # 327| s32 best_dist_y = 0, best_dist_c = 0; # 328| int ipm_l2c = 0; Error: COMPILER_WARNING (CWE-563): [#def944] xeve-0.5.1/src_base/xeve_pintra.c:327:9: warning[-Wunused-variable]: unused variable ‘best_dist_y’ # 327 | s32 best_dist_y = 0, best_dist_c = 0; # | ^~~~~~~~~~~ # 325| int best_ipd = IPD_INVALID; # 326| int best_ipd_c = IPD_INVALID; # 327|-> s32 best_dist_y = 0, best_dist_c = 0; # 328| int ipm_l2c = 0; # 329| int chk_bypass = 0; Error: COMPILER_WARNING (CWE-563): [#def945] xeve-0.5.1/src_base/xeve_pintra.c:327:26: warning[-Wunused-variable]: unused variable ‘best_dist_c’ # 327 | s32 best_dist_y = 0, best_dist_c = 0; # | ^~~~~~~~~~~ # 325| int best_ipd = IPD_INVALID; # 326| int best_ipd_c = IPD_INVALID; # 327|-> s32 best_dist_y = 0, best_dist_c = 0; # 328| int ipm_l2c = 0; # 329| int chk_bypass = 0; Error: COMPILER_WARNING (CWE-563): [#def946] xeve-0.5.1/src_base/xeve_pintra.c:328:9: warning[-Wunused-variable]: unused variable ‘ipm_l2c’ # 328 | int ipm_l2c = 0; # | ^~~~~~~ # 326| int best_ipd_c = IPD_INVALID; # 327| s32 best_dist_y = 0, best_dist_c = 0; # 328|-> int ipm_l2c = 0; # 329| int chk_bypass = 0; # 330| int bit_cnt = 0; Error: COMPILER_WARNING (CWE-563): [#def947] xeve-0.5.1/src_base/xeve_pintra.c:329:9: warning[-Wunused-variable]: unused variable ‘chk_bypass’ # 329 | int chk_bypass = 0; # | ^~~~~~~~~~ # 327| s32 best_dist_y = 0, best_dist_c = 0; # 328| int ipm_l2c = 0; # 329|-> int chk_bypass = 0; # 330| int bit_cnt = 0; # 331| int pred_cnt = IPD_CNT_B;; Error: COMPILER_WARNING (CWE-563): [#def948] xeve-0.5.1/src_base/xeve_pintra.c:330:9: warning[-Wunused-variable]: unused variable ‘bit_cnt’ # 330 | int bit_cnt = 0; # | ^~~~~~~ # 328| int ipm_l2c = 0; # 329| int chk_bypass = 0; # 330|-> int bit_cnt = 0; # 331| int pred_cnt = IPD_CNT_B;; # 332| pel* org, * mod; Error: COMPILER_WARNING (CWE-563): [#def949] xeve-0.5.1/src_base/xeve_pintra.c:331:9: warning[-Wunused-variable]: unused variable ‘pred_cnt’ # 331 | int pred_cnt = IPD_CNT_B;; # | ^~~~~~~~ # 329| int chk_bypass = 0; # 330| int bit_cnt = 0; # 331|-> int pred_cnt = IPD_CNT_B;; # 332| pel* org, * mod; # 333| double cost_t, cost = MAX_COST; Error: COMPILER_WARNING (CWE-563): [#def950] xeve-0.5.1/src_base/xeve_pintra.c:332:17: warning[-Wunused-but-set-variable]: variable ‘mod’ set but not used # 332 | pel* org, * mod; # | ^~~ # 330| int bit_cnt = 0; # 331| int pred_cnt = IPD_CNT_B;; # 332|-> pel* org, * mod; # 333| double cost_t, cost = MAX_COST; # 334| int sec_best_ipd = IPD_INVALID; Error: COMPILER_WARNING (CWE-563): [#def951] xeve-0.5.1/src_base/xeve_pintra.c:333:20: warning[-Wunused-variable]: unused variable ‘cost’ # 333 | double cost_t, cost = MAX_COST; # | ^~~~ # 331| int pred_cnt = IPD_CNT_B;; # 332| pel* org, * mod; # 333|-> double cost_t, cost = MAX_COST; # 334| int sec_best_ipd = IPD_INVALID; # 335| Error: COMPILER_WARNING (CWE-563): [#def952] xeve-0.5.1/src_base/xeve_pintra.c: scope_hint: In function ‘xeve_pintra_analyze_cu_simple’ xeve-0.5.1/src_base/xeve_pintra.c:334:9: warning[-Wunused-variable]: unused variable ‘sec_best_ipd’ # 334 | int sec_best_ipd = IPD_INVALID; # | ^~~~~~~~~~~~ # 332| pel* org, * mod; # 333| double cost_t, cost = MAX_COST; # 334|-> int sec_best_ipd = IPD_INVALID; # 335| # 336| Error: COMPILER_WARNING (CWE-563): [#def953] xeve-0.5.1/src_base/xeve_pintra.c:377:9: warning[-Wunused-variable]: unused variable ‘ipm_l2c’ # 377 | int ipm_l2c = 0; # | ^~~~~~~ # 375| int best_ipd_c = IPD_INVALID; # 376| s32 best_dist_y = 0, best_dist_c = 0; # 377|-> int ipm_l2c = 0; # 378| int chk_bypass = 0; # 379| int bit_cnt = 0; Error: COMPILER_WARNING (CWE-563): [#def954] xeve-0.5.1/src_base/xeve_pintra.c:378:9: warning[-Wunused-variable]: unused variable ‘chk_bypass’ # 378 | int chk_bypass = 0; # | ^~~~~~~~~~ # 376| s32 best_dist_y = 0, best_dist_c = 0; # 377| int ipm_l2c = 0; # 378|-> int chk_bypass = 0; # 379| int bit_cnt = 0; # 380| int ipred_list[IPD_CNT]; Error: COMPILER_WARNING (CWE-563): [#def955] xeve-0.5.1/src_base/xeve_pintra.c:382:17: warning[-Wunused-but-set-variable]: variable ‘mod’ set but not used # 382 | pel* org, * mod; # | ^~~ # 380| int ipred_list[IPD_CNT]; # 381| int pred_cnt = IPD_CNT_B;; # 382|-> pel* org, * mod; # 383| pel* org_cb, * org_cr; # 384| pel* mod_cb, * mod_cr; Error: COMPILER_WARNING (CWE-563): [#def956] xeve-0.5.1/src_base/xeve_pintra.c:384:10: warning[-Wunused-but-set-variable]: variable ‘mod_cb’ set but not used # 384 | pel* mod_cb, * mod_cr; # | ^~~~~~ # 382| pel* org, * mod; # 383| pel* org_cb, * org_cr; # 384|-> pel* mod_cb, * mod_cr; # 385| double cost_t, cost = MAX_COST; # 386| int sec_best_ipd = IPD_INVALID; Error: COMPILER_WARNING (CWE-563): [#def957] xeve-0.5.1/src_base/xeve_pintra.c:384:20: warning[-Wunused-but-set-variable]: variable ‘mod_cr’ set but not used # 384 | pel* mod_cb, * mod_cr; # | ^~~~~~ # 382| pel* org, * mod; # 383| pel* org_cb, * org_cr; # 384|-> pel* mod_cb, * mod_cr; # 385| double cost_t, cost = MAX_COST; # 386| int sec_best_ipd = IPD_INVALID; Error: COMPILER_WARNING (CWE-563): [#def958] xeve-0.5.1/src_base/xeve_pintra.c: scope_hint: In function ‘pintra_analyze_cu’ xeve-0.5.1/src_base/xeve_pintra.c:424:13: warning[-Wunused-variable]: unused variable ‘dist_tc’ # 424 | s32 dist_tc = 0; # | ^~~~~~~ # 422| { # 423| s32 dist_t = 0; # 424|-> s32 dist_tc = 0; # 425| # 426| i = ipred_list[j]; Error: COMPILER_WARNING: [#def959] xeve-0.5.1/src_base/xeve_rc.c: scope_hint: At top level xeve-0.5.1/src_base/xeve_rc.c:44:18: warning[-Wunused-const-variable=]: ‘tbl_ref_gop’ defined but not used # 44 | const static s32 tbl_ref_gop[4][32][2] = # | ^~~~~~~~~~~ # 42| }; # 43| # 44|-> const static s32 tbl_ref_gop[4][32][2] = # 45| { # 46| { Error: COMPILER_WARNING (CWE-563): [#def960] xeve-0.5.1/src_base/xeve_rc.c: scope_hint: In function ‘xeve_rc_set’ xeve-0.5.1/src_base/xeve_rc.c:294:21: warning[-Wunused-variable]: unused variable ‘rcore’ # 294 | XEVE_RCORE * rcore = ctx->rcore; # | ^~~~~ # 292| { # 293| XEVE_RC * rc = ctx->rc; # 294|-> XEVE_RCORE * rcore = ctx->rcore; # 295| double max1, max2; # 296| Error: COMPILER_WARNING (CWE-563): [#def961] xeve-0.5.1/src_base/xeve_rc.c: scope_hint: In function ‘get_qfactor_clip’ xeve-0.5.1/src_base/xeve_rc.c:495:44: warning[-Wunused-but-set-variable]: variable ‘accum_buf’ set but not used # 495 | double overflow, qf_min, qf_max, accum_buf; # | ^~~~~~~~~ # 493| { # 494| s32 i, i_period, stype, t0, t1, thd_distance, distance; # 495|-> double overflow, qf_min, qf_max, accum_buf; # 496| double q_model, q_avg, prev_qf_rate, q_avg_factor, t_d; # 497| XEVE_RC * rc = ctx->rc; Error: COMPILER_WARNING (CWE-563): [#def962] xeve-0.5.1/src_base/xeve_rc.c: scope_hint: In function ‘update_rc_model’ xeve-0.5.1/src_base/xeve_rc.c:928:16: warning[-Wunused-but-set-variable]: variable ‘sdepth’ set but not used # 928 | s32 stype, sdepth; # | ^~~~~~ # 926| double eb, bpft; # 927| double df1 = 0.9975, df2 = 0.9945; # 928|-> s32 stype, sdepth; # 929| stype = rcore->stype; # 930| sdepth = rcore->sdepth; Error: COMPILER_WARNING (CWE-563): [#def963] xeve-0.5.1/src_base/xeve_util.c:331:9: warning[-Wunused-variable]: unused variable ‘dx’ # 331 | int dx = 0; # | ^~ # 329| void xeve_check_motion_availability(int scup, int cuw, int cuh, int w_scu, int h_scu, int neb_addr[MAX_NUM_POSSIBLE_SCAND], int valid_flag[MAX_NUM_POSSIBLE_SCAND], u32* map_scu, u16 avail_lr, int num_mvp, int is_ibc, u8* map_tidx) # 330| { # 331|-> int dx = 0; # 332| int dy = 0; # 333| Error: COMPILER_WARNING (CWE-563): [#def964] xeve-0.5.1/src_base/xeve_util.c: scope_hint: In function ‘xeve_check_motion_availability’ xeve-0.5.1/src_base/xeve_util.c:332:9: warning[-Wunused-variable]: unused variable ‘dy’ # 332 | int dy = 0; # | ^~ # 330| { # 331| int dx = 0; # 332|-> int dy = 0; # 333| # 334| int x_scu = scup % w_scu; Error: COMPILER_WARNING (CWE-563): [#def965] xeve-0.5.1/src_base/xeve_util.c:773:9: warning[-Wunused-but-set-variable]: variable ‘ret’ set but not used # 773 | int ret, opt, align[XEVE_IMGB_MAX_PLANE], pad[XEVE_IMGB_MAX_PLANE]; # | ^~~ # 771| XEVE_PIC * pic = NULL; # 772| XEVE_IMGB * imgb = NULL; # 773|-> int ret, opt, align[XEVE_IMGB_MAX_PLANE], pad[XEVE_IMGB_MAX_PLANE]; # 774| int w_scu, h_scu, f_scu; # 775| Error: COMPILER_WARNING (CWE-563): [#def966] xeve-0.5.1/src_base/xeve_util.c: scope_hint: In function ‘xeve_alloc_spic_l’ xeve-0.5.1/src_base/xeve_util.c:774:23: warning[-Wunused-but-set-variable]: variable ‘f_scu’ set but not used # 774 | int w_scu, h_scu, f_scu; # | ^~~~~ # 772| XEVE_IMGB * imgb = NULL; # 773| int ret, opt, align[XEVE_IMGB_MAX_PLANE], pad[XEVE_IMGB_MAX_PLANE]; # 774|-> int w_scu, h_scu, f_scu; # 775| # 776| /* make half-size for sub-pic allocation */ Error: GCC_ANALYZER_WARNING (CWE-476): [#def967] xeve-0.5.1/src_base/xeve_util.c:796:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘xeve_imgb_create(w, h, 2571, 0, & pad, & align)’ xeve-0.5.1/src_base/xeve_util.c:769:12: enter_function: entry to ‘xeve_alloc_spic_l’ xeve-0.5.1/src_base/xeve_util.c:782:5: branch_false: following ‘false’ branch (when ‘pic’ is non-NULL)... xeve-0.5.1/src_base/xeve_util.c:786:5: branch_false: ...to here xeve-0.5.1/src_base/xeve_util.c:795:12: call_function: calling ‘xeve_imgb_create’ from ‘xeve_alloc_spic_l’ xeve-0.5.1/src_base/xeve_util.c:795:12: return_function: returning to ‘xeve_alloc_spic_l’ from ‘xeve_imgb_create’ xeve-0.5.1/src_base/xeve_util.c:796:5: danger: dereference of NULL ‘xeve_imgb_create(w, h, 2571, 0, & pad, & align)’ # 794| # 795| imgb = xeve_imgb_create(w, h, XEVE_CS_YCBCR420_10LE, opt, pad, align); # 796|-> imgb->cs = XEVE_CS_YCBCR420_10LE; # 797| # 798| xeve_assert_gv(imgb != NULL, ret, XEVE_ERR_OUT_OF_MEMORY, ERR); Error: COMPILER_WARNING (CWE-1164): [#def968] xeve-0.5.1/src_base/xeve_util.c: scope_hint: At top level xeve-0.5.1/src_base/xeve_util.c:1090:13: warning[-Wunused-function]: ‘init_scan’ defined but not used # 1090 | static void init_scan(u16 *scan, int size_x, int size_y, int scan_type) # | ^~~~~~~~~ # 1088| } # 1089| # 1090|-> static void init_scan(u16 *scan, int size_x, int size_y, int scan_type) # 1091| { # 1092| int x, y, l, pos, num_line; Error: COMPILER_WARNING (CWE-681): [#def969] xeve-0.5.1/src_base/xeve_util.c: scope_hint: In function ‘imgb_cpy_shift_left’ xeve-0.5.1/src_base/xeve_util.c:1661:15: warning[-Wpointer-sign]: pointer targets in assignment from ‘short int *’ to ‘short unsigned int *’ differ in signedness # 1661 | s = (short*)(((unsigned char *)s) + src->s[i]); # | ^ # 1659| d[k] = (unsigned short)(s[k] << shift); # 1660| } # 1661|-> s = (short*)(((unsigned char *)s) + src->s[i]); # 1662| d = (short*)(((unsigned char *)d) + dst->s[i]); # 1663| } Error: COMPILER_WARNING (CWE-681): [#def970] xeve-0.5.1/src_base/xeve_util.c:1662:15: warning[-Wpointer-sign]: pointer targets in assignment from ‘short int *’ to ‘short unsigned int *’ differ in signedness # 1662 | d = (short*)(((unsigned char *)d) + dst->s[i]); # | ^ # 1660| } # 1661| s = (short*)(((unsigned char *)s) + src->s[i]); # 1662|-> d = (short*)(((unsigned char *)d) + dst->s[i]); # 1663| } # 1664| } Error: COMPILER_WARNING (CWE-681): [#def971] xeve-0.5.1/src_base/xeve_util.c: scope_hint: In function ‘imgb_cpy_shift_right’ xeve-0.5.1/src_base/xeve_util.c:1697:15: warning[-Wpointer-sign]: pointer targets in assignment from ‘short int *’ to ‘short unsigned int *’ differ in signedness # 1697 | s = (short*)(((unsigned char *)s) + src->s[i]); # | ^ # 1695| # 1696| } # 1697|-> s = (short*)(((unsigned char *)s) + src->s[i]); # 1698| d = (short*)(((unsigned char *)d) + dst->s[i]); # 1699| } Error: COMPILER_WARNING (CWE-681): [#def972] xeve-0.5.1/src_base/xeve_util.c:1698:15: warning[-Wpointer-sign]: pointer targets in assignment from ‘short int *’ to ‘short unsigned int *’ differ in signedness # 1698 | d = (short*)(((unsigned char *)d) + dst->s[i]); # | ^ # 1696| } # 1697| s = (short*)(((unsigned char *)s) + src->s[i]); # 1698|-> d = (short*)(((unsigned char *)d) + dst->s[i]); # 1699| } # 1700| } Error: CPPCHECK_WARNING (CWE-682): [#def973] xeve-0.5.1/src_base/xeve_util.c:1786: error[nullPointerArithmeticOutOfMemory]: If memory allocation fails: pointer addition with NULL pointer. # 1784| imgb->baddr[i] = xeve_malloc(imgb->bsize[i]); # 1785| # 1786|-> imgb->a[i] = ((u8*)imgb->baddr[i]) + imgb->padu[i]*imgb->s[i] + # 1787| imgb->padl[i]*bd; # 1788|
| analyzer-version-clippy | 1.90.0 |
| analyzer-version-cppcheck | 2.18.3 |
| analyzer-version-gcc | 15.2.1 |
| analyzer-version-gcc-analyzer | 16.0.0 |
| analyzer-version-shellcheck | 0.11.0 |
| analyzer-version-unicontrol | 0.0.2 |
| enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-167.us-west-2.compute.internal |
| known-false-positives | /usr/share/csmock/known-false-positives.js |
| known-false-positives-rpm | known-false-positives-0.0.0.20250521.132812.g8eff701.main-1.el9.noarch |
| mock-config | fedora-rawhide-gcc-latest-x86_64 |
| project-name | xeve-0.5.1-5.fc44 |
| store-results-to | /tmp/tmpimov1ywd/xeve-0.5.1-5.fc44.tar.xz |
| time-created | 2025-10-28 20:47:48 |
| time-finished | 2025-10-28 20:50:52 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-gcc-latest-x86_64' '-t' 'gcc,cppcheck,shellcheck,clippy,unicontrol' '-o' '/tmp/tmpimov1ywd/xeve-0.5.1-5.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--install=gcc-latest' '--gcc-analyzer-bin=/opt/gcc-latest/bin/gcc' '/tmp/tmpimov1ywd/xeve-0.5.1-5.fc44.src.rpm' |
| tool-version | csmock-3.8.3.20251027.143044.ge6b947b-1.el9 |