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

specialization of CastReg for AVX2 instruction set; input is of type uint64 or int64, output is of type int16 or uint16 More...

#include <MaskCastReg.h>

Static Public Member Functions

static IPSDK_FORCEINLINE void act (const typename RegMaskType< eInstructionSet::eIS_Avx2, TIn >::Type &in0, const typename RegMaskType< eInstructionSet::eIS_Avx2, TIn >::Type &in1, const typename RegMaskType< eInstructionSet::eIS_Avx2, TIn >::Type &in2, const typename RegMaskType< eInstructionSet::eIS_Avx2, TIn >::Type &in3, typename RegMaskType< eInstructionSet::eIS_Avx2, TOut >::Type &out)
 

Detailed Description

template<typename TIn, typename TOut>
struct ipsdk::simd::detail::MaskCastReg< eInstructionSet::eIS_Avx2, TIn, TOut, typename boost::enable_if< typename boost::mpl::and_< typename boost::mpl::and_< typename boost::mpl::equal_to< boost::mpl::sizeof_< TIn >, boost::mpl::int_< 8 > >::type, typename boost::is_integral< TIn >::type >::type, typename boost::mpl::and_< typename boost::mpl::equal_to< boost::mpl::sizeof_< TOut >, boost::mpl::int_< 2 > >::type, typename boost::is_integral< TOut >::type >::type >::type >::type >

specialization of CastReg for AVX2 instruction set; input is of type uint64 or int64, output is of type int16 or uint16


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