IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Static Public Member Functions | List of all members
ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Sse2, ipReal32, TOut, typename boost::enable_if_c< sizeof(TOut)==2 >::type > Struct Template Reference

specialization of CastReg for SSE instructionSet; input of type real32, output of type uint16 or int16 More...

#include <CastReg.h>

Static Public Member Functions

static IPSDK_FORCEINLINE void act (const Sse2Type< ipReal32 >::Type &inl, const Sse2Type< ipReal32 >::Type &inh, typename Sse2Type< TOut >::Type &out)
 

Detailed Description

template<typename TOut>
struct ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Sse2, ipReal32, TOut, typename boost::enable_if_c< sizeof(TOut)==2 >::type >

specialization of CastReg for SSE instructionSet; input of type real32, output of type uint16 or int16


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