commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 10/28: Volk: add 32fc_s32fc_multiply_32fc t


From: git
Subject: [Commit-gnuradio] [gnuradio] 10/28: Volk: add 32fc_s32fc_multiply_32fc to profiler
Date: Mon, 15 Aug 2016 00:47:05 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

nwest pushed a commit to annotated tag gr_basic_work
in repository gnuradio.

commit 49c51ace18687cd6bd8f817408f99e5457805fc9
Author: Nick Foster <address@hidden>
Date:   Wed Nov 9 11:35:17 2011 -0800

    Volk: add 32fc_s32fc_multiply_32fc to profiler
---
 volk/apps/volk_profile.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/volk/apps/volk_profile.cc b/volk/apps/volk_profile.cc
index b9ac9ec..86bf721 100644
--- a/volk/apps/volk_profile.cc
+++ b/volk/apps/volk_profile.cc
@@ -102,6 +102,7 @@ int main(int argc, char *argv[]) {
     VOLK_PROFILE(volk_8i_convert_16i_u, 0, 0, 204600, 2000, &results);
     VOLK_PROFILE(volk_8i_s32f_convert_32f_a, 1e-4, 100, 204600, 2000, 
&results);
     VOLK_PROFILE(volk_8i_s32f_convert_32f_u, 1e-4, 100, 204600, 2000, 
&results);
+    VOLK_PROFILE(volk_32fc_s32fc_multiply_32fc_a, 1e-4, 0, 204600, 1000, 
&results);
 
     char path[256];
     get_config_path(path);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]