aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/ConfigureVectorization.h
Commit message (Expand)AuthorAge
* updates requested in the PR feedback. Also droping coded within #ifdef EIGEN_...Gravatar Deven Desai2019-03-19
* bug #1678: Fix lack of __FMA__ macro on MSVC with AVX512Gravatar Gael Guennebaud2019-02-15
* Replace host_define.h with cuda_runtime_api.hGravatar nluehr2019-01-18
* Replace compiler's alignas/alignof extension by respective c++11 keywords whe...Gravatar Gael Guennebaud2019-01-11
* Enable FMA with MSVC (through /arch:AVX2). To make this possible, I also has ...Gravatar Gael Guennebaud2018-12-07
* bug #1638: add a warning if avx512 is enabled without SSE/AVX FMAGravatar Gael Guennebaud2018-12-07
* #elif -> #else to fix GPU build.Gravatar Rasmus Munk Larsen2018-12-05
* Update checks in ConfigureVectorization.hGravatar Eugene Zhulenev2018-12-03
* Do not disable alignment with EIGEN_GPUCCGravatar Eugene Zhulenev2018-12-03
* Fix typo in comment on EIGEN_MAX_STATIC_ALIGN_BYTESGravatar Nikolaus Demmel2018-11-14
* This commit contains the following (HIP specific) updates:Gravatar Deven Desai2018-10-01
* Provide EIGEN_ALIGNOF macro, and give handmade_aligned_malloc the possibility...Gravatar Christoph Hertzberg2018-09-14
* Add MIPS changes missing from previous merge.Gravatar Alexey Frunze2018-07-18
* Add support for MIPS SIMD (MSA)Gravatar Alexey Frunze2018-07-06
* Cleanup the mess in Eigen/Core by moving CUDA/HIP stuff at more appropriate p...Gravatar Gael Guennebaud2018-07-12