How to compile Eigen in iPhone
问题 I want to compile Eigen and use it in iPhone with NEON features. How to compile Eigen in iPhone? Do In need to compile for specific ARM chip? And do I need to modify build script? Cheers. 回答1: Since explicit vectorization for ARM NEON is supported out of the box in recent versions of Eigen I'm guessing you shouldn't have to do anything special at all. The section on installation in the manual reads: In order to use Eigen, you just need to download and extract Eigen's source code (see the wiki