aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/AVX512
Commit message (Expand)AuthorAge
* 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