aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-02-08 19:22:38 -0800
committerJosh Blum <josh@joshknows.com>2012-02-08 19:22:38 -0800
commitd46684710950a6695ee22c079327253a91eb268d (patch)
tree0df6a9ffae7996d7ffabd996a3ce3af3c0e96fd9 /host/tests
parent52a10572378d627d3b9467d02fa2b3244bd3cb44 (diff)
downloaduhd-d46684710950a6695ee22c079327253a91eb268d.tar.gz
uhd-d46684710950a6695ee22c079327253a91eb268d.tar.bz2
uhd-d46684710950a6695ee22c079327253a91eb268d.zip
uhd: added sse2 conversions for fc64 to sc8
Diffstat (limited to 'host/tests')
-rw-r--r--host/tests/convert_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/tests/convert_test.cpp b/host/tests/convert_test.cpp
index 0ce4ebacb..d82014d3f 100644
--- a/host/tests/convert_test.cpp
+++ b/host/tests/convert_test.cpp
@@ -32,7 +32,7 @@ typedef std::complex<float> fc32_t;
typedef std::complex<double> fc64_t;
#define MY_CHECK_CLOSE(a, b, f) { \
- BOOST_CHECK_MESSAGE(std::abs((a)-(b)) < f, " " << #a << " (" << (a) << ") error " << #b << " (" << (b) << ")"); \
+ BOOST_CHECK_MESSAGE(std::abs((a)-(b)) < f, "\n\t" << #a << " (" << (a) << ") error " << #b << " (" << (b) << ")"); \
}
/***********************************************************************