IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AcosReg.h
1 // AcosReg.h:
3 // -----------------
4 //
16 
17 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_ACOSREG_H__
18 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_ACOSREG_H__
19 
21 
22 namespace ipsdk {
23 namespace simd {
24 namespace detail {
25 
28 
35 template <eInstructionSet::domain IS,
36  typename T, typename Enable=void>
37 struct AcosReg;
38 
41 
42 } // end of namespace detail
43 } // end of namespace simd
44 } // end of namespace ipsdk
45 
48 
49 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_ACOSREG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
template structure which is specialized to implement the computation of acos function on a scalar or ...
Definition: AcosReg.h:37
Definition of import/export macro for library.
specialization of ipsdk::simd::detail::AcosReg structure for standard instruction set ...
specialization of ipsdk::simd::detail::AcosReg structure