IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
UniformRandomLCGPack.h
Go to the documentation of this file.
1 // UniformRandomLCGPack.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_UNIFORMRANDOMLCGPACK_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_UNIFORMRANDOMLCGPACK_H__
17 
21 
22 namespace ipsdk {
23 namespace simd {
24 namespace detail {
25 
28 
35 template <eInstructionSet::domain instructionSet, typename T,
36  typename Enable=void>
38 {
39 };
40 
43 
44 } // end of namespace detail
45 } // end of namespace simd
46 } // end of namespace ipsdk
47 
49 
50 #ifdef IPSDK_WITH_SSE2
52 #endif
53 
54 //#ifdef IPSDK_WITH_AVX
55 //#include <IPSDKUtil/InstructionSet/Arithmetic/detail/AVX/AbsPack.h>
56 //#endif
57 
58 #ifdef IPSDK_WITH_AVX2
60 #endif
61 
62 #ifdef IPSDK_WITH_AVX512
64 #endif
65 
66 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_UNIFORMRANDOMLCGPACK_H__
specialization of ipsdk::simd::detail::UniformRandomLCGPack structure for AVX2 instruction set ...
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
specialization of ipsdk::simd::detail::UniformRandomLCGPack structure for AVX512 instruction set ...
BasePack class; defines a set of scalars (for instruction set "standard") or registers (for all other...
Predefined types associated to instruction set management.
Definition of import/export macro for library.
specialization of ipsdk::simd::detail::UniformRandomLCGPack structure for SSE2 instruction set ...
specialization of ipsdk::simd::detail::UniformRandomLCGPack structure for standard instruction set ...
Definition: UniformRandomLCGPack.h:37