aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/ZVector
Commit message (Expand)AuthorAge
* Small cleanup: Get rid of the macros EIGEN_HAS_SINGLE_INSTRUCTION_CJMADD and ...Gravatar Rasmus Munk Larsen2021-06-24
* Get rid of code duplication for conj_helper. For packets where LhsType=RhsTyp...Gravatar Rasmus Munk Larsen2021-06-24
* Use bit_cast to create -0.0 for floating point types to avoid compiler optimi...Gravatar Rasmus Munk Larsen2021-06-11
* Include `<cstdint>` in one place, remove custom typedefsGravatar Antonio Sanchez2021-01-26
* Fix some packet-functions in the IBM ZVector packet-math.Gravatar Andreas Krebbel2020-11-25
* Remove unused packet op "palign".Gravatar Rasmus Munk Larsen2020-05-07
* Remove unused packet op "preduxp".Gravatar Rasmus Munk Larsen2020-04-23
* Move implementation of vectorized error function erf() to SpecialFunctionsImp...Gravatar Rasmus Munk Larsen2019-09-27
* 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
* Introducing "vectorized" byte on unpacket_traits structsGravatar Gustavo Lima Chaves2018-12-19
* remove debuggingGravatar Konstantinos Margaritis2017-10-12
* explicitly set conjugate maskGravatar Konstantinos Margaritis2017-10-11
* added some extra debuggingGravatar Konstantinos Margaritis2017-10-11
* some Packet2cf pmul fixesGravatar Konstantinos Margaritis2017-10-11
* initial pexp() for 32-bit floats, commented out due to vec_cts()Gravatar Konstantinos Margaritis2017-10-11
* initial pexp() for 32-bit floats, commented out due to vec_cts()Gravatar Konstantinos Margaritis2017-10-11
* fix predux_mul for z14/floatGravatar Konstantinos Margaritis2017-10-10
* complete z14 portGravatar Konstantinos Margaritis2017-10-09
* initial support for z14Gravatar Konstantinos Margaritis2017-08-06
* bug #1436: fix compilation of Jacobi rotations with ARM NEON, some specializa...Gravatar Gael Guennebaud2017-06-15
* Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_tGravatar Gael Guennebaud2017-01-23
* implement float/std::complex<float> for ZVector as well, minor fixes to ZVectorGravatar Konstantinos Margaritis2016-11-17
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* remove pgather/pscatter for std::complex<double> for s390xGravatar Konstantinos Margaritis2016-04-15
* complete the port, remove float supportGravatar Konstantinos Margaritis2016-04-05
* add remaining includesGravatar Konstantinos Margaritis2016-04-05
* complete int/double specialized traits for ZVectorGravatar Konstantinos Margaritis2016-04-05
* actually include ZVector files, passes most basic tests (float still fails)Gravatar Konstantinos Margaritis2016-03-28