vSMC
vSMC: Scalable Monte Carlo
Macros
gcc.h File Reference

Go to the source code of this file.

Macros

#define VSMC_GCC_NONEXIST   0xFFFFFFFFUL
 
#define VSMC_GCC_VERSION   (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
 
#define VSMC_INT64   long long
 

Macro Definition Documentation

#define VSMC_GCC_NONEXIST   0xFFFFFFFFUL

Definition at line 35 of file gcc.h.

#define VSMC_GCC_VERSION   (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)

Definition at line 37 of file gcc.h.

#define VSMC_INT64   long long

Definition at line 41 of file gcc.h.