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_Avx512, T1, T2, false > Struct Template Reference

SignedUnsignedAddReg template specialization for instruction set AVX512 and for unsigned integers. More...

#include <SignedUnsignedOpReg.h>

Public Types

typedef Avx512Type< T2 >::Type result_type
 

Static Public Member Functions

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

Detailed Description

template<typename T1, typename T2>
struct ipsdk::simd::detail::SignedUnsignedAddReg< eInstructionSet::eIS_Avx512, T1, T2, false >

SignedUnsignedAddReg template specialization for instruction set AVX512 and for unsigned integers.


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