aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/NEON
Commit message (Expand)AuthorAge
* Avoid global variables with static constructors in NEON/Complex.hGravatar Benoit Jacob2016-06-28
* bug #1240: Remove any assumption on NEON vector types.Gravatar Gael Guennebaud2016-06-09
* Fix compile errors initializing packets on ARM DS-5 5.20Gravatar Sean Templeton2016-06-03
* Remove now-unused protate PacketMath funcGravatar Benoit Jacob2016-05-24
* Add references to filed LLVM bugsGravatar Benoit Jacob2016-04-08
* bug #1190 - Don't trust __ARM_FEATURE_FMA on Clang/ARMGravatar Benoit Jacob2016-04-04
* bug #1191 - Prevent Clang/ARM from rewriting VMLA into VMUL+VADDGravatar Benoit Jacob2016-04-04
* bug #1186 - vreinterpretq_u64_f64 fails to build on Android/Aarch64/Clang too...Gravatar Benoit Jacob2016-03-30
* bug #1103: fix neon vectorization of pmul(Packet1cd,Packet1cd)Gravatar Gael Guennebaud2015-12-10
* Fix prototype of plset and generalize linspace functor.Gravatar Gael Guennebaud2015-08-07
* Let unpacket_traits<> exposes the required alignment and make use of it every...Gravatar Gael Guennebaud2015-08-07
* Abandon blocking size lookup table approach. Not performing as well in real w...Gravatar Benoit Jacob2015-05-19
* also uninitialized here, see previous csetGravatar Benoit Jacob2015-05-15
* Fix uninitialized var warning. The compiler was clearing the register anyway,...Gravatar Benoit Jacob2015-05-15
* use unsigned short instead of uint16_t which doesn't exist in c++98Gravatar Benoit Jacob2015-03-17
* Update Nexus 5 lookup table from combining now 2 runs of the benchmark, using...Gravatar Benoit Jacob2015-03-16
* Provide a empirical lookup table for blocking sizes measured on a Nexus 5. On...Gravatar Benoit Jacob2015-03-15
* must also disable complex<double> when disabling double vectorizationGravatar Benoit Jacob2015-03-03
* Work around an ICE in Clang 3.5 in the iOS toolchain with double NEON intrins...Gravatar Benoit Jacob2015-03-03
* HalfPacket also needed to be disabled for double, on ARMv8.Gravatar Benoit Jacob2015-03-02
* remove trailing commaGravatar Benoit Jacob2015-02-27
* Disable Packet2f/2i halfpacket support in NEON.Gravatar Benoit Jacob2015-02-27
* bug #955 - Implement a rotating kernel alternative in the 3px4 gebp pathGravatar Benoit Jacob2015-02-18
* The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
* Added vectorized implementation of the exponential function for ARM/NEONGravatar Benoit Steiner2015-02-10
* 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
* Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
* Added ARMv8 supportGravatar Konstantinos Margaritis2014-10-22
* working 64-bit support in PacketMath.h, Complex.h neededGravatar Konstantinos Margaritis2014-10-21
* 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
* Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
* 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
* Fixed the NEON implementation of predux_max<Packet4i>.Gravatar Benoit Steiner2014-04-23
* Created a NEON version of the ptranspose packet primitivesGravatar Benoit Steiner2014-04-23
* merge with default branchGravatar Gael Guennebaud2014-04-22
|\
* | Implemented the pgather/pscatter packet primitives for the arm/NEON architectureGravatar Benoit Steiner2014-04-17
* | New gebp kernel handling up to 3 packets x 4 register-level blocks. Huge spee...Gravatar Gael Guennebaud2014-04-16
| * bug #782: Workaround for gcc <= 4.4 compilation error on the NEON PacketMath ...Gravatar Benoit Steiner2014-04-03
* | Add a mechanism to recursively access to half-size packet typesGravatar Gael Guennebaud2014-03-28
|/
* bug #677: fix usage of pld instrinsics for ccomplexesGravatar Gael Guennebaud2013-11-02
* Fix bug #677: compilation issue on arm64 which does not have the PLD instructionGravatar Gael Guennebaud2013-10-31