Temporarily turn off the NEON implementation of pfloor as it does not work for large values.

The NEON implementation mimics the SSE implementation, but didn't mention the caveat that due to the unsigned of signed integer conversions, not all values in the original floating point  represented are supported.
1 file changed
tree: 2db5f3ba4e22eb6ab4c7cab9879315a88015ea96
  1. bench/
  2. blas/
  3. cmake/
  4. debug/
  5. demos/
  6. doc/
  7. Eigen/
  8. failtest/
  9. lapack/
  10. scripts/
  11. test/
  12. unsupported/
  13. .gitignore
  14. .gitlab-ci.yml
  15. .hgeol
  16. CMakeLists.txt
  17. COPYING.APACHE
  18. COPYING.BSD
  19. COPYING.GPL
  20. COPYING.LGPL
  21. COPYING.MINPACK
  22. COPYING.MPL2
  23. COPYING.README
  24. CTestConfig.cmake
  25. CTestCustom.cmake.in
  26. eigen3.pc.in
  27. INSTALL
  28. README.md
  29. signature_of_eigen3_matrix_library
README.md

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.