Thales Sabino 9a6a43319f 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".
2018-07-12 11:20:59 +01:00
..
2016-05-22 16:49:29 +02:00
2015-08-19 21:38:18 +02:00
2018-04-24 17:17:25 +02:00
2018-07-11 09:17:33 -04:00
2016-03-04 14:37:51 -08:00
2015-03-16 13:17:52 -07:00
2010-02-16 21:41:04 -05:00
2016-07-08 11:38:11 +02:00
2015-02-10 19:22:05 +01:00
2018-06-07 17:57:56 +01:00
2016-02-09 20:43:41 -08:00