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

specialization of ipsdk::simd::detail::UniformRandomLCGReg structure for AVX512 instruction set More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/detail/UniformRandomLCGReg.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/AddReg.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/MulReg.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/SubReg.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/FloorReg.h>
#include <IPSDKUtil/InstructionSet/Arithmetic/detail/SignedUnsignedOpReg.h>
#include <IPSDKUtil/InstructionSet/Comparison/detail/IsGreaterReg.h>
#include <IPSDKUtil/InstructionSet/RegType.h>
#include <IPSDKUtil/Tools/ForceInline.h>
#include <IPSDKUtil/Tools/NumericLimits.h>
#include <boost/type_traits/make_unsigned.hpp>

Go to the source code of this file.

Classes

struct  ipsdk::simd::detail::UniformRandomLCGReg< eInstructionSet::eIS_Avx512, ipInt32 >
 UniformRandomLCGPack template specialization for instruction set AVX512 and for 32bits signed integers. More...
 
struct  ipsdk::simd::detail::UniformRandomLCGReg< eInstructionSet::eIS_Avx512, ipUInt32 >
 UniformRandomLCGPack template specialization for instruction set Avx512 and for 32bits unsigned integers. More...
 
struct  ipsdk::simd::detail::UniformRandomLCGReg< eInstructionSet::eIS_Avx512, T, typename boost::enable_if_c< boost::is_integral< T >::value &&sizeof(T)==2 >::type >
 UniformRandomLCGPack template specialization for instruction set Avx512 and for 16 bits integers. More...
 
struct  ipsdk::simd::detail::UniformRandomLCGReg< eInstructionSet::eIS_Avx512, T, typename boost::enable_if_c< boost::is_integral< T >::value &&sizeof(T)==1 >::type >
 UniformRandomLCGPack template specialization for instruction set AVX512 and for 8 bits integers. More...
 
struct  ipsdk::simd::detail::UniformRandomLCGReg< eInstructionSet::eIS_Avx512, ipReal32 >
 UniformRandomLCGPack template specialization for instruction set AVX512 and for ipReal32. More...
 

Namespaces

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

Detailed Description

specialization of ipsdk::simd::detail::UniformRandomLCGReg structure for AVX512 instruction set

Author
H. Delestre
Date
2018/03/09