CacheSize.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 
36 namespace blaze {
37 
38 //*************************************************************************************************
48 constexpr size_t cacheSize = 3145728UL;
49 //*************************************************************************************************
50 
51 } // namespace blaze
constexpr size_t cacheSize
Cache size of the target architecture.This setting specifies the available cache size in Byte of the ...
Definition: CacheSize.h:48
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57