IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
TruncateReg.h
1 // TruncateReg.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_TRUNCATEREG_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_TRUNCATEREG_H__
17 
20 
21 namespace ipsdk {
22 namespace simd {
23 namespace detail {
24 
27 
35 template <eInstructionSet::domain instructionSet,
36  typename T, typename Enable=void>
38 {
39 };
40 
43 
44 } // end of namespace detail
45 } // end of namespace simd
46 } // end of namespace ipsdk
47 
48 #ifdef IPSDK_WITH_AVX
50 #endif
51 
52 #ifdef IPSDK_WITH_AVX2
54 #endif
55 
56 #ifdef IPSDK_WITH_AVX512
58 #endif
59 
61 
62 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_TRUNCATEREG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
specialization of ipsdk::simd::detail::TruncateReg structure for AVX512 instruction set ...
specialization of ipsdk::simd::detail::TruncateReg structure common to several instruction sets ...
specialization of ipsdk::simd::detail::TruncateReg structure for AVX instruction set ...
specialization of ipsdk::simd::detail::TruncateReg structure for AVX2 instruction set ...
Predefined types associated to instruction set management.
Definition of import/export macro for library.
template structure which is specialized to implement the computation of value truncated to nearest in...
Definition: TruncateReg.h:37