IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Static Public Member Functions | List of all members
ipsdk::simd::detail::IfMaskAllOnesElseZero< eInstructionSet::eIS_Sse2, T, typename boost::enable_if_c< boost::mpl::equal_to< boost::mpl::int_< sizeof(T)>, boost::mpl::int_< 1 > >::value >::type > Struct Template Reference

specialization of IfElsePack structure for SSE2 instruction set and for ipInt8 and ipUInt8 types More...

#include <IfMaskAllOnesElseZeroPack.h>

Static Public Member Functions

static IPSDK_FORCEINLINE BasePack< ePackType::ePT_Sse, T > act (const BaseMaskPack< ePackType::ePT_Sse, T > &mask)
 
static IPSDK_FORCEINLINE void act (const BaseMaskPack< ePackType::ePT_Sse, T > &mask)
 

Detailed Description

template<typename T>
struct ipsdk::simd::detail::IfMaskAllOnesElseZero< eInstructionSet::eIS_Sse2, T, typename boost::enable_if_c< boost::mpl::equal_to< boost::mpl::int_< sizeof(T)>, boost::mpl::int_< 1 > >::value >::type >

specialization of IfElsePack structure for SSE2 instruction set and for ipInt8 and ipUInt8 types


The documentation for this struct was generated from the following file: