Loading lib_com/tools_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -510,7 +510,11 @@ void Scale_sig( #endif FOR (i = 0; i < lg; i++) { #ifdef BASOP_NOGLOB x[i] = msu_ro(0, x[i], tmp, &Overflow); #else x[i] = msu_r(0, x[i], tmp); #endif move16(); /* msu instead of mac because factor is negative */ } return; Loading Loading
lib_com/tools_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -510,7 +510,11 @@ void Scale_sig( #endif FOR (i = 0; i < lg; i++) { #ifdef BASOP_NOGLOB x[i] = msu_ro(0, x[i], tmp, &Overflow); #else x[i] = msu_r(0, x[i], tmp); #endif move16(); /* msu instead of mac because factor is negative */ } return; Loading