aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/common/convolve_base.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-21sigproc: Make convolution and convert input buffers immutableTom Tsou1-12/+12
For good practice, use const specifier when applicable. Signed-off-by: Tom Tsou <tom@tsou.cc>
2013-11-04Transceiver52M: Separate architecture specific filesThomas Tsou1-0/+156
Move x86 specific files into their own directory as this area is about to get crowded with the addition of ARM support. Signed-off-by: Thomas Tsou <tom@tsou.cc>