aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h
Commit message (Expand)AuthorAge
* Use `padd` instead of `+`.Gravatar Rasmus Munk Larsen2021-07-02
* Implement a generic vectorized version of Smith's algorithms for complex divi...Gravatar Rasmus Munk Larsen2021-07-01
* Get rid of redundant `pabs` instruction in complex square root.Gravatar Rasmus Munk Larsen2021-06-29
* Remove pset, replace with ploadu.Gravatar Antonio Sanchez2021-06-16
* Use bit_cast to create -0.0 for floating point types to avoid compiler optimi...Gravatar Rasmus Munk Larsen2021-06-11
* Augment NumTraits with min/max_exponent() again.Gravatar Antonio Sanchez2021-03-16
* Revert "Augment NumTraits with min/max_exponent()."Gravatar David Tellenbach2021-03-17
* Augment NumTraits with min/max_exponent().Gravatar Antonio Sanchez2021-03-17
* Fix rint SSE/NEON again, using optimization barrier.Gravatar Antonio Sanchez2021-03-05
* Fix double-promotion warningsGravatar Christoph Hertzberg2021-02-27
* Accurate pow, part 2. This change adds specializations of log2 and exp2 for d...Gravatar Rasmus Munk Larsen2021-02-23
* Use the Cephes double subtraction trick in pexp<float> even when FMA is avail...Gravatar Rasmus Munk Larsen2021-02-18
* New accurate algorithm for pow(x,y). This version is accurate to 1.4 ulps for...Gravatar Rasmus Munk Larsen2021-02-17
* Updated pfrexp implementation.Gravatar Antonio Sanchez2021-02-17
* Adjust bounds for pexp_float/doubleGravatar Antonio Sanchez2021-02-10
* Fix ldexp implementations.Gravatar Antonio Sanchez2021-02-10
* Add more tests for pow and fix a corner case for huge exponent where the resu...Gravatar Rasmus Munk Larsen2021-02-05
* Fix pow and other cwise ops for half/bfloat16.Gravatar Antonio Sanchez2021-01-22
* Fix pfrexp/pldexp for half.Gravatar Antonio Sanchez2021-01-21
* Vectorize `pow(x, y)`. This closes https://gitlab.com/libeigen/eigen/-/issues...Gravatar Rasmus Munk Larsen2021-01-18
* 1)provide a better generic paddsub op implementationGravatar Guoqiang QI2021-01-13
* Add CUDA complex sqrt.Gravatar Antonio Sanchez2020-12-22
* Fix implicit cast to double.Gravatar Antonio Sanchez2020-12-12
* Replace M_LOG2E and M_LN2 with custom macros.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
* Small cleanup of generic plog implementations:Gravatar 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
* Replace numext::as_uint with numext::bit_cast<numext::uint32_t>Gravatar David Tellenbach2020-10-29
* Improve polynomial evaluation with instruction-level parallelism for pexp_flo...Gravatar guoqiangqi2020-10-20
* remove unnecessary specialize template of pexp for scale float/doubleGravatar guoqiangqi2020-10-19
* Fix compilation of pset1frombits calls on iOS.Gravatar Rasmus Munk Larsen2020-09-28
* Add plog ops support packet2d for NEONGravatar Guoqiang QI2020-09-15
* Add Neon psqrt<Packet2d> and pexp<Packet2d>Gravatar Guoqiang QI2020-09-08
* Add shift_left<N> and shift_right<N> coefficient-wise unary Array functionsGravatar Joel Holdsworth2020-03-19
* Add missing EIGEN_DEVICE_FUNC attribute to template specializations for pexp ...Gravatar Rasmus Munk Larsen2019-11-27
* Fix duplicate symbol linking error.Gravatar Gael Guennebaud2019-11-20
* Address comments on Chebyshev evaluation code:Gravatar Rasmus Munk Larsen2019-10-02
* Prevent infinite loop in the nvcc compiler while unrolling the recurrent temp...Gravatar Rasmus Munk Larsen2019-10-01
* Add packetized versions of i0e and i1e special functions.Gravatar Srinivas Vasudevan2019-09-11
* Fix for the HIP build+test errors introduced by the ndtri support.Gravatar Deven Desai2019-09-06
* Fix a circular dependency regarding pshift* functions and GenericPacketMathFu...Gravatar Gael Guennebaud2019-09-06
* PR 681: Add ndtri function, the inverse of the normal distribution function.Gravatar Srinivas Vasudevan2019-08-12
* Add more tests for corner cases of log1p and expm1. Add handling of infinite ...Gravatar Rasmus Munk Larsen2019-08-28
* Revert changes to std_falback::log1p that broke handling of arguments less th...Gravatar Rasmus Munk Larsen2019-08-27
* Implement vectorized versions of log1p and expm1 in Eigen using Kahan's formu...Gravatar Rasmus Munk Larsen2019-08-12
* ICC does not support -fno-unsafe-math-optimizationsGravatar Gael Guennebaud2019-03-22