summaryrefslogtreecommitdiff
path: root/volk
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2012-07-16 14:37:27 -0700
committerJohnathan Corgan <jcorgan@corganenterprises.com>2012-07-16 14:42:00 -0700
commit209e98f351f873450c1b2cc0f5bb7877f32e83e4 (patch)
tree96e9474ccd7b0babce84714db57fb7af7a3bcbe7 /volk
parent1979696fc7893a549a62488104d974735e299a21 (diff)
Comment out orc support for volk_16u_byteswap_u
Diffstat (limited to 'volk')
-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 37bed7fce3..ffdd5ba333 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