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

specialization of CastReg for AVX512 instruction set; input and output have same type More...

#include <CastReg.h>

Static Public Member Functions

static IPSDK_FORCEINLINE void act (const typename Avx512Type< TIn >::Type &in, typename Avx512Type< TOut >::Type &out)
 
static IPSDK_FORCEINLINE void act (const typename Avx512MaskType< TIn >::Type &in, typename Avx512Type< TOut >::Type &out)
 

Detailed Description

template<typename TIn, typename TOut>
struct ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Avx512, TIn, TOut, typename boost::enable_if< typename boost::mpl::or_< typename boost::is_same< TIn, TOut >::type, typename boost::mpl::and_< typename boost::is_integral< TIn >::type, typename boost::mpl::and_< typename boost::is_integral< TOut >::type, typename boost::mpl::equal_to< boost::mpl::sizeof_< TIn >, boost::mpl::sizeof_< TOut > >::type >::type >::type >::type >::type >

specialization of CastReg for AVX512 instruction set; input and output have same type


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