/** @brief SIMD processing state cleanup call */
inline void vx_cleanup() { VXPREFIX(_cleanup)(); }
+
+
+//! @cond IGNORED
+
+ // backward compatibility
+ template<typename _Tp, typename _Tvec> static inline
+ void vx_store(_Tp* dst, const _Tvec& v) { return v_store(dst, v); }
+ // backward compatibility
+ template<typename _Tp, typename _Tvec> static inline
+ void vx_store_aligned(_Tp* dst, const _Tvec& v) { return v_store_aligned(dst, v); }
+
+//! @endcond
+
+
//! @}
#undef VXPREFIX
} // namespace