This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0d0984556287c3cbb4804b6e55fa1eca3b569527
eigen
/
Eigen
/
src
/
Core
/
arch
/
NEON
History
Benoit Jacob
051d5325cc
Abandon blocking size lookup table approach. Not performing as well in real world as in microbenchmark.
2015-05-19 11:03:59 -04:00
..
CMakeLists.txt
Added initial NEON support, most tests pass however we had to use some hackish workarounds
2010-03-03 11:25:41 -06:00
Complex.h
Fix uninitialized var warning. The compiler was clearing the register anyway, so this does not change resulting code
2015-05-15 11:15:53 -04:00
MathFunctions.h
Added vectorized implementation of the exponential function for ARM/NEON
2015-02-10 14:02:38 -08:00
PacketMath.h
also uninitialized here, see previous cset
2015-05-15 11:34:57 -04:00