IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
UniformRandomLCGReg.h
Go to the documentation of this file.
1 // UniformRandomLCGReg.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_UNIFORMRANDOMLCGREG_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_UNIFORMRANDOMLCGREG_H__
17 
19 
20 namespace ipsdk {
21 namespace simd {
22 namespace detail {
23 
26 
27 template <eInstructionSet::domain instructionSet, typename T,
28  typename Enable=void>
30 };
31 
34 
35 } // end of namespace detail
36 } // end of namespace simd
37 } // end of namespace ipsdk
38 
40 
41 #ifdef IPSDK_WITH_SSE2
43 #endif
44 
45 /*
46 #ifdef IPSDK_WITH_AVX
47 #include <IPSDKUtil/InstructionSet/detail/AVX/UniformRandomLCGReg.h>
48 #endif
49 */
50 #ifdef IPSDK_WITH_AVX2
52 #endif
53 
54 #ifdef IPSDK_WITH_AVX512
56 #endif
57 
58 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_UNIFORMRANDOMLCGREG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
specialization of ipsdk::simd::detail::UniformRandomLCGReg structure for AVX512 instruction set ...
Definition: UniformRandomLCGReg.h:29
specialization of ipsdk::simd::detail::UniformRandomLCGReg structure for SSE2 instruction set ...
Definition of import/export macro for library.
specialization of ipsdk::simd::detail::UniformRandomLCGReg structure for standard instruction set ...
specialization of ipsdk::simd::detail::UniformRandomLCGReg structure for AVX2 instruction set ...