Mercurial > hg > sonic-annotator
comparison bq-files.pri @ 260:382f33b7f00e piper-nopiper
Subrepo updates, and update the build scripts accordingly
author | Chris Cannam |
---|---|
date | Mon, 21 Nov 2016 17:08:34 +0000 |
parents | |
children | 6122159556bd |
comparison
equal
deleted
inserted
replaced
258:857ce6ecb163 | 260:382f33b7f00e |
---|---|
1 | |
2 BQ_HEADERS += \ | |
3 bqvec/bqvec/Allocators.h \ | |
4 bqvec/bqvec/Barrier.h \ | |
5 bqvec/bqvec/ComplexTypes.h \ | |
6 bqvec/bqvec/Restrict.h \ | |
7 bqvec/bqvec/RingBuffer.h \ | |
8 bqvec/bqvec/VectorOpsComplex.h \ | |
9 bqvec/bqvec/VectorOps.h \ | |
10 bqvec/pommier/neon_mathfun.h \ | |
11 bqvec/pommier/sse_mathfun.h \ | |
12 bqfft/bqfft/FFT.h | |
13 | |
14 BQ_SOURCES += \ | |
15 bqvec/src/Allocators.cpp \ | |
16 bqvec/src/Barrier.cpp \ | |
17 bqvec/src/VectorOpsComplex.cpp \ | |
18 bqfft/src/FFT.cpp | |
19 |