aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* add EIGEN_DEVICE_FUNC to EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF macros (only if n...Gravatar Masaki Murooka2021-02-17
* Bump to 3.4.99Gravatar David Tellenbach2021-02-17
* Define internal::make_unsigned for [unsigned]long long on macOS.Gravatar David Tellenbach2021-02-17
* Include `<cstdint>` in one place, remove custom typedefsGravatar Antonio Sanchez2021-01-26
* Add support for Arm SVEGravatar David Tellenbach2021-01-21
* Fix signed-unsigned comparison.Gravatar Antonio Sanchez2021-01-20
* Proper CPUIDGravatar Ivan Popivanov2021-01-18
* 1)provide a better generic paddsub op implementationGravatar Guoqiang QI2021-01-13
* Add missing #endif directive in Macros.hGravatar David Tellenbach2021-01-07
* #define was defined incorrectly because the result_of function was deprecated...Gravatar shrek14022021-01-07
* Eliminate boolean product warnings by factoring out aGravatar Christoph Hertzberg2021-01-05
* remove annotation for first declaration of default con/destructionGravatar acxz2020-11-12
* Add support for Armv8.2-a __fp16Gravatar David Tellenbach2020-10-28
* Drop EIGEN_USING_STD_MATH in favour of EIGEN_USING_STDGravatar David Tellenbach2020-10-09
* Don't make assumptions about NaN-propagation for pmin/pmax - it various acros...Gravatar Rasmus Munk Larsen2020-10-07
* Get rid of initialization logic for blueNorm by making the computed constants...Gravatar Rasmus Munk Larsen2020-09-18
* Add support for CastXML on ARM aarch64Gravatar Brad King2020-09-16
* Add EIGEN_UNUSED_VARIABLE to unused variable in Memory.hGravatar Rasmus Munk Larsen2020-09-15
* Fix issue #1968. Don't discard return value from "new" in C++17.Gravatar Rasmus Munk Larsen2020-09-13
* remove semi triggering -Wextra-semi-stmtGravatar Alexander Neumann2020-09-07
* MatrixProuct enhancements:Gravatar Everton Constantino2020-09-02
* Fixing a CUDA / P100 regression introduced by PR 181Gravatar Deven Desai2020-08-20
* Replace the call to int64_t in the blasutil test by explicit typesGravatar David Tellenbach2020-08-14
* Make numext::as_uint a device function.Gravatar Rasmus Munk Larsen2020-07-22
* Change the sign operator in Eigen to return NaN for NaN arguments, not zero.Gravatar Rasmus Munk Larsen2020-07-07
* Support BFloat16 in EigenGravatar Teng Lu2020-06-20
* - Vectorizing MMA packing.Gravatar Everton Constantino2020-05-19
* Added support for reverse iterators for Vectorwise operations.Gravatar Felipe Attanasio2020-05-14
* Fix confusing template param name for Stride fwd decl.Gravatar Xiaoxiang Cao2020-04-30
* Add numeric_limits min and max for boolGravatar Akshay Naresh Modi2020-04-06
* Add absolute_difference coefficient-wise binary Array functionGravatar Joel Holdsworth2020-03-19
* Fixing HIP breakage caused by the recent commit that introduces Packet4h2 as ...Gravatar Deven Desai2020-03-12
* Revert "avoid selecting half-packets when unnecessary"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "Pick full packet unconditionally when EIGEN_UNALIGNED_VECTORIZE"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "do not pick full-packet if it'd result in more operations"Gravatar Rasmus Munk Larsen2020-02-25
* do not pick full-packet if it'd result in more operationsGravatar Francesco Mazzoli2020-02-07
* Pick full packet unconditionally when EIGEN_UNALIGNED_VECTORIZEGravatar Francesco Mazzoli2020-02-07
* avoid selecting half-packets when unnecessaryGravatar Francesco Mazzoli2020-02-07
* Bug #1788: Fix rule-of-three violations inside the stable modules.Gravatar Christoph Hertzberg2019-12-19
* Add default definition for EIGEN_PREDICT_*Gravatar Rasmus Munk Larsen2019-12-16
* Improve accuracy of fast approximate tanh and the logistic functions in Eigen...Gravatar Rasmus Munk Larsen2019-12-16
* Added Eigen::numext typedefs for uint8_t, int8_t, uint16_t and int16_tGravatar Joel Holdsworth2019-12-11
* Merged in anshuljl/eigen-2/Anshul-Jaiswal/update-configurevectorizationh-to-n...Gravatar Rasmus Larsen2019-12-04
|\
* \ Merged in ezhulenev/eigen-02 (pull request PR-767)Gravatar Rasmus Larsen2019-12-02
|\ \
* | | [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
| * | Fix shadow warnings in AlignedBox and SparseBlockGravatar Eugene Zhulenev2019-11-27
|/ /
* | SparseRef: Fixed alignment warning on ARM GCCGravatar Joel Holdsworth2019-11-07
| * Update ConfigureVectorization.h to not optimize fp16 routines when compiling ...Gravatar Anshul Jaiswal2019-11-06
* | Disable AVX on broken xcode versions. See PR 748.Gravatar Gael Guennebaud2019-11-12
|/
* Add EIGEN_HAS_INTRINSIC_INT128 macroGravatar Rasmus Munk Larsen2019-11-06