| commit | 5328c9be4356cc3d7ab2e359acb1e9ebeeeea631 | [log] [tgz] |
|---|---|---|
| author | Niels Dekker <N.Dekker@lumc.nl> | Thu Sep 10 16:22:28 2020 +0200 |
| committer | Niels Dekker <N.Dekker@lumc.nl> | Thu Sep 10 16:22:28 2020 +0200 |
| tree | 6ab5ac22d6333cc00d13eb76092f3b3c22bb1ad7 | |
| parent | 35d149e34caabc8ca77ef908d6024f32d84b7ff4 [diff] |
Fix half_impl::float_to_half_rtne(float) warning: '<<' causes overflow Fixed Visual Studio 2019 Code Analysis (C++ Core Guidelines) warning C26450 from inside `half_impl::float_to_half_rtne(float)`: > Arithmetic overflow: '<<' operation causes overflow at compile time.
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.