| version 58, Mon Aug 15 21:44:44 2005 UTC | version 78, Sun Aug 21 16:11:43 2005 UTC | ||
|---|---|---|---|
|
|
||
| #endif | #endif | ||
| #if (defined(__GNUC__) || defined(__ICC)) | #define ALIGN(t, v, n) \ | ||
| #define ALIGN(v) v __attribute__ ((aligned)) | union { t b[n]; long l[n * sizeof(t) / sizeof(long)]; } v | ||
| #else | |||
| #define ALIGN(v) v | |||
| #endif | |||
| #include "ecrypt-machine.h" | #include "ecrypt-machine.h" | ||
|
||||||||
|
eSTREAM Project Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |