aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_uint128.cpp
Commit message (Collapse)AuthorAge
* Added missing assignment operator to the TensorUInt128 class, and made misc ↵Gravatar Benoit Steiner2016-03-30
| | | | small improvements
* 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 ↵Gravatar Benoit Steiner2016-03-04
| | | | unsigned integers. Make the cxx11_tensor_uint128.cpp test work in both cases.
* 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