IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CosReg.h
1 // CosReg.h:
3 // -----------------
4 //
16 
17 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_COSREG_H__
18 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_COSREG_H__
19 
22 
23 namespace ipsdk {
24 namespace simd {
25 namespace detail {
26 
29 
36 template <eInstructionSet::domain instructionSet,
37  eInstructionSet::domain instructionSetFma,
38  typename T, typename Enable=void>
39 struct CosReg
40 {
41 };
42 
45 
46 } // end of namespace detail
47 } // end of namespace simd
48 } // end of namespace ipsdk
49 
51 
52 /*#ifdef IPSDK_WITH_AVX512
53 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/AVX512/CosReg.h>
54 #endif*/
55 
56 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_COSREG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Predefined types associated to instruction set management.
Definition of import/export macro for library.
specialization of ipsdk::simd::detail::CosReg structure
template structure which is specialized to implement the computation of cosine on a scalar or a regis...
Definition: CosReg.h:39