CLRX  1
An unofficial OpenCL extensions designed for Radeon GPUs
Macros | Typedefs
Config.h File Reference

Configuration header. More...

Go to the source code of this file.

Macros

#define CLRX_VERSION   "0.1.8"
 CLRadeonExtender version.
 
#define CLRX_MAJOR_VERSION   0
 CLRadeonExtender major version.
 
#define CLRX_MINOR_VERSION   1
 CLRadeonExtender minor version.
 
#define CLRX_MICRO_VERSION   8
 CLRadeonExtender micro version.
 
#define CLRX_REVISION   ""
 CLRadeonExtender revision string.
 
#define CLRX_VERSION_NUMBER
 CLRadeonExtender version number. More...
 
#define HAVE_GNU11
 
#define HAVE_INT128
 
#define HAVE_CALL_ONCE
 
#define HAVE_OPENGL
 
#define HAVE_LITTLE_ENDIAN   1
 
#define HAVE_32BIT   1
 
#define SYSTEM_CONFIG_PATH   "/etc"
 system configuration path
 
#define DEFAULT_AMDOCLNAME   "libamdocl32.so"
 default AMDOCL name
 
#define CLRX_NATIVE_DIR_SEP   '/'
 native directory separator character
 
#define CLRX_NATIVE_DIR_SEP_S   "/"
 native directory separator string
 
#define CLRX_ALT_DIR_SEP   '\\'
 alternative directory separator character
 
#define CLRX_ALT_DIR_SEP_S   "\\"
 alternative directory separator string
 
#define CLRX_INTERNAL
 
#define __STDC_LIMIT_MACROS   1
 
#define __STDC_FORMAT_MACROS   1
 

Typedefs

typedef signed char cxchar
 signed character (signed byte)
 
typedef unsigned char cxuchar
 unsigned character (unsigned byte)
 
typedef unsigned char cxbyte
 unsigned byte
 
typedef signed short cxshort
 signed short
 
typedef unsigned short cxushort
 unsigned short
 
typedef signed int cxint
 signed int
 
typedef unsigned int cxuint
 unsigned int
 
typedef signed long cxlong
 signed long
 
typedef unsigned long cxulong
 unsigned long
 
typedef signed long long cxllong
 signed long long
 
typedef unsigned long long cxullong
 unsigned long long
 

Detailed Description

Configuration header.

Macro Definition Documentation

#define CLRX_VERSION_NUMBER
Value:
CLRX_MICRO_VERSION)
#define CLRX_MINOR_VERSION
CLRadeonExtender minor version.
Definition: Config.h:33
#define CLRX_MAJOR_VERSION
CLRadeonExtender major version.
Definition: Config.h:31

CLRadeonExtender version number.