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
94e2250b36f22e821507b4e6e47ce36236bf65da
eigen
/
Eigen
/
src
/
Core
/
arch
/
NEON
History
大河メタル
94e2250b36
Correct declarations for aarch64-pc-windows-msvc
...
(cherry picked from commit
c81da59a25
)
2021-06-30 04:10:04 +00:00
..
Complex.h
Get rid of code duplication for conj_helper. For packets where LhsType=RhsType a single generic implementation suffices. For scalars, the generic implementation of pconj automatically forwards to numext::conj, so much of the existing specialization can be avoided. For mixed types we still need specializations.
2021-06-24 23:30:42 +00:00
GeneralBlockPanelKernel.h
Fix excessive GEBP register spilling for 32-bit NEON.
2021-02-03 09:01:48 -08:00
MathFunctions.h
Fix pfrexp/pldexp for half.
2021-01-21 19:32:28 +00:00
PacketMath.h
Correct declarations for aarch64-pc-windows-msvc
2021-06-30 04:10:04 +00:00
TypeCasting.h
Unify Inverse_SSE.h and Inverse_NEON.h into a single generic implementation using PacketMath.
2020-11-17 12:27:01 +00:00