mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user