diff options
author | Michael Bien <[email protected]> | 2010-02-20 23:56:25 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-02-20 23:56:25 +0100 |
commit | 4669dce04c31e5fc2a32837099e5c47624d90fba (patch) | |
tree | e9b5166d59e0bf87b80556b5c8585118f8a8a626 /test/junit/com/sun/gluegen/pcpptest.h | |
parent | 0654a35529970aca2b2a42fe8291b178766ff460 (diff) |
added PCPPTest.
Diffstat (limited to 'test/junit/com/sun/gluegen/pcpptest.h')
-rw-r--r-- | test/junit/com/sun/gluegen/pcpptest.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/junit/com/sun/gluegen/pcpptest.h b/test/junit/com/sun/gluegen/pcpptest.h new file mode 100644 index 0000000..58b8935 --- /dev/null +++ b/test/junit/com/sun/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]; + |