summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnathan Corgan2012-07-16 14:37:27 -0700
committerJohnathan Corgan2012-07-16 14:42:00 -0700
commit209e98f351f873450c1b2cc0f5bb7877f32e83e4 (patch)
tree96e9474ccd7b0babce84714db57fb7af7a3bcbe7
parent1979696fc7893a549a62488104d974735e299a21 (diff)
downloadgnuradio-209e98f351f873450c1b2cc0f5bb7877f32e83e4.tar.gz
gnuradio-209e98f351f873450c1b2cc0f5bb7877f32e83e4.tar.bz2
gnuradio-209e98f351f873450c1b2cc0f5bb7877f32e83e4.zip
Comment out orc support for volk_16u_byteswap_u
-rw-r--r--volk/include/volk/volk_16u_byteswap_u.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/volk/include/volk/volk_16u_byteswap_u.h b/volk/include/volk/volk_16u_byteswap_u.h
index 37bed7fce..ffdd5ba33 100644
--- a/volk/include/volk/volk_16u_byteswap_u.h
+++ b/volk/include/volk/volk_16u_byteswap_u.h
@@ -60,7 +60,8 @@ static inline void volk_16u_byteswap_u_generic(uint16_t* intsToSwap, unsigned in
}
#endif /* LV_HAVE_GENERIC */
-#ifdef LV_HAVE_ORC
+//#ifdef LV_HAVE_ORC
+#if 0
/*!
\brief Byteswaps (in-place) an unaligned vector of int16_t's.
\param intsToSwap The vector of data to byte swap