IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Namespaces
SaturatedCastPack.h File Reference
#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/BasePack.h>
#include <IPSDKUtil/InstructionSet/detail/CastPack.h>
#include <IPSDKUtil/InstructionSet/detail/SaturatedCastPack.h>
#include <IPSDKUtil/Tools/ForceInline.h>

Go to the source code of this file.

Classes

struct  ipsdk::simd::detail::SaturatedCastPack< eInstructionSet::eIS_Avx512, TIn, TOut, typename boost::enable_if_c< boost::is_same< TIn, TOut >::value >::type >
 
struct  ipsdk::simd::detail::SaturatedCastPack< eInstructionSet::eIS_Avx512, TIn, TOut, typename boost::enable_if_c< boost::is_integral< TIn >::value &&boost::is_integral< TOut >::value &&boost::is_signed< TIn >::value==boost::is_signed< TOut >::value &&sizeof(TIn)< sizeof(TOut) >::type >{ static IPSDK_FORCEINLINE BasePack< ePackType::ePT_Avx512, TOut > act(const BasePack< ePackType::ePT_Avx512, TIn > &in) { BasePack< ePackType::ePT_Avx512, TOut > out;return CastPack< eInstructionSet::eIS_Avx512, TIn, TOut >::act(in);} static IPSDK_FORCEINLINE void act(const BasePack< ePackType::ePT_Avx512, TIn > &in, BasePack< ePackType::ePT_Avx512, TOut > &out) { CastPack< eInstructionSet::eIS_Avx512, TIn, TOut >::act(in, out);}};template< typename TIn, typename TOut >struct SaturatedCastPack< eInstructionSet::eIS_Avx512, TIn, TOut, typename boost::enable_if_c< boost::is_integral< TIn >::value &&boost::is_integral< TOut >::value &&boost::is_signed< TIn >::value &&!boost::is_signed< TOut >::value &&sizeof(TOut)>=sizeof(TIn) >::type >
 

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::simd
 Namespace agregating IPSDK SIMD routines and classes.
 

Detailed Description

Author
H. Delestre
Date
2018/03/09