aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch
Commit message (Expand)AuthorAge
* Add support for MIPS SIMD (MSA)Gravatar Alexey Frunze2018-07-06
* remove double ;;Gravatar Gael Guennebaud2018-07-12
* Updates corresponding to the latest round of PR feedbackGravatar Deven Desai2018-07-11
* renaming CUDA* to GPU* for some header filesGravatar Deven Desai2018-07-11
* merging updates from upstreamGravatar Deven Desai2018-07-11
|\
| * Fix the Packet16h version of ptransposeGravatar Mark D Ryan2018-06-16
| * Fix a few issues with Packet16hGravatar Gael Guennebaud2018-07-07
| * complete implementation of Packet16h (AVX512)Gravatar Gael Guennebaud2018-07-06
| * Complete Packet8h implementation and test it in packetmath unit testGravatar Gael Guennebaud2018-07-06
* | updates based on PR feedbackGravatar Deven Desai2018-06-14
* | moving Half headers from CUDA dir to GPU dir, removing the HIP versionsGravatar Deven Desai2018-06-13
* | syncing this fork with upstreamGravatar Deven Desai2018-06-13
|\ \
| | * Fix typo in pbend for AltiVec.Gravatar Rasmus Munk Larsen2018-06-22
| |/
| * Merge from eigen/eigenGravatar Michael Figurnov2018-06-07
| |\
| * | Derivative of the incomplete Gamma function and the sample of a Gamma random ...Gravatar Michael Figurnov2018-06-06
* | | Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
|/ /
| * Fix compilation with MSVC by reverting to char* for _mm_prefetch except for P...Gravatar Gael Guennebaud2018-06-07
|/
* Exponentially scaled modified Bessel functions of order zero and one.Gravatar Michael Figurnov2018-05-31
* Define pcast<> for SSE types even when AVX is enabled. (otherwise float are s...Gravatar Gael Guennebaud2018-05-29
* Fix compilation and SSE support with PGI compilerGravatar Gael Guennebaud2018-05-29
* Fix compilation with NEON+MSVCGravatar Gael Guennebaud2018-04-26
* bug #1428: atempt to make NEON vectorization compilable by MSVC.Gravatar Gael Guennebaud2018-04-24
* fix AVX512 plogGravatar Jayaram Bobba2018-04-20
* fix const cast in NEONGravatar Gael Guennebaud2018-04-18
* bug #1520: workaround some -Wfloat-equal warnings by calling std::equal_toGravatar Gael Guennebaud2018-04-11
* Add a note on vec_min vs asmGravatar Gael Guennebaud2018-04-04
* bug #1494: makes pmin/pmax behave on Altivec/VSX as on x86 regading NaNsGravatar Gael Guennebaud2018-04-04
* comment unreachable codeGravatar Gael Guennebaud2018-04-03
* 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
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* Move up the specialization of std::numeric_limitsGravatar Daniel Trebbien2018-02-18
* Replace __float2half_rn with __float2halfGravatar nluehr2017-11-28
* Fix incorrect integer cast in predux<half2>().Gravatar nluehr2017-11-21
* Merged in guillaume_michel/eigen (pull request PR-334)Gravatar Christoph Hertzberg2017-10-23
* Restore `__device__`Gravatar Henry Schreiner2017-10-21
* Fixing missing inlines on device functions for newer CUDA cardsGravatar Henry Schreiner2017-10-20
* remove debuggingGravatar Konstantinos Margaritis2017-10-12
* Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2017-10-12
|\
* | explicitly set conjugate maskGravatar Konstantinos Margaritis2017-10-11
* | added some extra debuggingGravatar Konstantinos Margaritis2017-10-11
* | some Packet2cf pmul fixesGravatar Konstantinos Margaritis2017-10-11
* | initial pexp() for 32-bit floats, commented out due to vec_cts()Gravatar Konstantinos Margaritis2017-10-11
* | initial pexp() for 32-bit floats, commented out due to vec_cts()Gravatar Konstantinos Margaritis2017-10-11
* | fix predux_mul for z14/floatGravatar Konstantinos Margaritis2017-10-10
* | complete z14 portGravatar Konstantinos Margaritis2017-10-09
| * Add C++11 max_digits10 for half.Gravatar Gael Guennebaud2017-09-06
| * Added support for CUDA 9.0.Gravatar Benoit Steiner2017-08-31