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:
Jean-Marc Valin 2017-05-25 16:28:53 -04:00
parent 6cdd84a3c8
commit 4507637ccc
No known key found for this signature in database
GPG key ID: 5E5DD9A36F9189C8
9 changed files with 69 additions and 152 deletions

View file

@ -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)