From 209e98f351f873450c1b2cc0f5bb7877f32e83e4 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Mon, 16 Jul 2012 14:37:27 -0700 Subject: Comment out orc support for volk_16u_byteswap_u --- volk/include/volk/volk_16u_byteswap_u.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit