aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/ConfigureVectorization.h
Commit message (Expand)AuthorAge
* 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