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_Sse2, ipReal32, TOut, typename boost::enable_if< typename boost::mpl::equal_to< boost::mpl::sizeof_< TOut >, boost::mpl::int_< 8 > >::type >::type > Struct Template Reference

specialization of CastReg for SSE2 instruction set; input is of type uint32 or int32, output is of type int64, uint64 or real64 More...

#include <MaskCastReg.h>

Static Public Member Functions

static IPSDK_FORCEINLINE void act (const RegMaskType< eInstructionSet::eIS_Sse2, ipReal32 >::Type &in, typename RegMaskType< eInstructionSet::eIS_Sse2, TOut >::Type &out0, typename RegMaskType< eInstructionSet::eIS_Sse2, TOut >::Type &out1)
 

Detailed Description

template<typename TOut>
struct ipsdk::simd::detail::MaskCastReg< eInstructionSet::eIS_Sse2, ipReal32, TOut, typename boost::enable_if< typename boost::mpl::equal_to< boost::mpl::sizeof_< TOut >, boost::mpl::int_< 8 > >::type >::type >

specialization of CastReg for SSE2 instruction set; input is of type uint32 or int32, output is of type int64, uint64 or real64


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