| commit | c4b99f78c7baaab08ef2765618df885a138f9396 | [log] [tgz] |
|---|---|---|
| author | Rasmus Munk Larsen <rmlarsen@google.com> | Fri Sep 18 18:13:20 2020 -0700 |
| committer | Rasmus Munk Larsen <rmlarsen@google.com> | Fri Sep 18 18:13:20 2020 -0700 |
| tree | 9139f83ee021bb03cc061c60d8524102ab727186 | |
| parent | 9aad16b4434d3a8885436c57a746ecee20c50e90 [diff] |
Fix breakage in pcast<Packet2l, Packet2d> due to _mm_cvtsi128_si64 not being available on 32 bit x86. If SSE 4.1 is available use the faster _mm_extract_epi64 intrinsic.
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.