Commit 3f8794eb authored by thomas dettbarn's avatar thomas dettbarn Committed by Sandesh Venkatesh
Browse files

applied the clang patch.

parent c25105a8
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -1375,7 +1375,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();