1. f38e16c Apply clang-format by Tobias Wood · 1 year, 5 months ago
  2. 6e4d5d4 Add IWYU private pragmas to internal headers. by Antonio Sánchez · 1 year, 8 months ago
  3. 273e0c8 Revert "Add constexpr, test for C++14 constexpr." by Rasmus Munk Larsen · 2 years, 7 months ago
  4. 133498c Add constexpr, test for C++14 constexpr. by Tobias Schlüter · 3 years, 2 months ago
  5. d7d0bf8 Issue an error in case of direct inclusion of internal headers. by Rasmus Munk Larsen · 3 years, 7 months ago
  6. 7b35638 Fix breakage of conj_helper in conjunction with custom types introduced in !537. by Rasmus Munk Larsen · 3 years, 10 months ago
  7. 2d132d1 Commit 52a5f982 broke conjhelper functionality for HIP GPUs. by Rohit Santhanam · 3 years, 10 months ago
  8. 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
  9. 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