IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ToMaskPack.h
Go to the documentation of this file.
1 // ToMaskPack.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_TOMASKPACK_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_TOMASKPACK_H__
17 
20 
21 namespace ipsdk {
22 namespace simd {
23 namespace detail {
24 
27 
28 template <eInstructionSet::domain instructionSet,
29  typename TOut, typename TIn, typename Enable=void>
30 struct ToMaskPack {
31 };
32 
35 
36 } // end of namespace detail
37 } // end of namespace simd
38 } // end of namespace ipsdk
39 
41 
42 #endif // __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_DETAIL_TOMASKPACK_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: ToMaskPack.h:30
specialization of ToMaskPack structure for common instruction sets
Predefined types associated to instruction set management.
Definition of import/export macro for library.