All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CacheSize.h
Go to the documentation of this file.
1 //=================================================================================================
20 //=================================================================================================
21 
22 #ifndef _BLAZE_SYSTEM_CACHESIZE_H_
23 #define _BLAZE_SYSTEM_CACHESIZE_H_
24 
25 
26 //*************************************************************************************************
27 // Includes
28 //*************************************************************************************************
29 
31 #include <blaze/util/Types.h>
32 
33 
34 
35 
36 //=================================================================================================
37 //
38 // CACHE SIZE
39 //
40 //=================================================================================================
41 
42 #include <blaze/config/CacheSize.h>
43 
44 
45 
46 
47 //=================================================================================================
48 //
49 // COMPILE TIME CONSTRAINT
50 //
51 //=================================================================================================
52 
53 //*************************************************************************************************
55 namespace {
56 
57 BLAZE_STATIC_ASSERT( blaze::cacheSize > 100000UL && blaze::cacheSize < 100000000UL );
58 
59 }
61 //*************************************************************************************************
62 
63 #endif