annotate bq-files.pri @ 261:af8f6370c7a9 piper-nopiper

Update test fixtures for numerous off-by-one-nanosecond errors fixed recently in RealTime
author Chris Cannam
date Tue, 22 Nov 2016 11:57: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