commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 10/22: volk: removed unused variable from n


From: git
Subject: [Commit-gnuradio] [gnuradio] 10/22: volk: removed unused variable from neon binary slicer
Date: Fri, 31 Oct 2014 19:22:30 +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 dadc6e9b0698f2386e8b04a125ad14d4215fc6d4
Author: Nathan West <address@hidden>
Date:   Mon Oct 20 12:25:10 2014 -0500

    volk: removed unused variable from neon binary slicer
---
 volk/kernels/volk/volk_32f_binary_slicer_8i.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/volk/kernels/volk/volk_32f_binary_slicer_8i.h 
b/volk/kernels/volk/volk_32f_binary_slicer_8i.h
index aa14c79..17b48d7 100644
--- a/volk/kernels/volk/volk_32f_binary_slicer_8i.h
+++ b/volk/kernels/volk/volk_32f_binary_slicer_8i.h
@@ -229,7 +229,7 @@ volk_32f_binary_slicer_8i_neon(int8_t* cVector, const 
float* aVector,
   uint16x4x2_t res0_u16x4, res1_u16x4;
   uint16x8x2_t res_u16x8;
   uint8x8x2_t res_u8;
-  uint8x8_t zero_u8, one;
+  uint8x8_t one;
 
   zero_val = vdupq_n_f32(0.0);
   one = vdup_n_u8(0x01);



reply via email to

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