diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-07-16 14:37:27 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-07-16 14:42:00 -0700 |
commit | 209e98f351f873450c1b2cc0f5bb7877f32e83e4 (patch) | |
tree | 96e9474ccd7b0babce84714db57fb7af7a3bcbe7 /volk | |
parent | 1979696fc7893a549a62488104d974735e299a21 (diff) |
Comment out orc support for volk_16u_byteswap_u
Diffstat (limited to 'volk')
-rw-r--r-- | volk/include/volk/volk_16u_byteswap_u.h | 3 |
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 |