commit | 117a4c061726cf2100416ce38d6b58b64c663985 | [log] [tgz] |
---|---|---|
author | Antonio Sanchez <cantonios@google.com> | Tue Nov 17 08:24:58 2020 -0800 |
committer | Antonio Sanchez <cantonios@google.com> | Tue Nov 17 08:29:33 2020 -0800 |
tree | b1a364f57cbedeb69e74cace4bb61da1c3115485 | |
parent | 394f564055f3723ead6dd45fdb9013ea77f8f6ad [diff] |
Fix missing `EIGEN_CONSTEXPR` pop_macro in `Half`. `EIGEN_CONSTEXPR` is getting pushed but not popped in `Half.h` if `EIGEN_HAS_ARM64_FP16_SCALAR_ARITHMETIC` is defined.
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.