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

SignedUnsignedSubtractReg template specialization for instruction set SSE2 and for signed integers. More...

#include <SignedUnsignedOpReg.h>

Public Types

typedef boost::make_unsigned< T >::type unsigned_type
 
typedef Sse2Type< unsigned_type >::Type result_type
 

Static Public Member Functions

static IPSDK_FORCEINLINE result_type act (const typename Sse2Type< T >::Type &x, const typename Sse2Type< T >::Type &y)
 
static IPSDK_FORCEINLINE void act (const typename Sse2Type< T >::Type &x, const typename Sse2Type< T >::Type &y, result_type &out)
 

Detailed Description

template<typename T>
struct ipsdk::simd::detail::SignedUnsignedSubtractReg< eInstructionSet::eIS_Sse2, T, true >

SignedUnsignedSubtractReg template specialization for instruction set SSE2 and for signed integers.


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