commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 12/22: volk: update profile to use the new


From: git
Subject: [Commit-gnuradio] [gnuradio] 12/22: volk: update profile to use the new 32u_byteswap puppet
Date: Fri, 31 Oct 2014 19:22:31 +0000 (UTC)

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

jcorgan pushed a commit to branch master
in repository gnuradio.

commit e910bf92be22e5076ea477df5ae6e1886f894819
Author: Nathan West <address@hidden>
Date:   Mon Oct 20 19:07:20 2014 -0500

    volk: update profile to use the new 32u_byteswap puppet
---
 volk/apps/volk_profile.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/volk/apps/volk_profile.cc b/volk/apps/volk_profile.cc
index e3f0ba7..b1f10f2 100644
--- a/volk/apps/volk_profile.cc
+++ b/volk/apps/volk_profile.cc
@@ -219,7 +219,7 @@ int main(int argc, char *argv[]) {
     VOLK_PROFILE(volk_32i_x2_and_32i, 0, 0, 204602, 10000, &results, 
benchmark_mode, kernel_regex);
     VOLK_PROFILE(volk_32i_s32f_convert_32f, 1e-4, 100, 204602, 10000, 
&results, benchmark_mode, kernel_regex);
     VOLK_PROFILE(volk_32i_x2_or_32i, 0, 0, 204602, 10000, &results, 
benchmark_mode, kernel_regex);
-    VOLK_PROFILE(volk_32u_byteswap, 0, 0, 204602, 2000, &results, 
benchmark_mode, kernel_regex);
+    VOLK_PUPPET_PROFILE(volk_32u_byteswappuppet_32u, volk_32u_byteswap, 0, 0, 
204602, 2000, &results, benchmark_mode, kernel_regex);
     VOLK_PUPPET_PROFILE(volk_32u_popcntpuppet_32u, volk32u_popcnt_32u,  0, 0, 
2046, 10000, &results, benchmark_mode, kernel_regex);
     VOLK_PROFILE(volk_64f_convert_32f, 1e-4, 0, 204602, 10000, &results, 
benchmark_mode, kernel_regex);
     VOLK_PROFILE(volk_64f_x2_max_64f, 1e-4, 0, 204602, 1000, &results, 
benchmark_mode, kernel_regex);



reply via email to

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