Commit graph

7 commits

Author SHA1 Message Date
75fa193a90 optimize biquads
using process.h and running in-place
is 19% faster on this machine.
from there, using intrinsics yields another 94%,
for a total speedup of 130%.
2015-04-05 17:52:39 -07:00
db0cd0a7dd move process() to its own file 2015-04-05 17:52:39 -07:00
80e60fab1c inline everything; fix types 2015-04-04 06:48:27 -07:00
889ece8080 new polyphase IIR oversampling filter 2014-06-18 05:54:19 -07:00
46a4d07e58 move tube oversampling to its own file 2014-06-18 04:39:24 -07:00
d20bea5fa5 rewritten makefile, separate SSE2 test, readme blurb 2014-02-07 17:54:05 -08:00
65300c501c organize files into subdirectories (ugly makefile) 2014-02-06 02:31:46 -08:00