aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/fastmath.cpp
Commit message (Collapse)AuthorAge
* Relaxed fastmath unit test: if std::foo fails, then let's only trigger a ↵Gravatar Gael Guennebaud2018-10-11
| | | | | | warning is numext::foo fails too. A true error will triggered only if std::foo works but our numext::foo fails.
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* Silent warning.Gravatar Gael Guennebaud2016-09-17
|
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
|
* fix typoGravatar Gael Guennebaud2015-10-28
|
* Enable std::isfinite/nan/inf on MSVC 2013 and newer and clang. Fix isinf for ↵Gravatar Gael Guennebaud2015-10-28
| | | | gcc4.4 and older msvc with fast-math.
* bug #1008: add a unit test for fast-math mode and isinf/isnan/isfinite/etc. ↵Gravatar Gael Guennebaud2015-10-27
functions.