IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
NormalRandomPack.h
Go to the documentation of this file.
1 // NormalRandomPack.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_NORMALRANDOMPACK_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_NORMALRANDOMPACK_H__
17 
21 
22 namespace ipsdk {
23 namespace simd {
24 namespace detail {
25 
28 
32 template <eInstructionSet::domain instructionSet, eInstructionSet::domain instructionSetFma, typename T,
33  typename Enable=void>
35 {
36 };
37 
40 
41 } // end of namespace detail
42 } // end of namespace simd
43 } // end of namespace ipsdk
44 
46 
47 #ifdef IPSDK_WITH_SSE2
49 #endif
50 
51 //#ifdef IPSDK_WITH_AVX
52 //#include <IPSDKUtil/InstructionSet/detail/AVX/NormalRandomPack.h>
53 //#endif
54 //
55 #ifdef IPSDK_WITH_AVX2
57 #endif
58 
59 #ifdef IPSDK_WITH_AVX512
61 #endif
62 
63 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_NORMALRANDOMPACK_H__
specialization of ipsdk::simd::detail::NormalRandomPack structure for AVX2 instruction set ...
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
specialization of ipsdk::simd::detail::NormalRandomPack 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::NormalRandomPack structure for SSE2 instruction set ...
Definition: NormalRandomPack.h:34
specialization of ipsdk::simd::detail::NormalRandomPack structure for standard instruction set ...