aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch
Commit message (Expand)AuthorAge
* merge Tensor module within Eigen/unsupported and update gemv BLAS wrapperGravatar Gael Guennebaud2015-02-12
|\
* \ mergeGravatar Gael Guennebaud2015-02-10
|\ \
* | | FMA has been wrongly disabledGravatar Gael Guennebaud2015-02-10
| * | Added vectorized implementation of the exponential function for ARM/NEONGravatar Benoit Steiner2015-02-10
|/ /
| * Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
| |\ | |/ |/|
* | bug #936, patch 3/3: Properly detect FMA support on ARM (requires VFPv4)Gravatar Benoit Jacob2015-01-30
* | bug #936, patch 2/3: Remove EIGEN_VECTORIZE_FMA, was redundant with EIGEN_HAS...Gravatar Benoit Jacob2015-01-30
* | bug #936, patch 1.5/3: rename _FUSED_ macros to _SINGLE_INSTRUCTION_,Gravatar Benoit Jacob2015-01-31
* | bug #936, patch 1/3: some cleanup and renaming for consistency.Gravatar Benoit Jacob2015-01-30
* | bug #907, ARM64: workaround ICE in xcode/clangGravatar Gael Guennebaud2015-01-13
* | bug #907, ARM64: workaround vreinterpretq_u64_* not defined in xcode/clangGravatar Gael Guennebaud2015-01-13
* | Big 907: workaround some missing intrinsics in current NDK's gcc version (ARM64)Gravatar Gael Guennebaud2015-01-07
* | bug #907: fix compilation with ARM64Gravatar Gael Guennebaud2015-01-07
| * Added reduction packet primitives for CUDAGravatar Benoit Steiner2014-11-19
* | Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
| * Added missing packet primitives for CUDA.Gravatar Benoit Steiner2014-10-30
* | Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2014-10-22
|\ \
* | | Added ARMv8 supportGravatar Konstantinos Margaritis2014-10-22
* | | working 64-bit support in PacketMath.h, Complex.h neededGravatar Konstantinos Margaritis2014-10-21
| * | Addendum to bug #859: pexp(NaN) for double did not return NaN, also, plog(NaN...Gravatar Christoph Hertzberg2014-10-20
| * | Fix bug #859: pexp(NaN) returned Inf instead of NaNGravatar Gael Guennebaud2014-10-20
|/ /
| * Vector primitives for CUDAGravatar Benoit Steiner2014-10-03
* | fixed to make big-endian VSX work as wellGravatar Konstantinos Margaritis2014-10-01
* | prefetch are noops on VSX, actually disable the prefetch traitGravatar Konstantinos Margaritis2014-09-21
* | Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2014-09-21
|\ \
* | | fix compile error on big endian altivecGravatar Konstantinos Margaritis2014-09-21
* | | prefetch are noops on VSXGravatar Konstantinos Margaritis2014-09-21
* | | VSX supports vec_div, implement where appropriate (float/doubles)Gravatar Konstantinos Margaritis2014-09-21
* | | VSX port passes packetmath_[1-5] tests!Gravatar Konstantinos Margaritis2014-09-20
* | | 32-bit floats/ints, 64-bit doubles pass packetmath tests, complex 32/64-bit r...Gravatar Konstantinos Margaritis2014-09-19
| | * Merged latest updates from the Eigen trunk.Gravatar Benoit Steiner2014-09-15
| | |\ | | |/ | |/|
* | | First time it compiles, but fails to pass the tests.Gravatar Konstantinos Margaritis2014-09-09
* | | Initial VSX commitGravatar Konstantinos Margaritis2014-08-29
| | * Pulled in the latest changes from the Eigen trunkGravatar Benoit Steiner2014-08-13
| | |\ | |_|/ |/| |
| * | Replace asm by __asm__ (bug #873)Gravatar Jitse Niesen2014-09-06
| * | bug #871: fix compilation on ARM/Neon regarding __has_builtin usageGravatar Gael Guennebaud2014-09-01
|/ /
* | Simplification of some Altivec constants, reuse existing constants and avoid ...Gravatar Konstantinos Margaritis2014-07-22
* | Added HasDiv=1 to Altivec PacketMath.h, now vectorization_logic test passes.Gravatar Konstantinos Margaritis2014-07-15
* | stride must be DenseIndex not intGravatar Christoph Hertzberg2014-07-10
* | Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
| * Pulled latest updates from the Eigen main trunk.Gravatar Benoit Steiner2014-06-10
| |\ | |/ |/|
| * Fixed a typoGravatar Benoit Steiner2014-06-07
| * Created the pblend packet primitive and implemented it using SSE and AVX inst...Gravatar Benoit Steiner2014-06-06
* | Add missing add_subdirectory directiveGravatar Gael Guennebaud2014-05-03
|/
* Make sure that calls to broadcast4 are 16 bytes alignedGravatar Gael Guennebaud2014-04-25
* Implement pbroadcast4 on altivecGravatar Gael Guennebaud2014-04-25
* Fix ptranspose overload prototypes for NEONGravatar Gael Guennebaud2014-04-25
* Enable vectorization of pack_rhs with a column-major RHS.Gravatar Gael Guennebaud2014-04-25
* Enable fused madd for AltivecGravatar Gael Guennebaud2014-04-24
* Implement ptranspose on altivec and fix pgather/pscatterGravatar Gael Guennebaud2014-04-24