IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Namespaces
ConditionalAddReg.h File Reference

specialization of ipsdk::simd::detail::ConditionalAddReg structure for AVX512 More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/ConditionalAddReg.h>
#include <IPSDKUtil/InstructionSet/RegType.h>
#include <IPSDKUtil/Tools/ForceInline.h>
#include "immintrin.h"

Go to the source code of this file.

Classes

struct  ipsdk::simd::detail::ConditionalAddReg< eInstructionSet::eIS_Avx512, T, typename boost::enable_if< typename boost::mpl::and_< typename boost::is_integral< T >::type, typename boost::mpl::equal_to< boost::mpl::sizeof_< T >, boost::mpl::int_< 1 > >::type >::type >::type >
 ConditionalAddReg template specialization for instruction set AVX512 and for ipInt8/ipUInt8 type. More...
 
struct  ipsdk::simd::detail::ConditionalAddReg< eInstructionSet::eIS_Avx512, T, typename boost::enable_if< typename boost::mpl::and_< typename boost::is_integral< T >::type, typename boost::mpl::equal_to< boost::mpl::sizeof_< T >, boost::mpl::int_< 2 > >::type >::type >::type >
 ConditionalAddReg template specialization for instruction set AVX512 and for ipInt16/ipUInt16 type. More...
 
struct  ipsdk::simd::detail::ConditionalAddReg< eInstructionSet::eIS_Avx512, T, typename boost::enable_if< typename boost::mpl::and_< typename boost::is_integral< T >::type, typename boost::mpl::equal_to< boost::mpl::sizeof_< T >, boost::mpl::int_< 4 > >::type >::type >::type >
 ConditionalAddReg template specialization for instruction set AVX512 and for ipInt32/ipUInt32 type. More...
 
struct  ipsdk::simd::detail::ConditionalAddReg< eInstructionSet::eIS_Avx512, ipReal32 >
 ConditionalAddReg template specialization for instruction set AVX512 and for ipReal32 type. More...
 
struct  ipsdk::simd::detail::ConditionalAddReg< eInstructionSet::eIS_Avx512, ipReal64 >
 ConditionalAddReg template specialization for instruction set AVX512 and for ipReal64 type. More...
 

Namespaces

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

Detailed Description

specialization of ipsdk::simd::detail::ConditionalAddReg structure for AVX512

Author
H. Delestre
Date
2018/07/2018