commit | ff07a8a63945d89301d1b29ac59d170ff9be3955 | [log] [tgz] |
---|---|---|
author | Antonio Sanchez <cantonios@google.com> | Tue Aug 31 12:01:53 2021 -0700 |
committer | Rasmus Munk Larsen <rmlarsen@google.com> | Tue Aug 31 20:20:47 2021 +0000 |
tree | 3f36a7065c3890286ed5ab4a4f3dabce940139ba | |
parent | cc3573ab4451853774cd5c3497373d5fe8914774 [diff] |
GCC 4.8 arm EIGEN_OPTIMIZATION_BARRIER fix (#2315). GCC 4.8 doesn't seem to like the `g` register constraint, failing to compile with "error: 'asm' operand requires impossible reload". Tested `r` instead, and that seems to work, even with latest compilers. Also fixed some minor macro issues to eliminate warnings on armv7. Fixes #2315.
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/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.