IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Static Public Member Functions | List of all members
ipsdk::simd::detail::DivReg< IS, T, typename boost::enable_if< typename boost::mpl::and_< typename boost::mpl::not_equal_to< boost::mpl::int_< IS >, boost::mpl::int_< eInstructionSet::eIS_Standard > >::type, typename boost::mpl::and_< typename boost::is_integral< T >::type, typename boost::mpl::equal_to< boost::mpl::sizeof_< T >, boost::mpl::int_< 1 > >::type >::type >::type >::type > Struct Template Reference

DivReg template specialization for ipInt8 and ipUInt8. More...

#include <DivReg.h>

Static Public Member Functions

static IPSDK_FORCEINLINE RegType< IS, T >::Type act (const typename RegType< IS, T >::Type &in1, const typename RegType< IS, T >::Type &in2)
 
static IPSDK_FORCEINLINE void act (const typename RegType< IS, T >::Type &in1, const typename RegType< IS, T >::Type &in2, typename RegType< IS, T >::Type &out)
 

Detailed Description

template<eInstructionSet::domain IS, typename T>
struct ipsdk::simd::detail::DivReg< IS, T, typename boost::enable_if< typename boost::mpl::and_< typename boost::mpl::not_equal_to< boost::mpl::int_< IS >, boost::mpl::int_< eInstructionSet::eIS_Standard > >::type, typename boost::mpl::and_< typename boost::is_integral< T >::type, typename boost::mpl::equal_to< boost::mpl::sizeof_< T >, boost::mpl::int_< 1 > >::type >::type >::type >::type >

DivReg template specialization for ipInt8 and ipUInt8.


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