aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Add missing install directives for arch/CUDAGravatar Gael Guennebaud2015-02-18
|
* Add missing add_subdirectory directiveGravatar Gael Guennebaud2014-05-03
|
* add missing cmake directives for arch/DefaultGravatar Gael Guennebaud2010-03-08
|
* Added initial NEON support, most tests pass however we had to use some ↵Gravatar Konstantinos Margaritis2010-03-03
| | | | | | | | hackish workarounds as gcc on ARM (both CodeSourcery 4.4.1 used and experimental 4.5) fail to ensure proper alignment with __attribute__((aligned(16))). This has to be fixed upstream to remove the workarounds.
* * fix bug found by Boudewijn Rempt: no CMakeLists in arch/ subdirGravatar Benoit Jacob2008-08-19
* fix warning in SolveTriangular