Magnus Ulimoen 76f5291131 Elide bounds check in diffxi
array_windows.skip did not elide bounds checks as it should. If
the slice is instead offset by the skipped amount, we have the
same behavour, but aids the compiler enough.
The two changed lines allows SIMD optimisations, giving an
impressive reduction in instructions by two thirds in the
benchmark.
2021-03-25 17:23:01 +01:00
..
2021-02-01 23:22:35 +01:00
2021-03-25 17:23:01 +01:00
2020-02-19 21:51:48 +01:00
2021-03-23 19:21:38 +01:00
2020-08-31 21:05:05 +02:00

SBP operators

Traits and implementations for creating both matrix-free and matrix SBP solvers.