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
93bff85a4277df59d7763995229fcc157eff0874
eigen
/
Eigen
/
src
/
Core
/
arch
/
AVX
History
Gauri Deshpande
93bff85a42
remove denormal flushing in fp32tobf16 for avx & avx512
...
(cherry picked from commit
e6a5a594a7
)
2021-08-09 22:15:42 +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
MathFunctions.h
Fix pfrexp/pldexp for half.
2021-01-21 19:32:28 +00:00
PacketMath.h
remove denormal flushing in fp32tobf16 for avx & avx512
2021-08-09 22:15:42 +00:00
TypeCasting.h
Clean up packetmath tests and fix various bugs to make bfloat16 pass (almost) all packetmath tests with SSE, AVX, and AVX512.
2020-10-09 20:05:49 +00:00