Optimizations.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 
36 //*************************************************************************************************
61 #ifndef BLAZE_USE_PADDING
62 #define BLAZE_USE_PADDING 1;
63 #endif
64 //*************************************************************************************************
65 
66 
67 //*************************************************************************************************
89 #ifndef BLAZE_USE_STREAMING
90 #define BLAZE_USE_STREAMING 1
91 #endif
92 //*************************************************************************************************
93 
94 
95 //*************************************************************************************************
119 #ifndef BLAZE_USE_OPTIMIZED_KERNELS
120 #define BLAZE_USE_OPTIMIZED_KERNELS 1
121 #endif
122 //*************************************************************************************************