aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch
Commit message (Expand)AuthorAge
* Collapsed revision (based on pull request PR-325)Gravatar Christian von Schultz2018-10-22
* 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
* bug #1605: workaround ABI issue with vector types (aka __m128) versus scalar ...Gravatar Gael Guennebaud2018-10-01
* fix alignment issue in ploaddup for AVX512Gravatar Gael Guennebaud2018-09-28
* Workaround increases required alignment warningGravatar Gael Guennebaud2018-09-20
* Fix warnings in AVX512Gravatar Gael Guennebaud2018-09-20
* Updates to fix HIP-clang specific compile errors.Gravatar Deven Desai2018-08-30
* Fix doxy and misc. typosGravatar luz.paz"2018-08-01
* bug #1526 - CUDA compilation fails on CUDA 9.x SDK when arch is set to comput...Gravatar Jiandong Ruan2018-09-08
* bug #1595: Don't use C++11's std::isnan() in MIPS/MSA packet math.Gravatar Alexey Frunze2018-09-06
* bug #1590: fix collision with some system headers defining the macro FP32Gravatar Gael Guennebaud2018-08-28
* Use Intel cast intrinsics, since MSVC does not allow direct casting.Gravatar Christoph Hertzberg2018-08-24
* Creating separate SYCL required PR for uncontroversial files.Gravatar Mehdi Goli2018-08-03
* Adding new arch/SYCL headers, used for SYCL vectorization.Gravatar Mehdi Goli2018-08-01
* Re-enable FMA for fast sqrt functionsGravatar Mark D Ryan2018-07-30
* Fix AVX512 implementations of psqrtGravatar Mark D Ryan2018-06-25
* Add pcast packet op for NEON.Gravatar Rasmus Munk Larsen2018-07-26
* 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