aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp_clock
diff options
context:
space:
mode:
authorTom Tsou <tom.tsou@ettus.com>2015-04-30 20:39:34 -0700
committerMartin Braun <martin.braun@ettus.com>2015-05-11 10:54:51 -0700
commitadb6a061687d470b6f6ccdb3221855808396cd39 (patch)
tree8c5aafc8638a90c8bf04ea154282ce34acac6302 /host/lib/usrp_clock
parent93011c14eb2a9bae0b90cfb21788487b12536f77 (diff)
downloaduhd-adb6a061687d470b6f6ccdb3221855808396cd39.tar.gz
uhd-adb6a061687d470b6f6ccdb3221855808396cd39.tar.bz2
uhd-adb6a061687d470b6f6ccdb3221855808396cd39.zip
convert: Add sc16-sc16 SSE converter
The sc16-sc16 wire to host type converter is effectively an I/Q swap or 16-bit byteswap for little and big endian cases respectively. This implmentation is a subset of fc32 and fc64 converters without the floating point portion and scaling. The resulting byte ordering is as follows: ----------------- | A | B | C | D | Wire ----------------- 0 1 2 3 ----------------- | C | D | A | B | Litte-endian ----------------- 0 1 2 3 ----------------- | B | A | D | C | Big-endian ----------------- 0 1 2 3 Signed-off-by: Tom Tsou <tom.tsou@ettus.com>
Diffstat (limited to 'host/lib/usrp_clock')
0 files changed, 0 insertions, 0 deletions