Commit 02f74073 authored by ber's avatar ber
Browse files

applied clang format patch, reactivated 1072 fixes partially to test pipes

parent 91e9bbdc
Loading
Loading
Loading
Loading
Loading
+17 −17
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@

#include "wmc_auto.h"

//#define FIX_1072_REPLACE_DIV_SQRT_BY_ISQRT
#define FIX_1072_REPLACE_DIV_SQRT_BY_ISQRT

#ifndef FIX_1072_REPLACE_DIV_SQRT_BY_ISQRT
//#define FIX_1072_SET_DIV3232_RETURN_VAL /*only meaningful if FIX_1072_REPLACE_DIV_SQRT_BY_ISQRT is not defined*/
@@ -4429,7 +4429,7 @@ static void formulate2x2MixingMatrix_fx(

    eig2x2_fx( tmpRe_fx[0][0], tmpRe_fx[1][1], q_temp, tmpRe_fx[1][0], tmpIm_fx[1][0], q_temp, Ure_fx, Uim_fx, &q_U, D_fx, &q_D );

#if defined( FIX_1072_REPLACE_DIV_SQRT_BY_ISQRT )
#if defined( FIX_1072_REPLACE_DIV_SQRT_BY_ISQRT ) && 0 /*deactivate for pipe tests*/
    IF( D_fx[0] == 0 )
    {
        temp = 2047986068;
@@ -4458,7 +4458,7 @@ static void formulate2x2MixingMatrix_fx(
    move32();
#endif /*FIX_1072_REPLACE_DIV_SQRT_BY_ISQRT*/

#if defined( FIX_1072_REPLACE_DIV_SQRT_BY_ISQRT )
#if defined( FIX_1072_REPLACE_DIV_SQRT_BY_ISQRT ) && 0 /*deactivate for pip tests*/
    IF( D_fx[1] == 0 )
    {
        temp = 2047986068;