aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/AVX512
Commit message (Expand)AuthorAge
...
* | | Merged eigen/eigen into defaultGravatar Rasmus Larsen2019-01-09
|\| |
| * | fix plog(+inf) with AVX512Gravatar Gael Guennebaud2019-01-09
| * | Add dedicated implementations of predux_any for AVX512, NEON, and Altivec/VSEGravatar Gael Guennebaud2019-01-09
| * | Add missing pcmp_lt and others for AVX512Gravatar Gael Guennebaud2019-01-09
* | | Add support for pcmp_eq and pnot, including for complex types.Gravatar Rasmus Munk Larsen2019-01-07
|/ /
* | PR560: Fix the AVX512f only buildsGravatar Mark D Ryan2019-01-03
* | One more stupid AVX 512 fix (I don't have direct access to AVX512 machines)Gravatar Gael Guennebaud2018-12-24
* | Add EIGEN_STRONG_INLINE where requiredGravatar Gael Guennebaud2018-12-24
* | Add missing pcmp_lt_or_nan for AVX512Gravatar Gael Guennebaud2018-12-23
| * Introducing "vectorized" byte on unpacket_traits structsGravatar Gustavo Lima Chaves2018-12-19
|/
* Properly set the number of registers for AVX512Gravatar Gael Guennebaud2018-12-11
* bug #1641: fix testing of pandnot and fix pandnot for complex on SSE/AVX/AVX512Gravatar Gael Guennebaud2018-12-08
* AVX512f includes FMA but GCC does not define __FMA__ with -mavx512f onlyGravatar Gael Guennebaud2018-12-06
* Fix compilation with avx512f only, i.e., no AVX512DQGravatar Gael Guennebaud2018-12-06
* Implement AVX512 vectorization of std::complex<float/double>Gravatar Gael Guennebaud2018-12-06
* 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