CLRX
1
An unofficial OpenCL extensions designed for Radeon GPUs
|
Configuration header. More...
Go to the source code of this file.
Macros | |
#define | CLRX_VERSION "0.1.5r1" |
CLRadeonExtender version. | |
#define | CLRX_MAJOR_VERSION 0 |
CLRadeonExtender major version. | |
#define | CLRX_MINOR_VERSION 1 |
CLRadeonExtender minor version. | |
#define | CLRX_MICRO_VERSION 5 |
CLRadeonExtender micro version. | |
#define | CLRX_REVISION "" |
CLRadeonExtender revision string. | |
#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 | |
Configuration header.