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_Avx512, 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 instruction set AVX512; first type is greater than second one. More...

#include <DivPack.h>

Static Public Member Functions

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

Detailed Description

template<typename TIn1, typename TIn2>
struct ipsdk::simd::detail::DivPack< eInstructionSet::eIS_Avx512, 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 instruction set AVX512; first type is greater than second one.


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