IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Static Public Member Functions | List of all members
ipsdk::simd::detail::MulReg< eInstructionSet::eIS_Avx512, T, typename boost::enable_if_c< boost::is_integral< T >::value &&sizeof(T)==1 >::type > Struct Template Reference

MulReg template specialization for instruction set AVX512 and types ipInt8 and ipUInt8. More...

#include <MulReg.h>

Static Public Member Functions

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

Detailed Description

template<typename T>
struct ipsdk::simd::detail::MulReg< eInstructionSet::eIS_Avx512, T, typename boost::enable_if_c< boost::is_integral< T >::value &&sizeof(T)==1 >::type >

MulReg template specialization for instruction set AVX512 and types ipInt8 and ipUInt8.


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