--- portab.h 2002/06/14 12:26:06 1.19 +++ portab.h 2002/06/14 13:06:33 1.20 @@ -214,6 +214,8 @@ #define CACHE_LINE 16 #define CACHE_ALIGN +#define DECLARE_ALIGNED_MATRIX(name,sizex,sizey,type,alignment) \ + type name[(sizex)*(sizey)] #endif