Skip to content
Snippets Groups Projects
  1. Nov 20, 2024
    • Carsten Gräser's avatar
      [bugfix] Disable certain combinations of Vc::SimdArray · 684f3639
      Carsten Gräser authored
      A static cast in vc deriberately says, that the third
      and forth template parameter must not be set manually.
      Hence this patch disables the tests where this is done.
      684f3639
    • Carsten Gräser's avatar
      [bugfix] Explicitly cast argument types for Simd::cond · 01f1310f
      Carsten Gräser authored
      `Simd::cond(a,b,c)` only has overloads for the cases where
      `b` and `c` have the same type. If this is not the case
      (which seems to happen for certain distributions and compilers)
      the compiler cannot deduce the template parameter for the type.
      
      It turns out that in all cases where this happens, the first
      argument is constructed by explicitly casting to a type. In
      all these cases the present patch adds a cast to this type
      for the second argument, too.
      
      WARNING: I did not look at what the actual code does. However,
      if the implementation of `Simd::cond()` makes and the existing
      cast make any sense, that's the only possible type we can commit to.
      01f1310f
  2. Oct 11, 2024
  3. Oct 10, 2024
  4. Oct 07, 2024
  5. Oct 05, 2024
  6. Sep 27, 2024
  7. Sep 23, 2024
  8. Sep 21, 2024
  9. Sep 20, 2024
  10. Sep 19, 2024
  11. Sep 16, 2024
  12. Sep 10, 2024
  13. Sep 04, 2024
Loading