aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/NEON/PacketMath.h
Commit message (Expand)AuthorAge
* Disable fast psqrt for NEON.Gravatar Antonio Sanchez2021-02-23
* Updated pfrexp implementation.Gravatar Antonio Sanchez2021-02-17
* missing method in packetmath.h void ptranspose(PacketBlock<Packet16uc, 4>& ke...Gravatar Ashutosh Sharma2021-02-16
* Use vrsqrts for rsqrt Newton iterations.Gravatar Antonio Sanchez2021-02-11
* loop less ptransposeGravatar Ashutosh Sharma2021-02-10
* 1)provide a better generic paddsub op implementationGravatar Guoqiang QI2021-01-13
* * Add iterative psqrt<double> for AVX and SSE when FMA is available. This pro...Gravatar Rasmus Munk Larsen2020-12-16
* Add an additional step of Newton-Raphson for `psqrt<double>` on Arm, which ot...Gravatar Rasmus Munk Larsen2020-12-15
* Fix NEON pmax<PropagateNumbers,Packet4bf>.Gravatar Antonio Sanchez2020-12-11
* Add Armv8 guard on PropagateNumbers implementation.Gravatar Everton Constantino2020-12-10
* Remove comma at end of enumerator list in NEON PacketMathGravatar David Tellenbach2020-12-10
* - Enabling PropagateNaN and PropagateNumbers for NEON.Gravatar Everton Constantino2020-12-08
* Special function implementations for half/bfloat16 packets.Gravatar Antonio Sanchez2020-12-04
* Fix typo in `F32MaskToBf16Mask`.Gravatar Antonio Sanchez2020-12-02
* Fix neon cmp* functions for bf16.Gravatar Antonio Sanchez2020-12-02
* Fixes duplicate symbol when building blasGravatar Antonio Sanchez2020-11-20
* Re-enable Arm Neon Eigen::half packets of size 8Gravatar David Tellenbach2020-11-18
* Avoid promotion of Arm __fp16 to float in Neon PacketMathGravatar David Tellenbach2020-11-17
* Unify Inverse_SSE.h and Inverse_NEON.h into a single generic implementation u...Gravatar Guoqiang QI2020-11-17
* Fix typo in NEON/PacketMath.hGravatar guoqiangqi2020-11-13
* Add support for Armv8.2-a __fp16Gravatar David Tellenbach2020-10-28
* Clean up packetmath tests and fix various bugs to make bfloat16 pass (almost)...Gravatar Rasmus Munk Larsen2020-10-09
* Fix undefined reference to pset1frombits bug on different platformsGravatar guoqiangqi2020-09-19
* Fix more mildly embarrassing typos in ARM intrinsics in PacketMath.h.Gravatar Rasmus Munk Larsen2020-09-18
* Fix typo in PacketMath.hGravatar Rasmus Munk Larsen2020-09-18
* Add missing packet op pcmp_lt_or_nan for Packet2d on ARM.Gravatar Rasmus Munk Larsen2020-09-18
* Remove old Clang compiler bug work-arounds. The two LLVM bugs referenced in t...Gravatar Benoit Jacob2020-09-15
* Add plog ops support packet2d for NEONGravatar Guoqiang QI2020-09-15
* Add Neon psqrt<Packet2d> and pexp<Packet2d>Gravatar Guoqiang QI2020-09-08
* add psqrt ops support packet2f/packet4f for NEONGravatar Guoqiang QI2020-08-21
* bfloat16 packetmath for Arm Neon backendGravatar David Tellenbach2020-08-13
* Temporarily turn off the NEON implementation of pfloor as it does not work fo...Gravatar Zachary Garrett2020-08-04
* Fix packetmath_1 float tests for arm/aarch64.Gravatar Antonio Sanchez2020-06-24
* Add missing Packet2l/Packet2ul ops for NEON.Gravatar Antonio Sanchez2020-06-22
* Added missing NEON pcasts, update packetmath tests.Gravatar Antonio Sanchez2020-06-21
* Remove HasCast and fix packetmath cast tests.Gravatar Antonio Sanchez2020-06-11
* Add support for PacketBlock<Packet8s,4> and PacketBlock<Packet16uc,4> ptransp...Gravatar Kan Chen2020-05-29
* 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