SCM Repository
Diff of /trunk/src/include/Diderot/diderot.h
Parent Directory
|
Revision Log
|
Patch
revision 1693, Mon Feb 20 12:55:09 2012 UTC | revision 1694, Mon Feb 20 17:28:17 2012 UTC | |
---|---|---|
# | Line 29 | Line 29 |
29 | ||
30 | /* gcc has a bug that breaks code that uses 8-byte vectors (e.g., vec2f_t), but clang | /* gcc has a bug that breaks code that uses 8-byte vectors (e.g., vec2f_t), but clang |
31 | * handles the code correctly. | * handles the code correctly. |
32 | * NOTE: we may be able to fix this issue with proper alignment directives. | |
33 | */ | */ |
34 | #if defined(__clang__) | #if defined(__clang__) || defined(DIDEROT_DOUBLE_PRECISION) |
35 | # define VEC2_OK | # define VEC2_OK |
36 | #endif | #endif |
37 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |