IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
FmaddReg.h
1 // FmaddReg.h:
3 // -----------------
4 //
15 
16 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_FMADDREG_H__
17 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_FMADDREG_H__
18 
21 
22 namespace ipsdk {
23 namespace simd {
24 namespace detail {
25 
28 
35 template <eInstructionSet::domain instructionSet,
36  typename T, typename Enable=void>
37 struct FmaddReg
38 {
39 };
40 
43 
44 } // end of namespace detail
45 } // end of namespace simd
46 } // end of namespace ipsdk
47 
49 
50 #ifdef IPSDK_WITH_SSE2
52 #endif
53 
54 #ifdef IPSDK_WITH_AVX
56 #endif
57 
58 #ifdef IPSDK_WITH_AVX2
60 #endif
61 
62 #ifdef IPSDK_WITH_FMA3
64 #endif
65 
66 #ifdef IPSDK_WITH_AVX512
68 #endif
69 
70 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_FMADDREG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
specialization of ipsdk::simd::detail::FmaddReg structure for standard instruction set ...
Definition: FmaddReg.h:37
specialization of ipsdk::simd::detail::FmaddReg structure for AVX2 instruction set ...
specialization of ipsdk::simd::detail::FmaddReg structure for AVX512 instruction set ...
specialization of ipsdk::simd::detail::FmaddReg structure for FMA3 instruction set ...
specialization of ipsdk::simd::detail::FmaddReg structure for AVX instruction set ...
Predefined types associated to instruction set management.
Definition of import/export macro for library.
specialization of ipsdk::simd::detail::FmaddReg structure for SSE2 instruction set ...