commit | c06c3e52a082e403e7a241350fd867e907c833dc | [log] [tgz] |
---|---|---|
author | David Tellenbach <david.tellenbach@me.com> | Sat Dec 25 19:51:42 2021 +0000 |
committer | David Tellenbach <david.tellenbach@me.com> | Sat Dec 25 19:51:42 2021 +0000 |
tree | d001a481fb334675480e72f15281ca859f075677 | |
parent | f7a056bf049df31a96d97523c04033f44824f270 [diff] |
Include immintrin.h if F16C is available and vectorization is disabled If EIGEN_DONT_VECTORIZE is defined, immintrin.h is not included even if F16C is available. Trying to use F16C intrinsics thus fails. This fixes issue #2395.
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.