IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Namespaces
BitwiseCastReg.h File Reference
#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/detail/BitwiseCastReg.h>
#include <IPSDKUtil/InstructionSet/AVX512/Avx512MaskTypes.h>
#include <IPSDKUtil/InstructionSet/AVX512/Avx512Types.h>
#include <IPSDKUtil/Tools/ForceInline.h>
#include <boost/mpl/and.hpp>

Go to the source code of this file.

Classes

struct  ipsdk::simd::detail::BitwiseCastReg< eInstructionSet::eIS_Avx512, TIn, TOut, typename boost::enable_if< typename boost::mpl::and_< typename boost::is_integral< TIn >::type, typename boost::is_integral< TOut >::type >::type >::type >
 
struct  ipsdk::simd::detail::BitwiseCastReg< eInstructionSet::eIS_Avx512, TIn, ipReal32, typename boost::enable_if< typename boost::is_integral< TIn >::type >::type >
 
struct  ipsdk::simd::detail::BitwiseCastReg< eInstructionSet::eIS_Avx512, ipReal32, TOut, typename boost::enable_if< typename boost::is_integral< TOut >::type >::type >
 
struct  ipsdk::simd::detail::BitwiseCastReg< eInstructionSet::eIS_Avx512, TIn, ipReal64, typename boost::enable_if< typename boost::is_integral< TIn >::type >::type >
 
struct  ipsdk::simd::detail::BitwiseCastReg< eInstructionSet::eIS_Avx512, ipReal64, TOut, typename boost::enable_if< typename boost::is_integral< TOut >::type >::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