15 #ifndef __IPSDKUTIL_DETAIL_AVX_BASEPACKIMPL_H__ 16 #define __IPSDKUTIL_DETAIL_AVX_BASEPACKIMPL_H__ 20 #include <IPSDKUtil/InstructionSet/detail/AVX/CastPack.h> 27 template<
typename TOther>
29 BasePack<ePackType::ePT_Avx, T>::operator
30 BasePack<ePackType::ePT_Avx,TOther>()
32 return simd::detail::CastPack<eInstructionSet::eIS_Avx, T, TOther>::act(*
this);
38 #endif // __IPSDKUTIL_DETAIL_AVX_BASEPACKIMPL_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition of import/export macro for library.