Skip to content
Snippets Groups Projects
Commit bb224a4b authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Disables MIPS silk_noise_shape_analysis_FIX() until it's updated

parent 5b911301
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,8 @@ static OPUS_INLINE void limit_warped_coefs(
silk_assert( 0 );
}
#if defined(MIPSr1_ASM)
/* Disable MIPS version until it's updated. */
#if 0 && defined(MIPSr1_ASM)
#include "mips/noise_shape_analysis_FIX_mipsr1.h"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment