Changes between Version 2 and Version 3 of Ticket #46569, comment 3
- Timestamp:
- Jan 15, 2015, 8:46:22 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46569, comment 3
v2 v3 1 1 I attached a screenshot showing the errors I get when compiling a project that includes the Eigen headers to an ARM64 target. 2 2 3 Replacing '_ _pld' by the 'EIGEN_ARM_PREFETCH' macro in both ARMspecific headers fixes it.3 Replacing '_ _pld' by the 'EIGEN_ARM_PREFETCH' macro in both NEON specific headers fixes it. 4 4 5 5 _ _pld() is not defined in the ARM64 arch (such as the iPhone 5s and up).