aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/NEON
Commit message (Expand)AuthorAge
* bug #1631: fix compilation with ARM NEON and clang, and cleanup the weird psh...Gravatar Gael Guennebaud2018-11-27
* cleanupGravatar Gael Guennebaud2018-11-26
* Unify NEON's pexp with generic implementationGravatar Gael Guennebaud2018-11-26
* Unify NEON's plog with generic implementationGravatar Gael Guennebaud2018-11-26
* bug #1611: fix plog(0) on NEONGravatar Gael Guennebaud2018-11-26
* Add pcast packet op for NEON.Gravatar Rasmus Munk Larsen2018-07-26
* Fix compilation with NEON+MSVCGravatar Gael Guennebaud2018-04-26
* bug #1428: atempt to make NEON vectorization compilable by MSVC.Gravatar Gael Guennebaud2018-04-24
* fix const cast in NEONGravatar Gael Guennebaud2018-04-18
* Merged in guillaume_michel/eigen (pull request PR-334)Gravatar Christoph Hertzberg2017-10-23
* bug #1436: fix compilation of Jacobi rotations with ARM NEON, some specializa...Gravatar Gael Guennebaud2017-06-15
* Fix compilation with gcc 4.3 and ARM NEONGravatar Gael Guennebaud2017-06-09
* ARM prefetch fixes: Implement prefetch on ARM64. Do not clobber cc on ARM32.Gravatar Benoit Jacob2017-03-15
* Use int32_t instead of int in NEON code. Some platforms with 16 bytes int sup...Gravatar Gael Guennebaud2017-02-17
* Use 32 registers on ARM64Gravatar Benoit Jacob2016-12-19
* bug #1325: fix compilation on NEON with clangGravatar Gael Guennebaud2016-10-12
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* Merged kmargar/eigen/tip into default, Altivec/VSX port should be working ok ...Gravatar Konstantinos Margaritis2016-07-10
|\
* | 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 name to copyrightsGravatar Konstantinos Margaritis2016-04-28
|/
* 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