aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* bug #1654: fix compilation with cuda and no c++11Gravatar Gael Guennebaud2019-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
* fix warningGravatar Gael Guennebaud2019-01-09
* Add missing pcmp_lt and others for AVX512Gravatar Gael Guennebaud2019-01-09
* bug #1652: implements a much more accurate version of vectorized sin/cos. Thi...Gravatar Gael Guennebaud2019-01-09
* Explicitly set fill character when printing aligned data to ostreamGravatar Eugene Zhulenev2019-01-03
* 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
* Implement a faster fix for sin/cos of large entries that also correctly handl...Gravatar Gael Guennebaud2018-12-23
* Make sure that psin/pcos return number in [-1,1] for large inputs (though sin...Gravatar Gael Guennebaud2018-12-23
* Fix plog(+INF): it returned ~87 instead of +INFGravatar Gael Guennebaud2018-12-23
* Make code compile again for older compilers.Gravatar Christoph Hertzberg2018-12-22
* bug #1615: slightly increase the default unrolling limit to compensate for ch...Gravatar Gael Guennebaud2018-12-13
* Fix compilation with expression template scalar type.Gravatar Gael Guennebaud2018-12-12
* bug #1557: fix RealSchur and EigenSolver for matrices with only zeros on the ...Gravatar Gael Guennebaud2018-12-12
* bug #1644: fix warningGravatar Gael Guennebaud2018-12-11
* Artificially increase l1-blocking size for AVX512. +10% speedup with current ...Gravatar Gael Guennebaud2018-12-11
* Properly set the number of registers for AVX512Gravatar Gael Guennebaud2018-12-11
* bug #1643: fix compilation issue with gcc and no optimizaionGravatar Gael Guennebaud2018-12-11
* enable spilling workaround on architectures with SSE/AVXGravatar Gael Guennebaud2018-12-10
* workaround "may be used uninitialized" warningGravatar Gael Guennebaud2018-12-08
* bug #1641: fix testing of pandnot and fix pandnot for complex on SSE/AVX/AVX512Gravatar Gael Guennebaud2018-12-08
* fix EIGEN_GEBP_2PX4_SPILLING_WORKAROUND for non vectorized type, and non x86/...Gravatar Gael Guennebaud2018-12-08
* bug #1515: disable gebp's 3pX4 micro kernel for MSVC<=19.14 because of regist...Gravatar Gael Guennebaud2018-12-07
* Enable FMA with MSVC (through /arch:AVX2). To make this possible, I also has ...Gravatar Gael Guennebaud2018-12-07
* bug #1637: workaround register spilling in gebp with clang>=6.0+AVX+FMAGravatar Gael Guennebaud2018-12-07
* bug #1638: add a warning if avx512 is enabled without SSE/AVX FMAGravatar Gael Guennebaud2018-12-07
* bug #1636: fix gemm performance issue with gcc>=6 and no FMAGravatar Gael Guennebaud2018-12-07
* 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
* temporarily re-disable SSE/AVX vectorization of complex<> on AVX512 -> this n...Gravatar Gael Guennebaud2018-12-06
* bug #1636: fix compilation with some ABI versions.Gravatar Gael Guennebaud2018-12-06
* #elif -> #else to fix GPU build.Gravatar Rasmus Munk Larsen2018-12-05
* bug #1635: Use infinity from Numtraits instead of creating it manually.Gravatar Christoph Hertzberg2018-12-05
* Merged in ezhulenev/eigen-01 (pull request PR-553)Gravatar Rasmus Munk Larsen2018-12-04
|\
| * Update checks in ConfigureVectorization.hGravatar Eugene Zhulenev2018-12-03
| * Do not disable alignment with EIGEN_GPUCCGravatar Eugene Zhulenev2018-12-03
* | bug #785: Make Cholesky decomposition work for empty matricesGravatar Christoph Hertzberg2018-12-03
|/
* Add missing padd for Packet8i (it was implicitly generated by clang and gcc)Gravatar Gael Guennebaud2018-11-30
* bug #1634: remove double copy in move-ctor of non movable Matrix/ArrayGravatar Gael Guennebaud2018-11-30
* Add packet sin and cos to Altivec/VSX and NEONGravatar Gael Guennebaud2018-11-30
* 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
* CleanupGravatar Gael Guennebaud2018-11-30
* Fix pandnot order in AVX512Gravatar Gael Guennebaud2018-11-30
* Extend the generic psin_float code to handle cosine and make SSE and AVX use ...Gravatar Gael Guennebaud2018-11-30