aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Collapse)AuthorAge
* Specify the rounding mode in the correct locationGravatar Benoit Steiner2016-05-25
|
* Explicitly specify the rounding mode when converting floats to fp16Gravatar Benoit Steiner2016-05-25
|
* Disable the use of MMX instructions on x86_64 since too many compilers only ↵Gravatar Benoit Steiner2016-05-25
| | | | support them in 32bit mode
* Use numext:: instead of std:: functions.Gravatar Benoit Steiner2016-05-25
|
* Fix compilation with ICC.Gravatar Gael Guennebaud2016-05-25
|
* Fix static/inline order.Gravatar Gael Guennebaud2016-05-25
|
* Cleaned up the fp16 code a little moreGravatar Benoit Steiner2016-05-24
|
* Pulled latest updates from trunkGravatar Benoit Steiner2016-05-24
|\
* | Cleaned up the fp16 codeGravatar Benoit Steiner2016-05-24
| |
| * bug #256: enable vectorization with unaligned loads/stores.Gravatar Gael Guennebaud2016-05-24
| | | | | | | | | | This concerns all architectures and all sizes. This new behavior can be disabled by defining EIGEN_UNALIGNED_VECTORIZE=0
| * Block<> should not disable vectorization based on inner-size, this is the ↵Gravatar Gael Guennebaud2016-05-24
| | | | | | | | responsibilty of the assignment logic.
| * Clean propagation of Dest/Src alignments.Gravatar Gael Guennebaud2016-05-24
|/
* Remove now-unused protate PacketMath funcGravatar Benoit Jacob2016-05-24
|
* Remove the rotating kernel. It was only useful on some ARM CPUs (Qualcomm ↵Gravatar Benoit Jacob2016-05-24
| | | | Krait) that are not as ubiquitous today as they were when I introduced it.
* Don't attempt to use MMX instructions with visualstudio since they're only ↵Gravatar Benoit Steiner2016-05-24
| | | | partially supported.
* Worked around missing clang intrinsicGravatar Benoit Steiner2016-05-24
|
* Use the generic ploadquad intrinsics since it does the jobGravatar Benoit Steiner2016-05-24
|
* Worked around missing clang intrinsicsGravatar Benoit Steiner2016-05-24
|
* Added missing EIGEN_DEVICE_FUNC qualifierGravatar Benoit Steiner2016-05-23
|
* Use the Index type instead of integers to specify the strides in ↵Gravatar Benoit Steiner2016-05-23
| | | | pgather/pscatter
* Added missing alignment in the fp16 packet traitsGravatar Benoit Steiner2016-05-23
|
* ptranspose is not a template.Gravatar Benoit Steiner2016-05-23
|
* Avoid unnecessary float to double conversionsGravatar Benoit Steiner2016-05-23
|
* Avoid unnecessary float to double conversion.Gravatar Benoit Steiner2016-05-23
|
* Started to vectorize the processing of 16bit floats on CPU.Gravatar Benoit Steiner2016-05-23
|
* Don't optimize the processing of the last rows of a matrix matrix product in ↵Gravatar Benoit Steiner2016-05-23
| | | | cases that violate the assumptions made by the optimized code path.
* Replace multiple constructors of half-type by a generic/templated ↵Gravatar Christoph Hertzberg2016-05-23
| | | | constructor. This fixes an incompatibility with long double, exposed by the previous commit.
* Silenced several double-promotion warningsGravatar Christoph Hertzberg2016-05-22
|
* Make EIGEN_HAS_CONSTEXPR user configurableGravatar Gael Guennebaud2016-05-20
|
* Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
|
* Make EIGEN_HAS_STD_RESULT_OF user configurableGravatar Gael Guennebaud2016-05-20
|
* Make EIGEN_HAS_C99_MATH user configurableGravatar Gael Guennebaud2016-05-20
|
* Make EIGEN_HAS_RVALUE_REFERENCES user configurableGravatar Gael Guennebaud2016-05-20
|
* Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCESGravatar Gael Guennebaud2016-05-20
|
* Add a EIGEN_MAX_CPP_VER option to limit the C++ version to be used.Gravatar Gael Guennebaud2016-05-20
|
* Improve doc of special math functionsGravatar Gael Guennebaud2016-05-20
|
* zeta and polygamma are not unary functions, but binary ones.Gravatar Gael Guennebaud2016-05-19
|
* zeta and digamma do not require C++11/C99Gravatar Gael Guennebaud2016-05-19
|
* bug #1221: disable gcc 6 warning: ignoring attributes on template argumentGravatar Gael Guennebaud2016-05-19
|
* DiagonalWrapper is a vector, so it must expose the LinearAccessBit flag.Gravatar Gael Guennebaud2016-05-19
|
* Add support for SelfAdjointView::diagonal()Gravatar Gael Guennebaud2016-05-19
|
* Fix SelfAdjointView::triangularView for complexes.Gravatar Gael Guennebaud2016-05-19
|
* bug #1230: add support for SelfadjointView::triangularView.Gravatar Gael Guennebaud2016-05-19
|
* bug #1231: fix compilation regression regarding complex_array/=real_array ↵Gravatar Gael Guennebaud2016-05-18
| | | | and add respective unit tests
* bug #1213: rename some enums type for consistency.Gravatar Gael Guennebaud2016-05-18
|
* Roll back changes to core. Move include of TensorFunctors.h up to satisfy ↵Gravatar Rasmus Munk Larsen2016-05-17
| | | | dependence in TensorCostModel.h.
* Improvements to parallelFor.Gravatar Rasmus Munk Larsen2016-05-12
| | | | Move some scalar functors from TensorFunctors. to Eigen core.
* Fixed a couple of bugs related to the Pascalfamily of GPUsGravatar Benoit Steiner2016-05-11
| | | | H: Enter commit message. Lines beginning with 'HG:' are removed.
* Added the ability to load fp16 using the texture path.Gravatar Benoit Steiner2016-05-11
| | | | Improved the performance of some reductions on fp16
* Misc fixes for fp16Gravatar Benoit Steiner2016-05-11
|