search for: 6b9612f

Displaying 1 result from an estimated 1 matches for "6b9612f".

Did you mean: 69612
2013 May 23
2
ASM runtime detection and optimizations
...opus_val16 * OPUS_RESTRICT x_lp, - int len, int C); + int len, int C, const int arch); void pitch_search(const opus_val16 * OPUS_RESTRICT x_lp, opus_val16 * OPUS_RESTRICT y, int len, int max_pitch, int *pitch); diff --git a/configure.ac b/configure.ac index ee6df9a..6b9612f 100644 --- a/configure.ac +++ b/configure.ac @@ -167,6 +167,7 @@ if test "x${ac_enable_asm}" = xyes ; then AS_GCC_INLINE_ASSEMBLY([asm_optimization="ARM"], [asm_optimization="disabled"]) if test "x${asm_optimization}" = "xA...