IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
UnloadPack.h
Go to the documentation of this file.
1 // UnloadPack.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_UNLOADPACK_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_UNLOADPACK_H__
17 
22 
23 namespace ipsdk {
24 namespace simd {
25 namespace detail {
26 
29 
30 // unload implementation for Std for integral types
31 template <typename T>
33 {
34  static IPSDK_FORCEINLINE
35  void act(const BasePack<ePackType::ePT_Scalar, T>& pack, T* pT)
36  {
37  *pT = pack._val;
38  }
39 };
40 
43 
44 } // end of namespace detail
45 } // end of namespace simd
46 } // end of namespace ipsdk
47 
48 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_UNLOADPACK_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: UnloadPack.h:30
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Predefined types associated to instruction set management.
Definition of import/export macro for library.
compiler optimisations only
Definition: InstructionSetTypes.h:34