IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MaskCastPack.h
Go to the documentation of this file.
1 // MaskCastPack.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_MASKCASTPACK_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_MASKCASTPACK_H__
17 
23 
24 namespace ipsdk {
25 namespace simd {
26 namespace detail {
27 
30 
31 template <typename TIn, typename TOut>
33 {
34  static IPSDK_FORCEINLINE
37  {
39  act(in, out);
40  return out;
41  }
42 
43  static IPSDK_FORCEINLINE
44  void
47  {
49  }
50 };
51 
54 
55 } // end of namespace detail
56 } // end of namespace simd
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_MASKCASTPACK_H__
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
structure containing set of masks for vectorized operations
Definition: BaseMaskPackDecl.h:29
BaseMaskPack class; defines a set of masks; the number of masks in this set depends on the type of th...
Definition: AllBitsToOneReg.h:33
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Definition: MaskCastPack.h:33
Definition of import/export macro for library.
compiler optimisations only
Definition: InstructionSetTypes.h:34