aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/GenericPacketMath.h
Commit message (Expand)AuthorAge
* Fix warnings in ptrue for complex and half types.Gravatar Rasmus Munk Larsen2019-01-11
* Rename pones -> ptrue. Use _CMP_TRUE_UQ where appropriate.Gravatar Rasmus Munk Larsen2019-01-09
|\
| * Fix typo.Gravatar Rasmus Munk Larsen2019-01-09
* | Collapsed revisionGravatar Rasmus Munk Larsen2019-01-09
| * Undo useless diffs.Gravatar Rasmus Munk Larsen2019-01-09
| * Add packet up "pones". Write pnot(a) as pxor(pones(a), a).Gravatar Rasmus Munk Larsen2019-01-09
|/
* Merged eigen/eigen into defaultGravatar Rasmus Larsen2019-01-09
|\
| * bug #1652: implements a much more accurate version of vectorized sin/cos. Thi...Gravatar Gael Guennebaud2019-01-09
* | Add support for pcmp_eq and pnot, including for complex types.Gravatar Rasmus Munk Larsen2019-01-07
|/
* Implement AVX512 vectorization of std::complex<float/double>Gravatar Gael Guennebaud2018-12-06
* Several improvements regarding packet-bitwise operations:Gravatar Gael Guennebaud2018-11-30
* bug #1631: fix compilation with ARM NEON and clang, and cleanup the weird psh...Gravatar Gael Guennebaud2018-11-27
* Update pshiftleft to pass the shift as a true compile-time integer.Gravatar Gael Guennebaud2018-11-27
* Unify SSE/AVX psin functions.Gravatar Gael Guennebaud2018-11-27
* Unify SSE and AVX implementation of pexpGravatar Gael Guennebaud2018-11-26
* First step toward a unification of packet log implementation, currently only ...Gravatar Gael Guennebaud2018-11-26
* [PATCH 1/2] Misc. typosGravatar luz.paz"2018-09-18
* updates based on PR feedbackGravatar Deven Desai2018-06-14
* syncing this fork with upstreamGravatar Deven Desai2018-06-13
|\
| * Derivative of the incomplete Gamma function and the sample of a Gamma random ...Gravatar Michael Figurnov2018-06-06
* | Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
|/
* Exponentially scaled modified Bessel functions of order zero and one.Gravatar Michael Figurnov2018-05-31
* Rename predux_downto4 to be more accurate on its semantic.Gravatar Gael Guennebaud2018-04-03
* Add a EIGEN_NO_CUDA option, and introduce EIGEN_CUDACC and EIGEN_CUDA_ARCH al...Gravatar Gael Guennebaud2017-07-17
* Declared the plset, ploadt_ro, and ploaddup packet primitives as usable withi...Gravatar Benoit Steiner2017-02-27
* Added support for expm1 in Eigen.Gravatar Srinivas Vasudevan2016-12-02
* Merged eigen/eigen into defaultGravatar Benoit Steiner2016-11-03
|\
| * Add pinsertfirst function and implement pinsertlast for complex on SSE/AVX.Gravatar Gael Guennebaud2016-11-02
| * Add missing inline keywordsGravatar Gael Guennebaud2016-10-25
| * Add a pinsertlast function replacing the last entry of a packet by a scalar.Gravatar Gael Guennebaud2016-10-25
* | Renamed predux_half into predux_downto4Gravatar Benoit Steiner2016-10-06
* | Merged latest updates from trunkGravatar Benoit Steiner2016-10-05
|\|
| * bug #1249: enable use of __builtin_prefetch for GCC, clang, and ICC only.Gravatar Gael Guennebaud2016-07-25
| * bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
| * Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
| * Expose log1p to Array.Gravatar Gael Guennebaud2016-06-01
| * Remove now-unused protate PacketMath funcGravatar Benoit Jacob2016-05-24
* | Pull latest updates from upstreamGravatar Benoit Steiner2016-04-11
|\|
| * Fixed the packet_traits for half floats.Gravatar Benoit Steiner2016-04-08
| * Added polygamma function.Gravatar Till Hoffmann2016-04-01
| * Added zeta function.Gravatar Till Hoffmann2016-04-01
| * Resolve bad merge.Gravatar Eugene Brevdo2016-03-08
| * Added support for vectorized type casting of int to char.Gravatar Benoit Steiner2016-02-03
* | Generalized predux4 to support AVX512 packets, and renamed it predux_half.Gravatar Benoit Steiner2016-02-01
| * Fixed compilation warningGravatar Benoit Steiner2016-01-28
| * Add digamma for CPU + CUDA. Includes tests.Gravatar Eugene Brevdo2015-12-24
| * CleanupGravatar Benoit Steiner2015-12-08
| * Fixed a couple of typosGravatar Benoit Steiner2015-12-07
| * Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
|/
* added scalar_sign_op (both real,complex)Gravatar Mark Borgerding2015-11-24