IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Namespaces
CastPack.h File Reference
#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/BasePack.h>
#include <IPSDKUtil/InstructionSet/detail/CastReg.h>
#include <IPSDKUtil/InstructionSet/detail/CastPack.h>
#include <IPSDKUtil/InstructionSet/Comparison/isLess.h>
#include <IPSDKUtil/InstructionSet/Logical/detail/AllBitsToOneReg.h>
#include <IPSDKUtil/InstructionSet/Logical/detail/AllBitsToZeroReg.h>
#include <IPSDKUtil/InstructionSet/Logical/detail/MaskBlendReg.h>
#include <IPSDKUtil/InstructionSet/UpperType.h>
#include <IPSDKUtil/Tools/ForceInline.h>
#include <IPSDKUtil/Tools/arrayUtils.h>
#include <boost/type_traits/is_signed.hpp>

Go to the source code of this file.

Classes

struct  ipsdk::simd::detail::CastPack< eInstructionSet::eIS_Avx512, TIn, TOut, typename boost::enable_if_c< sizeof(TIn)==1 &&sizeof(TOut)==1 >::type >
 
struct  ipsdk::simd::detail::CastPack< eInstructionSet::eIS_Avx512, TIn, TOut, typename boost::enable_if_c< sizeof(TIn)==2 &&sizeof(TOut)==2 >::type >
 
struct  ipsdk::simd::detail::CastPack< eInstructionSet::eIS_Avx512, TIn, TOut, typename boost::enable_if_c< sizeof(TIn)==4 &&sizeof(TOut)==4 >::type >
 
struct  ipsdk::simd::detail::CastPack< eInstructionSet::eIS_Avx512, TIn, TOut, typename boost::enable_if_c< sizeof(TIn)==8 &&sizeof(TOut)==8 >::type >
 
struct  ipsdk::simd::detail::CastPack< eInstructionSet::eIS_Avx512, TIn, TOut, typename boost::enable_if_c< sizeof(TIn)==1 &&sizeof(TOut)==2 >::type >
 
struct  ipsdk::simd::detail::CastPack< eInstructionSet::eIS_Avx512, TIn, TOut, typename boost::enable_if_c< sizeof(TIn)==2 &&sizeof(TOut)==4 >::type >
 
struct  ipsdk::simd::detail::CastPack< eInstructionSet::eIS_Avx512, TIn, TOut, typename boost::enable_if_c< sizeof(TIn)==1 &&sizeof(TOut)==4 >::type >
 
struct  ipsdk::simd::detail::CastPack< eInstructionSet::eIS_Avx512, TIn, TOut, typename boost::enable_if_c< sizeof(TIn)==4 &&sizeof(TOut)==8 >::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