aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/AVX512/MathFunctions.h
Commit message (Expand)AuthorAge
* HasExp added for AVX512 Packet8dGravatar Jakub Lichman2021-04-20
* Fix pfrexp/pldexp for half.Gravatar Antonio Sanchez2021-01-21
* 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
* Fix a few issues for AVX512. This change enables vectorized versions of log, ...Gravatar Rasmus Munk Larsen2020-12-01
* AVX512 missing ops.Gravatar Antonio Sanchez2020-11-30
* Improve polynomial evaluation with instruction-level parallelism for pexp_flo...Gravatar guoqiangqi2020-10-20
* Add AVX plog<Packet4d> and AVX512 plog<Packet8d> ops,also unified AVX512 plog...Gravatar Guoqiang QI2020-10-15
* AVX path for BF16Gravatar Sheng Yang2020-07-14
* Support BFloat16 in EigenGravatar Teng Lu2020-06-20
* Fix for gcc build error when using Eigen headers with AVX512Gravatar Anuj Rawat2020-01-10
* 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
* 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
* Implement vectorized versions of log1p and expm1 in Eigen using Kahan's formu...Gravatar Rasmus Munk Larsen2019-08-12
* fix plog(+inf) with AVX512Gravatar Gael Guennebaud2019-01-09
* Add psin/pcos on AVX512 -> almost for free, at last!Gravatar Gael Guennebaud2018-11-30
* Fix float-to-double warningGravatar Gael Guennebaud2018-10-16
* Fix avx512 plog(NaN) to return NaN instead of +infGravatar Gael Guennebaud2018-10-11
* Enable avx512 plog with clangGravatar Gael Guennebaud2018-10-11
* Re-enable FMA for fast sqrt functionsGravatar Mark D Ryan2018-07-30
* Fix AVX512 implementations of psqrtGravatar Mark D Ryan2018-06-25
* fix AVX512 plogGravatar Jayaram Bobba2018-04-20
* AVX512: _mm512_rsqrt28_ps is available for AVX512ER onlyGravatar Gael Guennebaud2018-04-03
* AVX512: fix psqrt and prsqrtGravatar Gael Guennebaud2018-04-03
* Disabled some of the AVX512 primitives on compilers that don't support themGravatar Benoit Steiner2016-04-29
* Commented out the version of pexp<Packet8d> since it fails to compile with gc...Gravatar Benoit Steiner2016-02-04
* Added implementations of pexp, plog, psqrt, and prsqrt optimized for AVX512Gravatar Benoit Steiner2016-02-04