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

@ -67,7 +67,7 @@ static void exp_rotation1(celt_norm *X, int len, int stride, opus_val16 c, opus_
}
#endif /* OVERRIDE_vq_exp_rotation1 */
static void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread)
void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread)
{
static const int SPREAD_FACTOR[3]={15,10,5};
int i;