aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.h
diff options
context:
space:
mode:
authorThomas Tsou <tom@tsou.cc>2013-08-20 21:24:24 -0400
committerThomas Tsou <tom@tsou.cc>2013-10-18 13:10:17 -0400
commit9471d7635abeb9b5c87227d64e452890da0e65bd (patch)
tree28c28e373f42da81dac7363f89d6d0356ed8e72a /Transceiver52M/radioInterface.h
parent03e6ecf9771ea029e69fd4cdc2f2e289e93d3978 (diff)
Transceiver52M: Add SSE floating point / integer conversion
Convertions are performed in multiples of 4 or 8. All loads are considered unaligned. Signed-off-by: Thomas Tsou <tom@tsou.cc>
Diffstat (limited to 'Transceiver52M/radioInterface.h')
-rw-r--r--Transceiver52M/radioInterface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Transceiver52M/radioInterface.h b/Transceiver52M/radioInterface.h
index 690d572..a590c32 100644
--- a/Transceiver52M/radioInterface.h
+++ b/Transceiver52M/radioInterface.h
@@ -70,7 +70,6 @@ private:
/** format samples to USRP */
int radioifyVector(signalVector &wVector,
float *floatVector,
- float scale,
bool zero);
/** format samples from USRP */