IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Static Public Member Functions | List of all members
ipsdk::simd::detail::DivPack< eInstructionSet::eIS_Standard, TIn1, TIn2, typename boost::enable_if_c<!boost::is_same< TIn1, TIn2 >::value &&!boost::is_same< TIn1, typename PromotedType< TIn1, TIn2 >::Type >::value >::type > Struct Template Reference

DivPack template specialization for standard instruction set; second operation type is greater than first one. More...

#include <DivPack.h>

Static Public Member Functions

static IPSDK_FORCEINLINE BasePack< ePackType::ePT_Scalar, TIn2 > act (const BasePack< ePackType::ePT_Scalar, TIn1 > &in1, const BasePack< ePackType::ePT_Scalar, TIn2 > &in2)
 
static IPSDK_FORCEINLINE void act (const BasePack< ePackType::ePT_Scalar, TIn1 > &in1, const BasePack< ePackType::ePT_Scalar, TIn2 > &in2, BasePack< ePackType::ePT_Scalar, TIn2 > &out)
 

Detailed Description

template<typename TIn1, typename TIn2>
struct ipsdk::simd::detail::DivPack< eInstructionSet::eIS_Standard, TIn1, TIn2, typename boost::enable_if_c<!boost::is_same< TIn1, TIn2 >::value &&!boost::is_same< TIn1, typename PromotedType< TIn1, TIn2 >::Type >::value >::type >

DivPack template specialization for standard instruction set; second operation type is greater than first one.


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