diff options
author | Thales Sabino <thales@codeplay.com> | 2018-07-12 11:20:59 +0100 |
---|---|---|
committer | Thales Sabino <thales@codeplay.com> | 2018-07-12 11:20:59 +0100 |
commit | 9a6a43319f31c03cda67c4ff772de339d0f19b8f (patch) | |
tree | 291a67ffa7b64440fa5c2e9a11d7c28e4caad16a /Eigen/src/Core/util | |
parent | b347eb0b1c6fd0c9ee09d3493e72d68a2d514db5 (diff) |
Fix cxx11_tensor_fft not building on Windows.
The type used in Eigen::DSizes needs to be at least 8 bytes long. Internally Tensor tries to convert this to an __int64 on Windows and this fails to build. On Linux, long and long long are both 8 byte integer types.
* * *
Changing from "long long" to "std::int64_t".
Diffstat (limited to 'Eigen/src/Core/util')
0 files changed, 0 insertions, 0 deletions