- fb95e90 Add truncation op by Charles Schlosser · 12 months ago
- be06c9a Implement float pexp_complex by Damiano Franzò · 1 year, 2 months ago
- 4d419e2 Rename generic_fast_tanh_float to ptanh_float and move it to... by Rasmus Munk Larsen · 1 year, 2 months ago
- 7fd7a3f Implement plog_complex by Damiano Franzò · 1 year, 4 months ago
- f38e16c Apply clang-format by Tobias Wood · 1 year, 4 months ago
- 6e4d5d4 Add IWYU private pragmas to internal headers. by Antonio Sánchez · 1 year, 8 months ago
- df1049d Small packet math cleanup. by Rasmus Munk Larsen · 2 years ago
- ac5c83a unset executable flag by Eisuke Kawashima · 2 years, 11 months ago
- f1b9692 Removed EIGEN_UNUSED decorations from many functions that are in fact used by Sean McBride · 3 years, 1 month ago
- 8d81a23 Reduce usage of reserved names by Kolja Brix · 3 years, 3 months ago
- a4098ac Fix duplicate include guard *ALTIVEC_H -> *ZVECTOR_H by Shiva Ghose · 3 years, 3 months ago
- 40bbe8a Fix ZVector build. by Antonio Sanchez · 3 years, 6 months ago
- 8faafc3 ZVector: Move alignas qualifier to come first by Andreas Krebbel · 3 years, 6 months ago
- d7d0bf8 Issue an error in case of direct inclusion of internal headers. by Rasmus Munk Larsen · 3 years, 7 months ago
- 9312a5b Implement a generic vectorized version of Smith's algorithms for complex division. by Rasmus Munk Larsen · 3 years, 9 months ago
- bffd267 Small cleanup: Get rid of the macros EIGEN_HAS_SINGLE_INSTRUCTION_CJMADD and CJMADD, which were effectively unused, apart from on x86, where the change results in identically performing code. by Rasmus Munk Larsen · 3 years, 10 months ago
- 52a5f98 Get rid of code duplication for conj_helper. For packets where LhsType=RhsType a single generic implementation suffices. For scalars, the generic implementation of pconj automatically forwards to numext::conj, so much of the existing specialization can be avoided. For mixed types we still need specializations. by Rasmus Munk Larsen · 3 years, 10 months ago
- fc87e2c Use bit_cast to create -0.0 for floating point types to avoid compiler optimization changing sign with --ffast-math enabled. by Rasmus Munk Larsen · 3 years, 10 months ago
- 3f4684f Include `<cstdint>` in one place, remove custom typedefs by Antonio Sanchez · 4 years, 2 months ago
- 1e74f93 Fix some packet-functions in the IBM ZVector packet-math. by Andreas Krebbel · 4 years, 5 months ago
- 225ab04 Remove unused packet op "palign". by Rasmus Munk Larsen · 5 years ago
- e80ec24 Remove unused packet op "preduxp". by Rasmus Munk Larsen · 5 years ago
- 13ef08e Move implementation of vectorized error function erf() to SpecialFunctionsImpl.h. by Rasmus Munk Larsen · 6 years ago
- 6de5ed0 Add generic PacketMath implementation of the Error Function (erf). by Rasmus Munk Larsen · 6 years ago
- e9f0eb8 Add masked_store_available to unpacket_traits by Eugene Zhulenev · 6 years ago
- 8c7a6fe Adding lowlevel APIs for optimized RHS packet load in TensorFlow by Anuj Rawat · 6 years ago
- e763fcd Introducing "vectorized" byte on unpacket_traits structs by Gustavo Lima Chaves · 6 years ago
- 6c3475f remove debugging by Konstantinos Margaritis · 7 years ago
- c4ad358 explicitly set conjugate mask by Konstantinos Margaritis · 8 years ago
- 380d41f added some extra debugging by Konstantinos Margaritis · 8 years ago
- d0b7b9d some Packet2cf pmul fixes by Konstantinos Margaritis · 8 years ago
- df173f5 initial pexp() for 32-bit floats, commented out due to vec_cts() by Konstantinos Margaritis · 8 years ago
- 3dcae2a initial pexp() for 32-bit floats, commented out due to vec_cts() by Konstantinos Margaritis · 8 years ago
- c2a2246 fix predux_mul for z14/float by Konstantinos Margaritis · 8 years ago
- bc30305 complete z14 port by Konstantinos Margaritis · 8 years ago
- e1e71ca initial support for z14 by Konstantinos Margaritis · 8 years ago
- b240080 bug #1436: fix compilation of Jacobi rotations with ARM NEON, some specializations of internal::conj_helper were missing. by Gael Guennebaud · 8 years ago
- ca79c15 Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_t by Gael Guennebaud · 8 years ago
- 672aa97 implement float/std::complex<float> for ZVector as well, minor fixes to ZVector by Konstantinos Margaritis · 8 years ago
- 35a8e94 bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. by Gael Guennebaud · 9 years ago
- 0e8fc31 remove pgather/pscatter for std::complex<double> for s390x by Konstantinos Margaritis · 9 years ago
- 317384b complete the port, remove float support by Konstantinos Margaritis · 9 years ago
- bc0ad36 add remaining includes by Konstantinos Margaritis · 9 years ago
- 2d41dc9 complete int/double specialized traits for ZVector by Konstantinos Margaritis · 9 years ago
- 01e7298 actually include ZVector files, passes most basic tests (float still fails) by Konstantinos Margaritis · 9 years ago