IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BasePackImpl.h
Go to the documentation of this file.
1 // BasePackImpl.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKUTIL_DETAIL_AVX512_BASEPACKIMPL_H__
16 #define __IPSDKUTIL_DETAIL_AVX512_BASEPACKIMPL_H__
17 
22 
23 namespace ipsdk {
24 namespace simd {
25 
26 template<typename T>
27 template<typename TOther>
28 IPSDK_FORCEINLINE
29 BasePack<ePackType::ePT_Avx512, T>::operator
30  BasePack<ePackType::ePT_Avx512,TOther>()
31 {
32  return simd::detail::CastPack<eInstructionSet::eIS_Avx512, T, TOther>::act(*this);
33 }
34 
35 } // end of namespace simd
36 } // end of namespace ipsdk
37 
38 #endif // __IPSDKUTIL_DETAIL_AVX512_BASEPACKIMPL_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition of import/export macro for library.