IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CeilReg.h
1 // CeilReg.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_CEILREG_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_CEILREG_H__
17 
20 
21 namespace ipsdk {
22 namespace simd {
23 namespace detail {
24 
27 
34 template <eInstructionSet::domain instructionSet,
35  typename T, typename Enable=void>
36 struct CeilReg
37 {
38 };
39 
42 
43 } // end of namespace detail
44 } // end of namespace simd
45 } // end of namespace ipsdk
46 
48 
49 #ifdef IPSDK_WITH_AVX
51 #endif
52 
53 #ifdef IPSDK_WITH_AVX2
55 #endif
56 
57 #ifdef IPSDK_WITH_AVX512
58 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/AVX512/CeilReg.h>
59 #endif
60 
61 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/Common/CeilReg.h>
62 
63 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_CEILREG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
specialization of ipsdk::simd::detail::CeilReg structure for AVX instruction set
template structure which is specialized to implement the computation of value rounded to closest even...
Definition: CeilReg.h:36
specialization of ipsdk::simd::detail::CeilReg structure for standard instruction set ...
Predefined types associated to instruction set management.
Definition of import/export macro for library.
specialization of ipsdk::simd::detail::CeilReg structure for AVX2 instruction set ...