Home
last modified time | relevance | path

Searched refs:EIGEN_ALIGN_TO_BOUNDARY (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DMacros.h271 #define EIGEN_ALIGN_TO_BOUNDARY(n) __attribute__((aligned(n))) macro
273 #define EIGEN_ALIGN_TO_BOUNDARY(n) __declspec(align(n)) macro
276 #define EIGEN_ALIGN_TO_BOUNDARY(n) __attribute__((aligned(n))) macro
281 #define EIGEN_ALIGN8 EIGEN_ALIGN_TO_BOUNDARY(8)
282 #define EIGEN_ALIGN16 EIGEN_ALIGN_TO_BOUNDARY(16)
285 #define EIGEN_USER_ALIGN_TO_BOUNDARY(n) EIGEN_ALIGN_TO_BOUNDARY(n)