aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* bug #1238: fix SparseMatrix::sum() overload for un-compressed mode.Gravatar Gael Guennebaud2016-05-31
* Silenced some compilation warnings triggered by nvcc 8.0Gravatar Benoit Steiner2016-05-27
* Disable the use of MMX instructions since the code is broken on many platformsGravatar Benoit Steiner2016-05-27
* Fix compilation with old ICC version (use C99 types instead of C++11 ones)Gravatar Gael Guennebaud2016-05-27
* Deleted extra namespaceGravatar Benoit Steiner2016-05-26
* Disable usage of MMX with msvc.Gravatar Gael Guennebaud2016-05-26
* bug #1236: fix possible integer overflow in density estimation.Gravatar Gael Guennebaud2016-05-26
* Defer the allocation of the working space:Gravatar Gael Guennebaud2016-05-26
* Fix copy ctor prototype.Gravatar Gael Guennebaud2016-05-26
* linspaced's divisor for integer is better stored as the underlying scalar type.Gravatar Gael Guennebaud2016-05-26
* Fix/handle some int-to-long conversions.Gravatar Gael Guennebaud2016-05-26
* Store permutation's determinant as char.Gravatar Gael Guennebaud2016-05-26
* Fix a pointer to integer conversion warningGravatar Gael Guennebaud2016-05-26
* Handle some Index to int conversions in BLAS/LAPACK support.Gravatar Gael Guennebaud2016-05-26
* Disable some long to float conversion warningsGravatar Gael Guennebaud2016-05-26
* Remove debuging code.Gravatar Gael Guennebaud2016-05-26
* Introduce internal's UIntPtr and IntPtr types for pointer to integer conversi...Gravatar Gael Guennebaud2016-05-26
* Turn off ICC's conversion warning in is_convertible implementationGravatar Gael Guennebaud2016-05-26
* Add missing inclusion of mmintrin.hGravatar Gael Guennebaud2016-05-26
* Silenced a compilation warningGravatar Benoit Steiner2016-05-25
* 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 s...Gravatar Benoit Steiner2016-05-25
* 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
| * Block<> should not disable vectorization based on inner-size, this is the res...Gravatar Gael Guennebaud2016-05-24
| * 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 Kra...Gravatar Benoit Jacob2016-05-24
* Don't attempt to use MMX instructions with visualstudio since they're only pa...Gravatar Benoit Steiner2016-05-24
* 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
* Include mmintrin.h to make it possible to use mmx instructions when needed. F...Gravatar Benoit Steiner2016-05-23
* Use the Index type instead of integers to specify the strides in pgather/psca...Gravatar Benoit Steiner2016-05-23
* 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
* Replace multiple constructors of half-type by a generic/templated constructor...Gravatar Christoph Hertzberg2016-05-23
* Silenced several double-promotion warningsGravatar Christoph Hertzberg2016-05-22
* Make EIGEN_HAS_CONSTEXPR user configurableGravatar Gael Guennebaud2016-05-20