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_Avx512, TIn, TOut, typename boost::enable_if< typename boost::mpl::and_< typename boost::mpl::equal_to< boost::mpl::sizeof_< TIn >, boost::mpl::int_< 1 > >::type, typename boost::mpl::equal_to< boost::mpl::sizeof_< TOut >, boost::mpl::int_< 8 > >::type >::type >::type > Struct Template Reference

specialization of CastReg for AVX512 instruction set; input is of type uint8 or int8, output is of type int64 or uint64 More...

#include <MaskCastReg.h>

Static Public Member Functions

static IPSDK_FORCEINLINE void act (const typename RegMaskType< eInstructionSet::eIS_Avx512, TIn >::Type &in, typename RegMaskType< eInstructionSet::eIS_Avx512, TOut >::Type &out0, typename RegMaskType< eInstructionSet::eIS_Avx512, TOut >::Type &out1, typename RegMaskType< eInstructionSet::eIS_Avx512, TOut >::Type &out2, typename RegMaskType< eInstructionSet::eIS_Avx512, TOut >::Type &out3, typename RegMaskType< eInstructionSet::eIS_Avx512, TOut >::Type &out4, typename RegMaskType< eInstructionSet::eIS_Avx512, TOut >::Type &out5, typename RegMaskType< eInstructionSet::eIS_Avx512, TOut >::Type &out6, typename RegMaskType< eInstructionSet::eIS_Avx512, TOut >::Type &out7)
 

Detailed Description

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

specialization of CastReg for AVX512 instruction set; input is of type uint8 or int8, output is of type int64 or uint64


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