Blaze 3.9
Optimizations.h
Go to the documentation of this file.
1//=================================================================================================
33//=================================================================================================
34
35
36//*************************************************************************************************
67#ifndef BLAZE_USE_PADDING
68#define BLAZE_USE_PADDING 1
69#endif
70//*************************************************************************************************
71
72
73//*************************************************************************************************
99#ifndef BLAZE_USE_STREAMING
100#define BLAZE_USE_STREAMING 1
101#endif
102//*************************************************************************************************
103
104
105//*************************************************************************************************
133#ifndef BLAZE_USE_OPTIMIZED_KERNELS
134#define BLAZE_USE_OPTIMIZED_KERNELS 1
135#endif
136//*************************************************************************************************
137
138
139//*************************************************************************************************
166#ifndef BLAZE_USE_DEFAULT_INITIALIZATION
167#define BLAZE_USE_DEFAULT_INITIALIZATION 1
168#endif
169//*************************************************************************************************