IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AsinReg.h
1 // AsinReg.h:
3 // -----------------
4 //
16 
17 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_ASINREG_H__
18 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_ASINREG_H__
19 
22 
23 namespace ipsdk {
24 namespace simd {
25 namespace detail {
26 
29 
36 template <eInstructionSet::domain IS,
37  typename T, typename Enable=void>
38 struct AsinReg;
39 
42 
43 } // end of namespace detail
44 } // end of namespace simd
45 } // end of namespace ipsdk
46 
49 
50 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_ASINREG_H__
template structure which is specialized to implement the computation of asin function on a scalar or ...
Definition: AsinReg.h:38
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::AsinReg structure
specialization of ipsdk::simd::detail::AsinReg structure for standard instruction set ...