SCM Repository
Diff of /branches/pure-cfg/src/include/Diderot/diderot.h
Parent Directory
|
Revision Log
|
Patch
revision 563, Wed Feb 23 21:58:41 2011 UTC | revision 564, Wed Feb 23 22:34:31 2011 UTC | |
---|---|---|
# | Line 24 | Line 24 |
24 | /* library-call status */ | /* library-call status */ |
25 | typedef enum { DIDEROT_OK = 0, DIDEROT_FAIL = -1 } Status_t; | typedef enum { DIDEROT_OK = 0, DIDEROT_FAIL = -1 } Status_t; |
26 | ||
27 | /* update method return type */ | |
28 | typedef enum { DIDEROT_DIE, DIDEROT_ACTIVE, DIDEROT_STABILIZE } StrandStatus_t; | |
29 | ||
30 | /* SSE vector types */ | /* SSE vector types */ |
31 | typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__)); | typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__)); |
32 | typedef float vec2f_t __attribute__ ((vector_size (8))); | typedef float vec2f_t __attribute__ ((vector_size (8))); |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |