summaryrefslogtreecommitdiff
path: root/volk/apps/volk_profile.cc
diff options
context:
space:
mode:
authorTom Rondeau2012-02-07 17:23:44 -0500
committerTom Rondeau2012-02-13 14:57:27 -0500
commit3080cd75a6a10aab757e1e02fb99e81e2f3724d5 (patch)
tree90e9776ff1932cde692361b0e7dfdfa29bc7b108 /volk/apps/volk_profile.cc
parentcdb328758dca9fa494956c0e62f5e78adf613982 (diff)
downloadgnuradio-3080cd75a6a10aab757e1e02fb99e81e2f3724d5.tar.gz
gnuradio-3080cd75a6a10aab757e1e02fb99e81e2f3724d5.tar.bz2
gnuradio-3080cd75a6a10aab757e1e02fb99e81e2f3724d5.zip
volk: adding complex conjugate kernel.
Diffstat (limited to 'volk/apps/volk_profile.cc')
-rw-r--r--volk/apps/volk_profile.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/volk/apps/volk_profile.cc b/volk/apps/volk_profile.cc
index 6ba7f17bb..0da21ffa5 100644
--- a/volk/apps/volk_profile.cc
+++ b/volk/apps/volk_profile.cc
@@ -58,6 +58,8 @@ int main(int argc, char *argv[]) {
VOLK_PROFILE(volk_32fc_x2_multiply_32fc_u, 1e-4, 0, 204600, 1000, &results);
VOLK_PROFILE(volk_32fc_x2_multiply_conjugate_32fc_a, 1e-4, 0, 204600, 1000, &results);
VOLK_PROFILE(volk_32fc_x2_multiply_conjugate_32fc_u, 1e-4, 0, 204600, 1000, &results);
+ VOLK_PROFILE(volk_32fc_conjugate_32fc_a, 1e-4, 0, 204600, 1000, &results);
+ VOLK_PROFILE(volk_32fc_conjugate_32fc_u, 1e-4, 0, 204600, 1000, &results);
VOLK_PROFILE(volk_32f_s32f_convert_16i_a, 1, 32768, 204600, 10000, &results);
VOLK_PROFILE(volk_32f_s32f_convert_16i_u, 1, 32768, 204600, 10000, &results);
VOLK_PROFILE(volk_32f_s32f_convert_32i_a, 1, 2<<31, 204600, 10000, &results);