aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h
Commit message (Collapse)AuthorAge
* Silenced a couple of compilation warningsGravatar Benoit Steiner2017-03-01
|
* Fix assertion (it did not make sense for static_val types)Gravatar Gael Guennebaud2016-07-11
|
* Don't mark inline functions as static since it confuses the ICC compilerGravatar Benoit Steiner2016-05-25
|
* Improved the portability of the tensor codeGravatar Benoit Steiner2016-05-11
|
* Silenced a compilation warningGravatar Benoit Steiner2016-04-14
|
* Fixed a off-by-one bug in a debug assertionGravatar Benoit Steiner2016-03-30
|
* Fixed compilation warningGravatar Benoit Steiner2016-03-30
|
* Added missing assignment operator to the TensorUInt128 class, and made misc ↵Gravatar Benoit Steiner2016-03-30
| | | | small improvements
* Fixed static assertionGravatar Benoit Steiner2016-03-08
|
* Use EIGEN_STATIC_ASSERT for backward compatibility.Gravatar Ville Kallioniemi2016-02-02
|
* Replace separate low word constructors with a single templated constructor.Gravatar Ville Kallioniemi2016-02-01
|
* Rebase to latest.Gravatar Ville Kallioniemi2016-02-01
|\
* | Add constructor for long types.Gravatar Ville Kallioniemi2016-01-26
| |
| * Use explicitly 32 bit integer types in constructors.Gravatar Ville Kallioniemi2016-01-19
| |
| * Add ctor for longGravatar Ville Kallioniemi2016-01-17
|/
* Add missing ctor from uintGravatar Gael Guennebaud2015-12-30
|
* Fixed compilation error triggered by nvccGravatar Benoit Steiner2015-11-19
|
* Added support for 128bit integers on CUDA devices.Gravatar Benoit Steiner2015-11-19