Skip to content
Snippets Groups Projects
Commit b5def905 authored by Christian Engwer's avatar Christian Engwer
Browse files

[changelog] mention SIMD support

parent efa4197a
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,13 @@ ...@@ -33,6 +33,13 @@
See core/dune-common!282 See core/dune-common!282
- Added infrastructure for explicit vectorization *(experimental)*
We added experimental support for SIMD data types. We currently
provide infrastructure to use [Vc](https://github.com/VcDevel/Vc)
and some helper functions to transparently switch between scalar data
types and SIMD data types.
- `FieldMatrix` now has experimental support for SIMD types from - `FieldMatrix` now has experimental support for SIMD types from
[Vc](https://github.com/VcDevel/Vc) as field types. [Vc](https://github.com/VcDevel/Vc) as field types.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment