IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AssignPackDecl.h
Go to the documentation of this file.
1 // AssignPackDecl.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX_ASSIGNPACKDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX_ASSIGNPACKDECL_H__
17 
22 
23 namespace ipsdk {
24 namespace simd {
25 namespace detail {
26 
29 
30 template <>
32 {
33  static IPSDK_FORCEINLINE
35  act(const ipReal32& value);
36 
37  static IPSDK_FORCEINLINE
38  void act(BasePack<ePackType::ePT_Avx, ipReal32>& pack, const ipReal32& value);
39 };
40 
41 template <>
43 {
44  static IPSDK_FORCEINLINE
46  act(const ipReal64& value);
47 
48  static IPSDK_FORCEINLINE
49  void act(BasePack<ePackType::ePT_Avx, ipReal64>& pack, const ipReal64& value);
50 };
51 
54 
55 } // end of namespace detail
56 } // end of namespace simd
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_AVX_ASSIGNPACKDECL_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: AssignPackDecl.h:30
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Advanced Vector Extensions.
Definition: InstructionSetTypes.h:44
Definition of import/export macro for library.
float ipReal32
Base types definition.
Definition: BaseTypes.h:56
structure containing intrinsic registers used to store vectorized data
Definition: BasePackDecl.h:29