Go to file
Antonio Sanchez 5529db7524 Fix SSE/NEON pfloor/pceil for saturated values.
The original will saturate if the input does not fit into an integer
type.  Here we fix this, returning the input if it doesn't have
enough precision to have a fractional part.

Also added `pceil` for NEON.

Fixes #1969.
2021-02-25 14:39:26 -08:00
bench Eliminate CMake FindPackageHandleStandardArgs warnings. 2021-02-24 09:52:05 +00:00
blas
ci
cmake Eliminate CMake FindPackageHandleStandardArgs warnings. 2021-02-24 09:52:05 +00:00
debug
demos
doc
Eigen Fix SSE/NEON pfloor/pceil for saturated values. 2021-02-25 14:39:26 -08:00
failtest
lapack
scripts
test Fix SSE/NEON pfloor/pceil for saturated values. 2021-02-25 14:39:26 -08:00
unsupported Don't crash when attempting to slice an empty tensor. 2021-02-24 18:12:51 -08:00
.gitignore
.gitlab-ci.yml
.hgeol
CMakeLists.txt
COPYING.APACHE
COPYING.BSD
COPYING.GPL
COPYING.LGPL
COPYING.MINPACK
COPYING.MPL2
COPYING.README
CTestConfig.cmake
CTestCustom.cmake.in
eigen3.pc.in
INSTALL
README.md
signature_of_eigen3_matrix_library

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.