Commit 115dafd2 authored by Nicolas Roussin's avatar Nicolas Roussin
Browse files

Disable all optimisations.

parent 3b04e20a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4323,7 +4323,7 @@ static void matrixMul_fx(
    Word16 *q_out )
{
    Word32 not_zero = 0;
#if defined( OPT_2269_IVAS_DIRAC_DEC_BINAURAL_FUNCTIONS ) && !defined( IVAS_ENH64_CADENCE_CHANGES )
#if 0 // defined( OPT_2269_IVAS_DIRAC_DEC_BINAURAL_FUNCTIONS ) && !defined( IVAS_ENH64_CADENCE_CHANGES )
#define MATRIX_MUL_FX( chA, chB )                                                                             \
    do                                                                                                        \
    {                                                                                                         \
@@ -4414,7 +4414,7 @@ static void matrixTransp1Mul_fx(
    Word32 not_zero = 0;
    move32();

#ifdef OPT_2269_IVAS_DIRAC_DEC_BINAURAL_FUNCTIONS
#if 0 // def OPT_2269_IVAS_DIRAC_DEC_BINAURAL_FUNCTIONS
#define MATRIX_TRANSP1_MUL_FX( chA, chB )                                              \
    do                                                                                 \
    {                                                                                  \
@@ -4517,7 +4517,7 @@ static void matrixTransp2Mul_fx(
    Word16 *q_out )
{
    Word32 not_zero = 0;
#if defined( OPT_2269_IVAS_DIRAC_DEC_BINAURAL_FUNCTIONS ) && !defined( IVAS_ENH64_CADENCE_CHANGES )
#if 0 // defined( OPT_2269_IVAS_DIRAC_DEC_BINAURAL_FUNCTIONS ) && !defined( IVAS_ENH64_CADENCE_CHANGES )
#define MATRIX_TRANSP2_MUL_FX( chA, chB )                                                                     \
    do                                                                                                        \
    {                                                                                                         \