Commit 4c34ba75 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

correction of macro location #ifdef

parent 0f1db617
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
 * Local functions
 *------------------------------------------------------------------------------------------*/


#ifdef FIX_2398_PRECISSION_ORIENTATION_TRACKING
/*------------------------------------------------------------------------------------------*
 * Sqrt32 with Newton-Raphson Correction
 *
@@ -60,8 +60,6 @@
 * As final step. The number of Newton-Raphson iterations can be set by 3rd parameter n
 *------------------------------------------------------------------------------------------*/


#ifdef FIX_2398_PRECISSION_ORIENTATION_TRACKING
static Word32 Sqrt32_NewtonRaphson( Word32 mantissa, Word16 * e, Word16 n )
{
    /*higher precission by Newton-Raphson iterations*/