Commit 4cfe9afd authored by Arthur Tritthart's avatar Arthur Tritthart
Browse files

added prototype for div_w_newton subroutine - avoid compiler warning only

parent 29cb9086
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1062,7 +1062,7 @@ Word32 BASOP_Util_Divide3232_Scale_FhG( Word32 x, /*!< i : Numerator*/
                                        Word32 y,    /*!< i  : Denominator*/
                                        Word16 *s ); /*!< o  : Additional scalefactor difference*/


Word32 div_w_newton( Word32 num, Word32 den );
    /*
   Table of 256 precalculated estimates to be used by the "div_w_newton"
   function using the Newton/Raphson method.