diff options
Diffstat (limited to 'test/junit/com/jogamp/gluegen/pcpptest.h')
-rw-r--r-- | test/junit/com/jogamp/gluegen/pcpptest.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/junit/com/jogamp/gluegen/pcpptest.h b/test/junit/com/jogamp/gluegen/pcpptest.h new file mode 100644 index 0000000..58b8935 --- /dev/null +++ b/test/junit/com/jogamp/gluegen/pcpptest.h @@ -0,0 +1,6 @@ + +#define CL_SCHAR_MIN (-127-1) +#define CL_ALIGNED(_x) __attribute__ ((aligned(_x))) + +cl_char CL_ALIGNED(2) s[2]; + |