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_Avx, TIn, TOut, typename boost::enable_if_c< boost::is_same< TIn, TOut >::value||(boost::is_integral< TIn >::value &&boost::is_integral< TOut >::value &&sizeof(TIn)==sizeof(TOut)) >::type > Struct Template Reference

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

#include <CastReg.h>

Static Public Member Functions

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

Detailed Description

template<typename TIn, typename TOut>
struct ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Avx, TIn, TOut, typename boost::enable_if_c< boost::is_same< TIn, TOut >::value||(boost::is_integral< TIn >::value &&boost::is_integral< TOut >::value &&sizeof(TIn)==sizeof(TOut)) >::type >

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


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