IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BitwiseCastPack.h
Go to the documentation of this file.
1 // BitwiseCastPack.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_BITWISECASTPACK_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_BITWISECASTPACK_H__
17 
22 
23 #include <boost/type_traits/is_same.hpp>
24 #include <boost/type_traits/is_signed.hpp>
25 
26 namespace ipsdk {
27 namespace simd {
28 namespace detail {
29 
32 
33 template <eInstructionSet::domain instructionSet, typename TIn, typename TOut,
34  typename Enable=void>
36 {
37 };
38 
41 
42 } // end of namespace detail
43 } // end of namespace simd
44 } // end of namespace ipsdk
45 
47 
48 #ifdef IPSDK_WITH_SSE2
50 #endif
51 
52 #ifdef IPSDK_WITH_AVX2
54 #endif
55 
56 #ifdef IPSDK_WITH_AVX512
58 #endif
59 
60 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_BITWISECASTPACK_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: BitwiseCastPack.h:35
Definition of import/export macro for library.