Commit d1e053b3 authored by thomas dettbarn's avatar thomas dettbarn
Browse files

in ivas_svd_dec.c, changed an awkward ifdef (empty) else ... endif construct...

in ivas_svd_dec.c, changed an awkward ifdef (empty) else ...  endif construct into ifndef ... endif.
parent 4181ddda
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -492,9 +492,7 @@ static void HouseholderReduction(
{
    int16_t nCh;
    float g = 0.0f;
#ifdef NONBE_SVD_OPTIMIZATION

#else
#ifndef NONBE_SVD_OPTIMIZATION
    float sig_x = 0.0f;
#endif