aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch
Commit message (Expand)AuthorAge
* bug #955 - Implement a rotating kernel alternative in the 3px4 gebp pathGravatar Benoit Jacob2015-02-18
* Add missing install directives for arch/CUDAGravatar Gael Guennebaud2015-02-18
* Remove some dead stores.Gravatar Gael Guennebaud2015-02-18
* Disable __m128* wrappers when compiling with AVX and -fabi-version=4Gravatar Gael Guennebaud2015-02-17
* Fix compilation with GCC/AVX (workaround __m128 and __m256 being the same typ...Gravatar Gael Guennebaud2015-02-17
* Merged in chtz/eigen-indexconversion (pull request PR-92)Gravatar Gael Guennebaud2015-02-16
|\
| * The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
* | Pulled latest updates from trunkGravatar Benoit Steiner2015-02-13
|\|
* | Optimized version of the sin(), exp(), log() and sqrt() function for AVXGravatar Benoit Steiner2015-02-13
| * 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
| |\ | |/ |/|