| commit | 0e9753c8dfffd8e20a445d3f150b8180c0815419 | [log] [tgz] |
|---|---|---|
| author | Benoit Jacob <benoitjacob@google.com> | Tue Apr 07 14:03:21 2015 -0400 |
| committer | Benoit Jacob <benoitjacob@google.com> | Tue Apr 07 14:03:21 2015 -0400 |
| tree | 10dc5d8b29aaeea875ec8089f61b4f7c1170f17e | |
| parent | 1de49ef4c2d96acc1c96628fa52e2330cf54dc19 [diff] |
Fix compiler flags on Android/ARM: - generate position-independent code (PIE), a requirement to run binaries on Android 5.0+ devices; - correctly handle EIGEN_TEST_FMA + EIGEN_TEST_NEON to pass -mfpu=neon-vfpv4.
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/.