Commit 51189d0d authored by thomas dettbarn's avatar thomas dettbarn Committed by Manuel Jander
Browse files

applied the clang patch.

parent 42b9e1ed
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -1417,7 +1417,7 @@ static void ivas_param_mc_param_est_enc_fx(
                // convert the 64 bit fixpoint back into the 48 bit float format
                norm = W_norm( Cy_sum_imag_64[cur_param_band][ch_idx1][ch_idx2] );
                imag_part_fx = W_extract_h( W_shl( Cy_sum_imag_64[cur_param_band][ch_idx1][ch_idx2], norm ) );
                imag_part_e = sub( (62-gb ), norm );
                imag_part_e = sub( sub( 62, gb ), norm );
#else
                imag_part_fx = Cy_sum_imag_fx[cur_param_band][ch_idx1][ch_idx2];
                move32();