IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
FrexpPack.h
1 // FrexpReg.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_FREXPPACK_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_FREXPPACK_H__
17 
20 
21 namespace ipsdk {
22 namespace simd {
23 namespace detail {
24 
27 
33 template <eInstructionSet::domain instructionSet,
34  typename T, typename Enable=void>
35 struct FrexpPack
36 {
37 };
38 
41 
42 } // end of namespace detail
43 } // end of namespace simd
44 } // end of namespace ipsdk
45 
46 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/Std/FrexpPack.h>
47 
48 #ifdef IPSDK_WITH_SSE2
49 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/SSE2/FrexpPack.h>
50 #endif
51 
52 #ifdef IPSDK_WITH_AVX
53 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/AVX/FrexpPack.h>
54 #endif
55 
56 #ifdef IPSDK_WITH_AVX2
57 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/AVX2/FrexpPack.h>
58 #endif
59 
60 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_FREXPPACK_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: FrexpPack.h:35
Predefined types associated to instruction set management.
Definition of import/export macro for library.