aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/AVX512
Commit message (Expand)AuthorAge
...
* Several improvements regarding packet-bitwise operations:Gravatar Gael Guennebaud2018-11-30
* Add psin/pcos on AVX512 -> almost for free, at last!Gravatar Gael Guennebaud2018-11-30
* Fix pandnot order in AVX512Gravatar Gael Guennebaud2018-11-30
* Fix float-to-double warningGravatar Gael Guennebaud2018-10-16
* Fix warning with AVX512fGravatar Gael Guennebaud2018-10-11
* Fix avx512 plog(NaN) to return NaN instead of +infGravatar Gael Guennebaud2018-10-11
* Enable avx512 plog with clangGravatar Gael Guennebaud2018-10-11
* fix alignment issue in ploaddup for AVX512Gravatar Gael Guennebaud2018-09-28
* Fix warnings in AVX512Gravatar Gael Guennebaud2018-09-20
* Use Intel cast intrinsics, since MSVC does not allow direct casting.Gravatar Christoph Hertzberg2018-08-24
* Re-enable FMA for fast sqrt functionsGravatar Mark D Ryan2018-07-30
* Fix AVX512 implementations of psqrtGravatar Mark D Ryan2018-06-25
* Fix compilation with MSVC by reverting to char* for _mm_prefetch except for P...Gravatar Gael Guennebaud2018-06-07
* fix AVX512 plogGravatar Jayaram Bobba2018-04-20
* AVX512: _mm512_rsqrt28_ps is available for AVX512ER onlyGravatar Gael Guennebaud2018-04-03
* Rename predux_downto4 to be more accurate on its semantic.Gravatar Gael Guennebaud2018-04-03
* AVX512: fix psqrt and prsqrtGravatar Gael Guennebaud2018-04-03
* AVX512: add missing pinsertfirst and pinsertlast, implement pblend for Packet...Gravatar Gael Guennebaud2018-04-03
* Fix NaN propagation for AVX512.Gravatar Rasmus Munk Larsen2017-01-24
* Avoid using horizontal adds since they're not very efficient.Gravatar Benoit Steiner2016-12-21
* Use native AVX512 types instead of Eigen Packets whenever possible.Gravatar Benoit Steiner2016-12-21
* Fixed compilation errors with gcc6 when compiling the AVX512 intrinsicsGravatar Benoit Steiner2016-12-19
* Renamed predux_half into predux_downto4Gravatar Benoit Steiner2016-10-06
* Fixed incorrect commentGravatar Benoit Steiner2016-10-06
* Fixed compilation error with gcc >= 5.3Gravatar Benoit Steiner2016-10-06
* Silenced a compilation warningGravatar Benoit Steiner2016-10-06
* Deleted unecessary CMakeLists.txt fileGravatar Benoit Steiner2016-10-05
* Silenced a compilation warning.Gravatar Benoit Steiner2016-10-05
* Silenced a few compilation warningsGravatar Benoit Steiner2016-10-05
* Implemented palign_impl for AVX512Gravatar Benoit Steiner2016-04-29
* Fixed the AVX512 packet traitsGravatar Benoit Steiner2016-04-29
* Added pdiv packet primitives for avx512Gravatar Benoit Steiner2016-04-29
* Implemented preduxp for AVX512Gravatar Benoit Steiner2016-04-29
* Implemented the pabs and preverse primitives for avx512.Gravatar Benoit Steiner2016-04-29
* Disabled some of the AVX512 primitives on compilers that don't support themGravatar Benoit Steiner2016-04-29
* Updated the AVX512 PacketMath to properly leverage the AVX512DQ instructionsGravatar Benoit Steiner2016-04-11
* 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
* Fixed indentationGravatar Benoit Steiner2016-02-04
* Generalized predux4 to support AVX512 packets, and renamed it predux_half.Gravatar Benoit Steiner2016-02-01
* Added alignment requirement to the AVX512 packet traits.Gravatar Benoit Steiner2016-01-14
* Fixed the signature of the plset primitives for AVX512Gravatar Benoit Steiner2016-01-14
* Fixed the AVX512 signature of the ptranspose primitivesGravatar Benoit Steiner2016-01-14
* pscatter/pgather use Index instead of int to specify the strideGravatar Benoit Steiner2016-01-14
* Deleted unnecessary commas and semicolonsGravatar Benoit Steiner2016-01-14
* Implemented most of the packet primitives for AVX512Gravatar Benoit Steiner2015-12-21
* Preliminary support for AVX512Gravatar Benoit Steiner2015-12-10