Commit e3a7fe8d authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

reorder code in HouseholderReduction_fx to match the float code

parent 3b4bb780
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -885,6 +885,10 @@ static void HouseholderReduction_fx(

    FOR( nCh = 0; nCh < nChannelsC; nCh++ )
    {
        secDiag_fx[nCh] = g_right_fx; /* from the previous channel */
        move32();
        secDiag_fx_e[nCh] = g_right_e;
        
        biDiagonalReductionLeft_fx(
            singularVectors_Left_fx,
            singularVectors_Left_fx_e,
@@ -898,10 +902,6 @@ static void HouseholderReduction_fx(
        move32();
        singularValues_fx_e[nCh] = g_left_e;

        secDiag_fx[nCh] = g_right_fx; /* from the previous channel */
        move32();
        secDiag_fx_e[nCh] = g_right_e;

        biDiagonalReductionRight_fx(
            singularVectors_Left_fx,
            singularVectors_Left_fx_e,