Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Defines
cpuasm.hh File Reference
#include <rcore/cxxaux.hh>

Go to the source code of this file.

Defines

#define RAPICORN_CACHE_LINE_ALIGNMENT
#define RAPICORN_MFENCE
 Memory Fence - prevent processor (and compiler) from reordering loads/stores (read/write barrier).
#define RAPICORN_SFENCE
 Store Fence - prevent processor (and compiler) from reordering stores (write barrier).
#define RAPICORN_LFENCE
 Load Fence - prevent processor (and compiler) from reordering loads (read barrier).
#define RAPICORN_CFENCE
 Compiler Fence, prevent compiler from reordering non-volatile loads/stores.
#define RAPICORN_HAVE_X86_RDTSC
#define RAPICORN_X86_RDTSC()

Detailed Description

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines