Optimizations.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 
36 namespace blaze {
37 
38 //*************************************************************************************************
52 constexpr bool usePadding = true;
53 //*************************************************************************************************
54 
55 
56 //*************************************************************************************************
68 constexpr bool useStreaming = true;
69 //*************************************************************************************************
70 
71 
72 //*************************************************************************************************
84 constexpr bool useOptimizedKernels = true;
85 //*************************************************************************************************
86 
87 } // namespace blaze
constexpr bool useOptimizedKernels
Configuration switch for optimized kernels.This configuration switch enables/disables all optimized c...
Definition: Optimizations.h:84
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
constexpr bool useStreaming
Configuration of the streaming behavior.For large vectors and matrices non-temporal stores can provid...
Definition: Optimizations.h:68
constexpr bool usePadding
Configuration of the padding of dense vectors and matrices.This configuration switch enables/disables...
Definition: Optimizations.h:52