-
- Downloads
[!669] LoopSIMD for vector types
Merge branch 'loopsimd_for_vector_types' into 'master' ref:core/dune-common\> This MR adapts LoopSIMD to take another vectorized type as template argument. If Tis a vectorized type, then LoopSIMD<T,k> has lanes<T>()*k lanes and the same scalar as T (Scalar<LoopSIMD<T,k>> == Scalar<T>). This is useful with dune-vectorclass, to create arbitrary large vector types with explicit SIMD support, for example. Feel free to push any changes to the source branch! See merge request [!669] [!669]: gitlab.dune-project.org/core/dune-common/merge_requests/669
Please register or sign in to comment