Commit 0bb07d0e authored by vaclav's avatar vaclav
Browse files

fix merge

parent 345d3d83
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -988,7 +988,7 @@ Word32 div_w( Word32 L_num, Word32 L_den )
}


static Word32 div_w_newton( const Word32 num, const Word32 den );
static 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.