Fixes unit tests that need arch-specific code
We now include the object files for those rather than attempt to problems.
This commit is contained in:
parent
6cdd84a3c8
commit
4507637ccc
9 changed files with 69 additions and 152 deletions
|
@ -45,6 +45,8 @@
|
|||
#include "mips/vq_mipsr1.h"
|
||||
#endif
|
||||
|
||||
void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread);
|
||||
|
||||
opus_val16 op_pvq_search_c(celt_norm *X, int *iy, int K, int N, int arch);
|
||||
|
||||
#if !defined(OVERRIDE_OP_PVQ_SEARCH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue