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
03f2997a119578b894ee717aff23e2641ab78f37
eigen
/
Eigen
/
src
/
Core
/
arch
/
NEON
History
Benoit Jacob
03f2997a11
bug
#1191
- Prevent Clang/ARM from rewriting VMLA into VMUL+VADD
2016-04-04 16:41:47 -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
bug
#1103
: fix neon vectorization of pmul(Packet1cd,Packet1cd)
2015-12-10 16:06:33 +01:00
MathFunctions.h
Added vectorized implementation of the exponential function for ARM/NEON
2015-02-10 14:02:38 -08:00
PacketMath.h
bug
#1191
- Prevent Clang/ARM from rewriting VMLA into VMUL+VADD
2016-04-04 16:41:47 -04:00