[eigen-commits] commit/eigen: Thales Sabino: Fix cxx11_tensor_fft not building on Windows. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: Thales Sabino: Fix cxx11_tensor_fft not building on Windows.
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Thu, 12 Jul 2018 12:07:43 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bitbucket.org; h=mime-version:content-type:content-transfer-encoding:subject:from:to; s=s1; bh=sFRNPxq25kLqnT1ZiO6FE7Fzcic=; b=jMJanD5QS6+RKxXR03Y4Ioy 5wYdkuziCI/kZAkvS79waJS3HB9RrPzW4ZO9AvZueNoLSx4dD3Sj1cAhCXzfPSgo UmjaG8VkaRx9mTRw2dhioZjl12Yn4TmS8a/ap/UhrgizKD7xMkzQI21Ed/wk0fXW jsui9NBvQtokh2IrMj80=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/6420e7cb0c91/
Changeset: 6420e7cb0c91
User: Thales Sabino
Date: 2018-07-12 10:20:59+00:00
Summary: 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".
Affected #: 1 file
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.