| commit | c4b1dd2f6b42383c31b701bcaa43506763cde4ed | [log] [tgz] |
|---|---|---|
| author | Matthias Möller <mmoelle1@gmail.com> | Fri Jan 07 18:46:16 2022 +0000 |
| committer | David Tellenbach <david.tellenbach@me.com> | Fri Jan 07 18:46:16 2022 +0000 |
| tree | b6000fca3d6ec516a7538b20d9937cdfe4d69019 | |
| parent | 96dc37a03b7f1650cd6e7fb6f96a2eb0021f2897 [diff] |
Add support for Cray, Fujitsu, and Intel ICX compilers The following preprocessor macros are added: - EIGEN_COMP_CPE and EIGEN_COMP_CLANGCPE version number of the CRAY compiler if Eigen is compiled with the Cray C++ compiler, 0 otherwise. - EIGEN_COMP_FCC and EIGEN_COMP_CLANGFCC version number of the FCC compiler if Eigen is compiled with the Fujitsu C++ compiler, 0 otherwise - EIGEN_COMP_CLANGICC version number of the ICX compiler if Eigen is compiled with the Intel oneAPI C++ compiler, 0 otherwise All three compilers (Cray, Fujitsu, Intel) offer a traditional and a Clang-based frontend. This is distinguished by the CLANG prefix.
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.