aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/GenericPacketMath.h
Commit message (Expand)AuthorAge
* bug #80: merge with d_hood branch on adding more coefficient-wise unary array...Gravatar Gael Guennebaud2015-06-10
|\
| * Remove packet isNaN, isInf, isFiniteGravatar Deanna Hood2015-03-17
| * Rename isinf to isInfGravatar Deanna Hood2015-03-17
| * Add isfinite array support as isFiniteGravatar Deanna Hood2015-03-17
| * Rename isnan to isNaNGravatar Deanna Hood2015-03-17
| * Add hyperbolic trigonometric functions from std array supportGravatar Deanna Hood2015-03-11
| * Add log10 array supportGravatar Deanna Hood2015-03-11
| * Additional unary coeff-wise functors (isnan, round, arg, e.g.)Gravatar Deanna Hood2015-03-11
* | Improved the default implementation of prsqrtGravatar Benoit Steiner2015-02-28
* | Pulled latest updates from trunkGravatar Benoit Steiner2015-02-27
|\|
* | Added support for vectorized type casting of tensorsGravatar Benoit Steiner2015-02-27
* | Added support for fast reciprocal square root computation.Gravatar Benoit Steiner2015-02-26
| * Reimplement the selection between rotating and non-rotating kernelsGravatar Benoit Jacob2015-02-27
| * Replace a static assert by a runtime one, fixes the build of unit tests on ARMGravatar Benoit Jacob2015-02-27
|/
* bug #955 - Implement a rotating kernel alternative in the 3px4 gebp pathGravatar Benoit Jacob2015-02-18
* The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
* Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
|\
| * Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
| * bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* | Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* | More tests to validate the const-correctness of the tensor code.Gravatar Benoit Steiner2014-10-02
* | Pulled in the latest changes from the Eigen trunkGravatar Benoit Steiner2014-08-13
|\|
| * Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
| * chmod -x Eigen/src/Core/GenericPacketMath.hGravatar Chen-Pang He2014-07-07
| * Add component-wise atan() function (see bug #80).Gravatar Roger Martin2014-06-19
* | Created the pblend packet primitive and implemented it using SSE and AVX inst...Gravatar Benoit Steiner2014-06-06
|/
* Enable vectorization of pack_rhs with a column-major RHS.Gravatar Gael Guennebaud2014-04-25
* New gebp kernel handling up to 3 packets x 4 register-level blocks. Huge spee...Gravatar Gael Guennebaud2014-04-16
* Add a mechanism to recursively access to half-size packet typesGravatar Gael Guennebaud2014-03-28
* Implemented the SSE version of the gather and scatter packet primitives.Gravatar Benoit Steiner2014-03-27
* Introduced pscatter/pgather packet primitives. They will be used to optimize ...Gravatar Benoit Steiner2014-03-27
* Created the ptranspose packet primitive that can transpose an array of N pack...Gravatar Benoit Steiner2014-03-26
* add pbroadcast2/4 generic intrinsicsGravatar Gael Guennebaud2014-03-26
* Revert previous change and introduce a new workaround regarding gcc generatin...Gravatar Gael Guennebaud2014-03-20
* merge with main branchGravatar Gael Guennebaud2013-07-17
|\
| * Add missing namespace prefix in pconjGravatar Gael Guennebaud2013-07-03
* | Add nvcc support for normalize, initializers, and fuzzy comparisonsGravatar Gael Guennebaud2013-06-05
* | merge with default branchGravatar Gael Guennebaud2013-04-19
|\|
| * Extend internal doc of ploaddup and palignGravatar Gael Guennebaud2013-04-17
* | Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...Gravatar Gael Guennebaud2013-04-05
|/
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* Simplify the use of custom scalar types, the rule is to never directly call a...Gravatar Gael Guennebaud2011-05-25
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* re-enable fast pset1-pstore by introducing a new higher level pstore1 functionGravatar Gael Guennebaud2011-03-02
* fix a couple of issues with pcplxflipGravatar Gael Guennebaud2011-02-23
* factorize implementation of standard real unary math functions, and add acos,...Gravatar Gael Guennebaud2011-02-17