IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Static Public Member Functions | List of all members
ipsdk::simd::detail::ConditionalAddReg< eInstructionSet::eIS_Avx512, T, typename boost::enable_if< typename boost::mpl::and_< typename boost::is_integral< T >::type, typename boost::mpl::equal_to< boost::mpl::sizeof_< T >, boost::mpl::int_< 4 > >::type >::type >::type > Struct Template Reference

ConditionalAddReg template specialization for instruction set AVX512 and for ipInt32/ipUInt32 type. More...

#include <ConditionalAddReg.h>

Static Public Member Functions

static IPSDK_FORCEINLINE RegType< eInstructionSet::eIS_Avx512, T >::Type act (const typename RegMaskType< eInstructionSet::eIS_Avx512, T >::Type &mask, const typename RegType< eInstructionSet::eIS_Avx512, T >::Type &in1, const typename RegType< eInstructionSet::eIS_Avx512, T >::Type &in2)
 
static IPSDK_FORCEINLINE RegType< eInstructionSet::eIS_Avx512, T >::Type act (const typename RegMaskType< eInstructionSet::eIS_Avx512, T >::Type &mask, const typename RegType< eInstructionSet::eIS_Avx512, T >::Type &in1, const T &in2)
 
static IPSDK_FORCEINLINE void act (const typename RegMaskType< eInstructionSet::eIS_Avx512, T >::Type &mask, const typename RegType< eInstructionSet::eIS_Avx512, T >::Type &in1, const typename RegType< eInstructionSet::eIS_Avx512, T >::Type &in2, typename RegType< eInstructionSet::eIS_Avx512, T >::Type &out)
 
static IPSDK_FORCEINLINE void act (const typename RegMaskType< eInstructionSet::eIS_Avx512, T >::Type &mask, const typename RegType< eInstructionSet::eIS_Avx512, T >::Type &in1, const T &in2, typename RegType< eInstructionSet::eIS_Avx512, T >::Type &out)
 

Detailed Description

template<typename T>
struct ipsdk::simd::detail::ConditionalAddReg< eInstructionSet::eIS_Avx512, T, typename boost::enable_if< typename boost::mpl::and_< typename boost::is_integral< T >::type, typename boost::mpl::equal_to< boost::mpl::sizeof_< T >, boost::mpl::int_< 4 > >::type >::type >::type >

ConditionalAddReg template specialization for instruction set AVX512 and for ipInt32/ipUInt32 type.


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