aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_uint128.cpp
Commit message (Expand)AuthorAge
* Disable test for 32-bit systems (e.g. ARM, i386)Gravatar Antonio Sánchez2020-05-28
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Added missing assignment operator to the TensorUInt128 class, and made misc s...Gravatar Benoit Steiner2016-03-30
* Don't try to compile the uint128 test with compilers that don't support uint127Gravatar Benoit Steiner2016-03-06
* Don't test our 128bit emulation code when compiling with msvcGravatar Benoit Steiner2016-03-05
* MSVC uses __uint128 while other compilers use __uint128_t to encode 128bit un...Gravatar Benoit Steiner2016-03-04
* Replace separate low word constructors with a single templated constructor.Gravatar Ville Kallioniemi2016-02-01
* Fixed compilation warning generated by clangGravatar Benoit Steiner2015-11-19
* Shard the uint128 testGravatar Benoit Steiner2015-11-19
* Added support for 128bit integers on CUDA devices.Gravatar Benoit Steiner2015-11-19