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

specialization of ipsdk::simd::detail::UniformRandomLCGPack structure for SSE2 instruction set More...

#include <IPSDKUtil/IPSDKUtilExports.h>
#include <IPSDKUtil/InstructionSet/detail/UniformRandomLCGPack.h>
#include <IPSDKUtil/InstructionSet/detail/SSE2/UniformRandomLCGReg.h>
#include <IPSDKUtil/InstructionSet/BasePack.h>
#include <IPSDKUtil/Tools/ForceInline.h>

Go to the source code of this file.

Classes

struct  ipsdk::simd::detail::UniformRandomLCGPack< eInstructionSet::eIS_Sse2, T, typename boost::enable_if_c< sizeof(T)==1 >::type >
 
struct  ipsdk::simd::detail::UniformRandomLCGPack< eInstructionSet::eIS_Sse2, T, typename boost::enable_if_c< sizeof(T)==2 >::type >
 
struct  ipsdk::simd::detail::UniformRandomLCGPack< eInstructionSet::eIS_Sse2, T, typename boost::enable_if_c< sizeof(T)==4 >::type >
 
struct  ipsdk::simd::detail::UniformRandomLCGPack< eInstructionSet::eIS_Sse2, T, typename boost::enable_if_c< sizeof(T)==8 >::type >
 

Namespaces

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

Detailed Description

specialization of ipsdk::simd::detail::UniformRandomLCGPack structure for SSE2 instruction set

Author
H. Delestre
Date
2014/02/25