aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/convert/convert_with_neon.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-59/+63
| | | | | Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of files that clang-format gets applied against.
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* Unroll the loops in the NEON float to/from integer converters.Philip Balister2016-03-231-2/+46
| | | | | | | | Unrolling the RX loop showed marked improvement with perf. The TX path was only slightly better. Checked signal correctness with shinysdr to verify received signal and tx_waveforms into a spectrum analyzer for TX. Signed-off-by: Philip Balister <philip@opensdr.com>
* Initial commit E300 support.Martin Braun2014-10-071-1/+35
|
* convert: some platform specific fixesJosh Blum2012-05-091-0/+1
| | | | | | | neon: missing header windows: shuffle needs to be deemed "constant expression", fixed with a template parameter.
* convert: squashed converter and sse2 workJosh Blum2012-05-091-5/+3
|
* uhd: renamed convert markup to formatJosh Blum2011-11-031-4/+4
| | | | | | | | removed convert args added simd level got orc and neon updated
* uhd: added scaling factor to conversion routinesJosh Blum2011-06-141-4/+4
|
* usrp2: restart read before mode switch, added commentsJosh Blum2011-01-111-1/+0
| | | | | use cmake compiler force macro (to simplify things), added copyright updates dates to some files
* uhd: update copyright datesJosh Blum2011-01-051-1/+1
|
* uhd: added new convert directory with type conversion registry (needs testing)Josh Blum2011-01-041-0/+62