annotate bq-files.pri @ 281:c8162c2992f8 piper-nopiper

Further test updates. The AF results should match to 3dp with different MAD builds. The onset position results hopefully should match completely now prefix sorted, let's see.
author Chris Cannam
date Tue, 29 Nov 2016 17:14:21 +0000
parents 382f33b7f00e
children 6122159556bd
rev   line source
Chris@260 1
Chris@260 2 BQ_HEADERS += \
Chris@260 3 bqvec/bqvec/Allocators.h \
Chris@260 4 bqvec/bqvec/Barrier.h \
Chris@260 5 bqvec/bqvec/ComplexTypes.h \
Chris@260 6 bqvec/bqvec/Restrict.h \
Chris@260 7 bqvec/bqvec/RingBuffer.h \
Chris@260 8 bqvec/bqvec/VectorOpsComplex.h \
Chris@260 9 bqvec/bqvec/VectorOps.h \
Chris@260 10 bqvec/pommier/neon_mathfun.h \
Chris@260 11 bqvec/pommier/sse_mathfun.h \
Chris@260 12 bqfft/bqfft/FFT.h
Chris@260 13
Chris@260 14 BQ_SOURCES += \
Chris@260 15 bqvec/src/Allocators.cpp \
Chris@260 16 bqvec/src/Barrier.cpp \
Chris@260 17 bqvec/src/VectorOpsComplex.cpp \
Chris@260 18 bqfft/src/FFT.cpp
Chris@260 19