after all we're not aligning to 8byte boundary

keep most of the changes though as they make the code more extensible
This commit is contained in:
Benoit Jacob
2009-10-05 10:55:42 -04:00
parent f01a8112d6
commit bb1cc0d092
3 changed files with 12 additions and 23 deletions

View File

@@ -223,7 +223,6 @@ using Eigen::ei_cos;
#endif
#define EIGEN_ALIGN16 EIGEN_ALIGN_TO_BOUNDARY(16)
#define EIGEN_ALIGN8 EIGEN_ALIGN_TO_BOUNDARY(8)
#ifdef EIGEN_DONT_USE_RESTRICT_KEYWORD
#define EIGEN_RESTRICT