aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch
Commit message (Expand)AuthorAge
* NEON: Fixed MSVC types definitionsGravatar Joel Holdsworth2020-03-26
* Additional NEON packet-math operationsGravatar Joel Holdsworth2020-03-26
* Adhere to recommended load/store intrinsics for pp64leGravatar Everton Constantino2020-03-23
* Fixing float32's pround halfway criteria to match STL's criteria.Gravatar Everton Constantino2020-03-21
* Add absolute_difference coefficient-wise binary Array functionGravatar Joel Holdsworth2020-03-19
* Add shift_left<N> and shift_right<N> coefficient-wise unary Array functionsGravatar Joel Holdsworth2020-03-19
* Implement integer square-root for NEONGravatar Joel Holdsworth2020-03-19
* Fixing HIP breakage caused by the recent commit that introduces Packet4h2 as ...Gravatar Deven Desai2020-03-12
* NEON: Added int64_t and uint64_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Added int8_t and uint8_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Added int16_t and uint16_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Added uint32_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Implemented half-size vectorsGravatar Joel Holdsworth2020-03-10
* NEON: Set packet_traits<double> flagsGravatar Joel Holdsworth2020-03-10
* remove duplicate pset1 for half and add some comments about why we need expos...Gravatar Sami Kama2020-03-10
* Include <sstream> explicitly, and don't rely on the implicit include via <com...Gravatar Tobias Bosch2020-02-24
* Remove rogue include in TypeCasting.h. Meta.h is already included by the top-...Gravatar Rasmus Munk Larsen2020-01-14
* Switching unpacket_traits<Packet4i> to vectorizable=true.Gravatar Everton Constantino2020-01-13
* Improvements to the tidiness and completeness of the NEON implementationGravatar Joel Holdsworth2020-01-10
* Fix for gcc build error when using Eigen headers with AVX512Gravatar Anuj Rawat2020-01-10
* Adding RInt vector support for SYCL.Gravatar mehdi-goli2020-01-10
* Bug #1785: Introduce numext::rint.Gravatar Ilya Tokar2020-01-07
* [SYCL Backend]Gravatar mehdi-goli2020-01-07
* Improve accuracy of fast approximate tanh and the logistic functions in Eigen...Gravatar Rasmus Munk Larsen2019-12-16
* Bug 1785: fix pround on x86 to use the same rounding mode as std::round.Gravatar Ilya Tokar2019-12-12
* Fix for HIP breakage detected on 191210Gravatar Deven Desai2019-12-10
* Update old links to bitbucket to point to gitlab.comGravatar Gael Guennebaud2019-12-04
* [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
* 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
* 1. Fix a bug in psqrt and make it return 0 for +inf arguments.Gravatar Rasmus Munk Larsen2019-11-15
* bug #1744: fix compilation with MSVC 2017 and AVX512, plog1p/pexpm1 require p...Gravatar Gael Guennebaud2019-11-15
* PR 751: Fixed compilation issue when compiling using MSVC with /arch:AVX512 flagGravatar Sakshi Goynar2019-10-31
* 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
* Move implementation of vectorized error function erf() to SpecialFunctionsImp...Gravatar Rasmus Munk Larsen2019-09-27
* Add generic PacketMath implementation of the Error Function (erf).Gravatar Rasmus Munk Larsen2019-09-19
* Add Bessel functions to SpecialFunctions.Gravatar Srinivas Vasudevan2019-09-14
* Add packetized versions of i0e and i1e special functions.Gravatar Srinivas Vasudevan2019-09-11
* Merged eigen/eigen into defaultGravatar 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
| * Fix compilation without vector engine available (e.g., x86 with SSE disabled):Gravatar Gael Guennebaud2019-09-05
* | Merged eigen/eigenGravatar Srinivas Vasudevan2019-09-04
|\|
* | Merging from eigen/eigen.Gravatar Srinivas Vasudevan2019-09-03
|\ \
* | | Add ndtri function, the inverse of the normal distribution function.Gravatar Srinivas Vasudevan2019-08-12
| | * PR 681: Add ndtri function, the inverse of the normal distribution function.Gravatar Srinivas Vasudevan2019-08-12
| |/
| * Fix missing header inclusion and colliding definitions for half type casting,...Gravatar Rasmus Munk Larsen2019-08-30
| * 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