IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SqrtReg.h
Go to the documentation of this file.
1 // SqrtReg.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX2_SQRTREG_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX2_SQRTREG_H__
17 
22 
23 namespace ipsdk {
24 namespace simd {
25 namespace detail {
26 
29 
32 template <>
34 {
35  static IPSDK_FORCEINLINE
37  act(const AvxType<ipReal32>::Type& in)
38  {
40  }
41 
42  static IPSDK_FORCEINLINE
43  void
45  {
47  }
48 };
49 
52 template <>
54 {
55  static IPSDK_FORCEINLINE
57  act(const AvxType<ipReal64>::Type& in)
58  {
60  }
61 
62  static IPSDK_FORCEINLINE
63  void
65  {
67  }
68 };
69 
72 
73 } // end of namespace detail
74 } // end of namespace simd
75 } // end of namespace ipsdk
76 
77 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_AVX2_SQRTREG_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: SqrtReg.h:39
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
Predefined types for Avx instruction set management.
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Advanced Vector Extensions 2.
Definition: InstructionSetTypes.h:48
Definition of import/export macro for library.
structure used to retrieve AVX type associated to a base type
Definition: AvxTypes.h:33
float ipReal32
Base types definition.
Definition: BaseTypes.h:56