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
aab749b1c3cc2d21a954549f3ea3d2078ba8310d
eigen
/
Eigen
/
src
/
Core
/
arch
/
SSE
History
Gael Guennebaud
c53eececb0
Implement AVX512 vectorization of std::complex<float/double>
2018-12-06 15:58:06 +01:00
..
Complex.h
Fix compilation with MSVC by reverting to char* for _mm_prefetch except for PGI (the later being the one that has the wrong prototype).
2018-06-07 09:33:10 +02:00
MathFunctions.h
Extend the generic psin_float code to handle cosine and make SSE and AVX use it (-> this adds pcos for AVX)
2018-11-30 11:26:30 +01:00
PacketMath.h
Implement AVX512 vectorization of std::complex<float/double>
2018-12-06 15:58:06 +01:00
TypeCasting.h
Unify SSE/AVX psin functions.
2018-11-27 22:41:51 +01:00