commit | 880fa43b2ba9c25f45ae3ad4871a6aabe558329f | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Wed Sep 16 13:37:27 2020 -0400 |
committer | Brad King <brad.king@kitware.com> | Wed Sep 16 13:40:23 2020 -0400 |
tree | 286187217bce78767f5cf1026e81ffe8c7cbcef1 | |
parent | 6f0f6f792e441c32727ed945686fefe02e6bdbc6 [diff] |
Add support for CastXML on ARM aarch64 CastXML simulates the preprocessors of other compilers, but actually parses the translation unit with an internal Clang compiler. Use the same `vld1q_u64` workaround that we do for Clang. Fixes: #1979
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.