| commit | f149e0ebc3d3d5ca63234e58ca72690caf07e3b5 | [log] [tgz] |
|---|---|---|
| author | Antonio Sanchez <cantonios@google.com> | Thu Jan 07 09:39:05 2021 -0800 |
| committer | Rasmus Munk Larsen <rmlarsen@google.com> | Fri Jan 08 01:17:19 2021 +0000 |
| tree | 8c5431fd057c96b8231be84b2908d130b49d61ec | |
| parent | 8d9cfba799ce3462c12568a36392e0abf36fc62d [diff] |
Fix MSVC complex sqrt and packetmath test. MSVC incorrectly handles `inf` cases for `std::sqrt<std::complex<T>>`. Here we replace it with a custom version (currently used on GPU). Also fixed the `packetmath` test, which previously skipped several corner cases since `CHECK_CWISE1` only tests the first `PacketSize` elements.
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.