IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Types | Static Public Member Functions | List of all members
ipsdk::simd::detail::SignedUnsignedAddReg< eInstructionSet::eIS_Avx2, T1, T2, true > Struct Template Reference

SignedUnsignedAddReg template specialization for instruction set AVX2 and for signed integers. More...

#include <SignedUnsignedOpReg.h>

Public Types

typedef AvxType< T2 >::Type result_type
 

Static Public Member Functions

static IPSDK_FORCEINLINE result_type act (const typename AvxType< T1 >::Type &x, const typename AvxType< T2 >::Type &y)
 
static IPSDK_FORCEINLINE void act (const typename AvxType< T1 >::Type &x, const typename AvxType< T2 >::Type &y, result_type &out)
 

Detailed Description

template<typename T1, typename T2>
struct ipsdk::simd::detail::SignedUnsignedAddReg< eInstructionSet::eIS_Avx2, T1, T2, true >

SignedUnsignedAddReg template specialization for instruction set AVX2 and for signed integers.


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