aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/NEON/PacketMath.h
Commit message (Expand)AuthorAge
...
* Add missing packet ops for bool, and make it pass the same packet op unit tes...Gravatar Rasmus Munk Larsen2020-05-14
* Remove packet ops pinsertfirst and pinsertlast that are only used in a single...Gravatar Rasmus Munk Larsen2020-05-08
* Remove unused packet op "palign".Gravatar Rasmus Munk Larsen2020-05-07
* Remove unused packet op "preduxp".Gravatar Rasmus Munk Larsen2020-04-23
* Move eigen_packet_wrapper to GenericPacketMath.h and use it for SSE/AVX/AVX51...Gravatar Rasmus Munk Larsen2020-04-15
* NEON: Fixed MSVC types definitionsGravatar Joel Holdsworth2020-03-26
* Additional NEON packet-math operationsGravatar Joel Holdsworth2020-03-26
* Add absolute_difference coefficient-wise binary Array functionGravatar Joel Holdsworth2020-03-19
* Add shift_left<N> and shift_right<N> coefficient-wise unary Array functionsGravatar Joel Holdsworth2020-03-19
* Implement integer square-root for NEONGravatar Joel Holdsworth2020-03-19
* NEON: Added int64_t and uint64_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Added int8_t and uint8_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Added int16_t and uint16_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Added uint32_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Implemented half-size vectorsGravatar Joel Holdsworth2020-03-10
* NEON: Set packet_traits<double> flagsGravatar Joel Holdsworth2020-03-10
* Improvements to the tidiness and completeness of the NEON implementationGravatar Joel Holdsworth2020-01-10
* Improve accuracy of fast approximate tanh and the logistic functions in Eigen...Gravatar Rasmus Munk Larsen2019-12-16
* Add generic PacketMath implementation of the Error Function (erf).Gravatar Rasmus Munk Larsen2019-09-19
* Add masked_store_available to unpacket_traitsGravatar Eugene Zhulenev2019-05-02
* Adding lowlevel APIs for optimized RHS packet load in TensorFlowGravatar Anuj Rawat2019-04-20
* Fix conflicts and mergeGravatar Gael Guennebaud2019-01-30
|\
* | Add missing logical packet ops for GPU and NEON.Gravatar Rasmus Munk Larsen2019-01-17
* | bug #1652: fix position of EIGEN_ALIGN16 attributes in Neon and AltivecGravatar Gael Guennebaud2019-01-14
* | Add dedicated implementations of predux_any for AVX512, NEON, and Altivec/VSEGravatar Gael Guennebaud2019-01-09
| * Introducing "vectorized" byte on unpacket_traits structsGravatar Gustavo Lima Chaves2018-12-19
|/
* Add packet sin and cos to Altivec/VSX and NEONGravatar Gael Guennebaud2018-11-30
* bug #1631: fix compilation with ARM NEON and clang, and cleanup the weird psh...Gravatar Gael Guennebaud2018-11-27
* Unify NEON's pexp with generic implementationGravatar Gael Guennebaud2018-11-26
* Unify NEON's plog with generic implementationGravatar Gael Guennebaud2018-11-26
* bug #1428: atempt to make NEON vectorization compilable by MSVC.Gravatar Gael Guennebaud2018-04-24
* Merged in guillaume_michel/eigen (pull request PR-334)Gravatar Christoph Hertzberg2017-10-23
* 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
* Merged kmargar/eigen/tip into default, Altivec/VSX port should be working ok ...Gravatar Konstantinos Margaritis2016-07-10
|\
* | 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
* 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
* 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
* Work around an ICE in Clang 3.5 in the iOS toolchain with double NEON intrins...Gravatar Benoit Jacob2015-03-03