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_Avx2, TIn, TIn, typename boost::enable_if_c< boost::is_integral< TIn >::value >::type > Struct Template Reference

DivPack template specialization for instruction set AVX2 and for integral types (first and second types are identical) More...

#include <DivPack.h>

Static Public Member Functions

static IPSDK_FORCEINLINE BasePack< ePackType::ePT_Avx, TIn > act (const BasePack< ePackType::ePT_Avx, TIn > &in1, const BasePack< ePackType::ePT_Avx, TIn > &in2)
 
static IPSDK_FORCEINLINE void act (const BasePack< ePackType::ePT_Avx, TIn > &in1, const BasePack< ePackType::ePT_Avx, TIn > &in2, BasePack< ePackType::ePT_Avx, TIn > &out)
 

Detailed Description

template<typename TIn>
struct ipsdk::simd::detail::DivPack< eInstructionSet::eIS_Avx2, TIn, TIn, typename boost::enable_if_c< boost::is_integral< TIn >::value >::type >

DivPack template specialization for instruction set AVX2 and for integral types (first and second types are identical)


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