aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/convert
Commit message (Collapse)AuthorAgeFilesLines
* uhd: use aligned loads and stores for floats in sse2 conversion routinesJosh Blum2011-06-151-78/+126
|
* NEON detection for E100 in convert/Nick Foster2011-06-141-4/+13
|
* Remove unnecessary includeNick Foster2011-06-141-1/+0
|
* use temp vars in sc16->item32 to make orcc happyNick Foster2011-06-141-4/+6
|
* UHD: added item32<->sc16 conversions in OrcNick Foster2011-06-142-2/+57
|
* UHD: Fixed convert_test (scalars backwards), fixed Orc conversions ↵Nick Foster2011-06-142-0/+18
| | | | (endianness backwards).
* UHD: Orc conversion routine worksNick Foster2011-06-142-4/+8
|
* UHD: Orc implementation added and CMake magic put in. Won't link.Nick Foster2011-06-143-0/+72
|
* uhd: added scaling factor to conversion routinesJosh Blum2011-06-144-40/+32
|
* uhd: replaced many conditional prints with UHD_LOG usageJosh Blum2011-05-041-4/+2
|
* Merge branch 'master' into nextJosh Blum2011-03-101-1/+1
|\
| * uhd: fixed include in safe call, added quotes for SET_SOURCE_FILES_PROPERTIESJosh Blum2011-03-101-1/+1
| |
* | uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-4/+5
| |
* | uhd: moved exception to top level includeJosh Blum2011-02-241-1/+1
|/
* uhd: use source properties to set flags and defs not globally, but only for ↵Josh Blum2011-02-171-1/+4
| | | | the source
* uhd: added arch flags for sse2 (was not implicit on x32)Josh Blum2011-02-161-1/+14
|
* uhd: use ref vector class for the conversion routines I/OJosh Blum2011-02-101-4/+4
|
* uhd: various performance tweaksJosh Blum2011-02-041-32/+47
|
* uhd: added io type and conversion for complex64 (its not really useful)Josh Blum2011-02-033-6/+37
|
* uhd: more useful prints for component macroJosh Blum2011-01-141-1/+0
| | | | | | made libuhd a component so we can just build the docs do the python tests in the top level cmakelists misc other tweaks
* uhd: changed convert routines to return the function pointerJosh Blum2011-01-121-16/+10
| | | | changed the vrt packet handler to get the function pointer (once), this may be a minor performance help
* uhd: removed unused/forgotten fileJosh Blum2011-01-121-63/+0
|
* 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-054-4/+4
|
* uhd: renamed and tweaked some of the convert filesJosh Blum2011-01-053-10/+11
|
* uhd: removed convert types, replaced by convertJosh Blum2011-01-041-41/+17
|
* uhd: added new convert directory with type conversion registry (needs testing)Josh Blum2011-01-048-0/+825