COMBINATORIAL_BLAS  1.6
compat.h File Reference

Go to the source code of this file.

Macros

#define _FILE_OFFSET_BITS   64
 
#define _THREAD_SAFE
 
#define _XOPEN_SOURCE   600
 
#define _XOPEN_SOURCE_EXTENDED
 
#define _SVID_SOURCE
 
#define PRId64   "ld"
 
#define SCNd64   "ld"
 
#define restrict
 
#define OMP(x)
 
#define MTA(x)
 

Typedefs

typedef long int64_t
 
typedef unsigned uint32_fast_t
 

Macro Definition Documentation

◆ _FILE_OFFSET_BITS

#define _FILE_OFFSET_BITS   64

Definition at line 7 of file compat.h.

◆ _SVID_SOURCE

#define _SVID_SOURCE

Definition at line 11 of file compat.h.

◆ _THREAD_SAFE

#define _THREAD_SAFE

Definition at line 8 of file compat.h.

◆ _XOPEN_SOURCE

#define _XOPEN_SOURCE   600

Definition at line 9 of file compat.h.

◆ _XOPEN_SOURCE_EXTENDED

#define _XOPEN_SOURCE_EXTENDED

Definition at line 10 of file compat.h.

◆ MTA

#define MTA (   x)

Definition at line 42 of file compat.h.

◆ OMP

#define OMP (   x)

Definition at line 34 of file compat.h.

◆ PRId64

#define PRId64   "ld"

Definition at line 23 of file compat.h.

◆ restrict

#define restrict

Definition at line 26 of file compat.h.

◆ SCNd64

#define SCNd64   "ld"

Definition at line 24 of file compat.h.

Typedef Documentation

◆ int64_t

typedef long int64_t

Definition at line 21 of file compat.h.

◆ uint32_fast_t

typedef unsigned uint32_fast_t

Definition at line 22 of file compat.h.