version 1.1.1.2, 2012/02/21 23:50:25
|
version 1.1.1.5, 2014/06/15 19:46:05
|
Line 28
|
Line 28
|
#define _SLJIT_CONFIG_H_ |
#define _SLJIT_CONFIG_H_ |
|
|
/* --------------------------------------------------------------------- */ |
/* --------------------------------------------------------------------- */ |
|
/* Custom defines */ |
|
/* --------------------------------------------------------------------- */ |
|
|
|
/* Put your custom defines here. This empty section will never change |
|
which helps maintaining patches (with diff / patch utilities). */ |
|
|
|
/* --------------------------------------------------------------------- */ |
/* Architecture */ |
/* Architecture */ |
/* --------------------------------------------------------------------- */ |
/* --------------------------------------------------------------------- */ |
|
|
/* Architecture selection */ | /* Architecture selection. */ |
/* #define SLJIT_CONFIG_X86_32 1 */ |
/* #define SLJIT_CONFIG_X86_32 1 */ |
/* #define SLJIT_CONFIG_X86_64 1 */ |
/* #define SLJIT_CONFIG_X86_64 1 */ |
/* #define SLJIT_CONFIG_ARM_V5 1 */ |
/* #define SLJIT_CONFIG_ARM_V5 1 */ |
Line 40
|
Line 47
|
/* #define SLJIT_CONFIG_PPC_32 1 */ |
/* #define SLJIT_CONFIG_PPC_32 1 */ |
/* #define SLJIT_CONFIG_PPC_64 1 */ |
/* #define SLJIT_CONFIG_PPC_64 1 */ |
/* #define SLJIT_CONFIG_MIPS_32 1 */ |
/* #define SLJIT_CONFIG_MIPS_32 1 */ |
|
/* #define SLJIT_CONFIG_SPARC_32 1 */ |
|
/* #define SLJIT_CONFIG_TILEGX 1 */ |
|
|
/* #define SLJIT_CONFIG_AUTO 1 */ |
/* #define SLJIT_CONFIG_AUTO 1 */ |
/* #define SLJIT_CONFIG_UNSUPPORTED 1 */ |
/* #define SLJIT_CONFIG_UNSUPPORTED 1 */ |
Line 58
|
Line 67
|
#ifndef SLJIT_UTIL_STACK |
#ifndef SLJIT_UTIL_STACK |
/* Enabled by default */ |
/* Enabled by default */ |
#define SLJIT_UTIL_STACK 1 |
#define SLJIT_UTIL_STACK 1 |
|
#endif |
|
|
|
/* Single threaded application. Does not require any locks. */ |
|
#ifndef SLJIT_SINGLE_THREADED |
|
/* Disabled by default. */ |
|
#define SLJIT_SINGLE_THREADED 0 |
#endif |
#endif |
|
|
/* --------------------------------------------------------------------- */ |
/* --------------------------------------------------------------------- */ |