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

Go to the source code of this file.

Classes

struct  ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Avx, TIn, TOut, typename boost::enable_if_c< boost::is_same< TIn, TOut >::value||(boost::is_integral< TIn >::value &&boost::is_integral< TOut >::value &&sizeof(TIn)==sizeof(TOut)) >::type >
 specialization of CastReg for AVX instruction set; input and output have same type More...
 
struct  ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Avx, ipInt32, ipReal32 >
 specialization of CastReg for AVX instructionSet; input of type int32, output of type real32 More...
 
struct  ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Avx, ipReal32, ipInt32 >
 specialization of CastReg for AVX instructionSet; input of type real32, output of type int32 More...
 
struct  ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Avx, ipReal64, ipReal32 >
 specialization of CastReg for AVX instructionSet; input of type real64, output of type real32 More...
 
struct  ipsdk::simd::detail::CastReg< eInstructionSet::eIS_Avx, ipReal32, ipReal64 >
 specialization of CastReg for AVX instructionSet; input of type real32, output of type real64 More...
 

Namespaces

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

Detailed Description

Author
H. Delestre
Date
2017/03/29