aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_float16.cpp
Commit message (Collapse)AuthorAge
* Deleted redundant regression test.Gravatar Benoit Steiner2016-08-03
|
* Cleaned up the new float16 test a bitGravatar Benoit Steiner2016-08-03
|
* Added a test for fp16Gravatar Benoit Steiner2016-08-03
|
* Move half unit test from unsupported to main testsGravatar Gael Guennebaud2016-07-22
|
* Extend unit testing of half with ADL and arrays.Gravatar Gael Guennebaud2016-07-21
|
* Fix warningsGravatar Gael Guennebaud2016-07-08
|
* Fixed a typo in my previous commitGravatar Benoit Steiner2016-05-11
|
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
|
* Fixed compilation errors generated by clangGravatar Benoit Steiner2016-04-29
|
* Added tests to validate flooring and ceiling of fp16Gravatar Benoit Steiner2016-04-14
|
* Added simple test for numext::sqrt and numext::pow on fp16Gravatar Benoit Steiner2016-04-14
|
* Added basic test for trigonometric functions on fp16Gravatar Benoit Steiner2016-04-14
|
* Made the test msvc friendlyGravatar Benoit Steiner2016-04-14
|
* Don't test the division by 0 on float16 when compiling with msvc since msvc ↵Gravatar Benoit Steiner2016-04-08
| | | | detects and errors out on divisions by 0.
* Renamed float16 into cxx11_float16 since the test relies on c++11 featuresGravatar Benoit Steiner2016-04-07