aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/convert/convert_common.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-40/+40
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* convert: Added converters for raw stringsMartin Braun2015-07-311-0/+1
| | | | | - u8: Converts arbitrary-length strings from and to item32 - item32->item32 memcpy non-conversion
* uhd: Removed the ORC dependencyMartin Braun2015-07-011-3/+2
|
* docs: Amended docs for conversion routinesMartin Braun2015-01-141-0/+13
|
* convert: sc8 swap for vita complianceJosh Blum2013-08-281-19/+19
|
* convert: add sc8 host to/from sc8 wire formatJosh Blum2012-06-121-0/+26
|
* convert: applied sc8 signed convert fixJosh Blum2012-05-101-8/+12
|
* convert: squashed converter and sse2 workJosh Blum2012-05-091-134/+134
|
* convert: fixed sc8 convert issue w/ undefined behaviourJosh Blum2012-05-081-16/+24
| | | | | | | Its important to use a signed cast when converting float to int. Then assign that signed int to an unsigned type of the same width. Its undefined behaviour when converting a negative float to an unsigned int.
* convert: give SIMD conversions prio over tableJosh Blum2012-04-161-2/+2
| | | | | | | | given performance benchmarks involving the converter, when the driver is also doing other things sc8 conversions will still involve tables since no SIMD implementations exist yet
* uhd: added sc8 conversion testsJosh Blum2012-02-071-1/+1
|
* dsp rework: tx trailer, scaling work (peak)Josh Blum2012-01-311-0/+48
|
* convert: added generic conversion for sc8 wire -> sc8 hostJosh Blum2011-11-151-0/+14
|
* convert: move priorities to implementation, different for armJosh Blum2011-11-151-0/+16
|
* convert: added table conversion routine for sc16 to floatsJosh Blum2011-11-121-2/+1
|
* convert: made conversion functions into classes so they can keep stateJosh Blum2011-11-121-13/+13
|
* uhd: renamed convert markup to formatJosh Blum2011-11-031-9/+7
| | | | | | | | removed convert args added simd level got orc and neon updated
* usrp2: work on alternative OTW formatsJosh Blum2011-11-031-12/+54
|
* usrp1: type conversions and 8-bit workJosh Blum2011-11-031-6/+6
|
* convert: reworked convert to use new identification standardJosh Blum2011-11-031-5/+22
|
* uhd: added scaling factor to conversion routinesJosh Blum2011-06-141-24/+16
|
* uhd: use ref vector class for the conversion routines I/OJosh Blum2011-02-101-4/+4
|
* uhd: added io type and conversion for complex64 (its not really useful)Josh Blum2011-02-031-0/+25
|
* uhd: added new convert directory with type conversion registry (needs testing)Josh Blum2011-01-041-0/+90