aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/SSE
Commit message (Expand)AuthorAge
* Get rid of code duplication for conj_helper. For packets where LhsType=RhsTyp...Gravatar Rasmus Munk Larsen2021-06-24
* Changing the storage of the SSE complex packets to that of the wrapper. This ...Gravatar guoqiangqi2021-05-10
* Revert addition of unused `paddsub<Packet2cf>`. This fixes #2242Gravatar Christoph Hertzberg2021-05-06
* Avoid using uninitialized inputs and if available, use slightly more efficien...Gravatar Christoph Hertzberg2021-04-13
* Fix another warning on missing commasGravatar David Tellenbach2021-03-17
* Silence warning on comma at end of enumerator listGravatar David Tellenbach2021-03-17
* Fix rint SSE/NEON again, using optimization barrier.Gravatar Antonio Sanchez2021-03-05
* Revert "Fix rint for SSE/NEON."Gravatar Antonio Sánchez2021-03-03
* Fix rint for SSE/NEON.Gravatar Antonio Sanchez2021-03-03
* Add print for SSE/NEON, use NEON rounding intrinsics if available.Gravatar Antonio Sanchez2021-02-27
* Fix SSE/NEON pfloor/pceil for saturated values.Gravatar Antonio Sanchez2021-02-25
* Fixes Bug #1925. Packets should be passed by const reference, even to inline ...Gravatar Christoph Hertzberg2021-02-20
* Updated pfrexp implementation.Gravatar Antonio Sanchez2021-02-17
* Fix ldexp implementations.Gravatar Antonio Sanchez2021-02-10
* Vectorize `pow(x, y)`. This closes https://gitlab.com/libeigen/eigen/-/issues...Gravatar Rasmus Munk Larsen2021-01-18
* Improved std::complex sqrt and rsqrt.Gravatar Antonio Sanchez2021-01-17
* 1)provide a better generic paddsub op implementationGravatar Guoqiang QI2021-01-13
* * Add iterative psqrt<double> for AVX and SSE when FMA is available. This pro...Gravatar Rasmus Munk Larsen2020-12-16
* Fix MSVC SSE casts.Gravatar Antonio Sanchez2020-12-11
* Implement vectorized complex square root.Gravatar Rasmus Munk Larsen2020-12-08
* Add log2() to Eigen.Gravatar Rasmus Munk Larsen2020-12-04
* Revert "Add log2() operator to Eigen"Gravatar Rasmus Munk Larsen2020-12-03
* Add log2() operator to EigenGravatar Rasmus Munk Larsen2020-12-03
* Revert "Fix Half NaN definition and test."Gravatar Rasmus Munk Larsen2020-11-24
* Fix Half NaN definition and test.Gravatar Rasmus Munk Larsen2020-11-24
* Fix boolean float conversion and product warnings.Gravatar Antonio Sanchez2020-11-24
* Unify Inverse_SSE.h and Inverse_NEON.h into a single generic implementation u...Gravatar Guoqiang QI2020-11-17
* Fix missing `pfirst<Packet16b>` for MSVC.Gravatar Antonio Sanchez2020-10-16
* Fix the specialization of pfrexp for AVX to be faster when AVX2/AVX512DQ is n...Gravatar Rasmus Munk Larsen2020-10-15
* Add specializations for pmin/pmax with prescribed NaN propagation semantics f...Gravatar Rasmus Munk Larsen2020-10-14
* Fix build breakage with MSVC 2019, which does not support MMX intrinsics for ...Gravatar Rasmus Munk Larsen2020-10-01
* Specialize pldexp_double and pfdexp_double and get rid of Packet2l definition...Gravatar Rasmus Munk Larsen2020-09-30
* Fix compilation of 64 bit constant arguments to pset1frombits in TypeCasting....Gravatar Rasmus Munk Larsen2020-09-28
* Provide a more efficient Packet2l->Packet2d cast methodGravatar Christoph Hertzberg2020-09-28
* Fix the #issue1997 and #issue1991 bug triggered by unsupport a[index](type a:...Gravatar Guoqiang QI2020-09-21
* Fix breakage in pcast<Packet2l, Packet2d> due to _mm_cvtsi128_si64 not being ...Gravatar Rasmus Munk Larsen2020-09-18
* Fix undefined reference to pset1frombits bug on different platformsGravatar guoqiangqi2020-09-19
* Add plog ops support packet2d for NEONGravatar Guoqiang QI2020-09-15
* Unified sse pldexp_double apiGravatar Guoqiang QI2020-09-12
* BF16 for scalar_cmp_with_cast_opGravatar Sheng Yang2020-07-01
* Add missing packet ops for bool, and make it pass the same packet op unit tes...Gravatar Rasmus Munk Larsen2020-05-14
* Remove packet ops pinsertfirst and pinsertlast that are only used in a single...Gravatar Rasmus Munk Larsen2020-05-08
* Remove unused packet op "palign".Gravatar Rasmus Munk Larsen2020-05-07
* Fix compilation error with Clang on Android: _mm_extract_epi64 fails to compile.Gravatar Rasmus Munk Larsen2020-04-29
* Extend support for Packet16b:Gravatar Rasmus Munk Larsen2020-04-28
* Remove unused packet op "preduxp".Gravatar Rasmus Munk Larsen2020-04-23
* Fix bug in ptrue for Packet16b.Gravatar Rasmus Munk Larsen2020-04-20
* Add partial vectorization for matrices and tensors of bool. This speeds up bo...Gravatar Rasmus Munk Larsen2020-04-20
* Move eigen_packet_wrapper to GenericPacketMath.h and use it for SSE/AVX/AVX51...Gravatar Rasmus Munk Larsen2020-04-15
* Additional NEON packet-math operationsGravatar Joel Holdsworth2020-03-26