aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/arm/convolve.c
AgeCommit message (Collapse)AuthorFilesLines
2013-11-15Transceiver52M: Add ARM NEON supportThomas Tsou1-0/+139
Similar to the existing Intel SSE cases, add support for NEON vector floating point SIMD processing. In this case, use ARM assembly directly as the NEON intrinsics do not generate preferential code output. Currently support NEON vectorized convolution and floating point integer conversions. Signed-off-by: Thomas Tsou <tom@tsou.cc>