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

Merge branch 'feature/changelog-VC-support' into 'master'

[changelog] mention SIMD support

See merge request core/dune-common!445
parents efa4197a b5def905
No related branches found
No related tags found
1 merge request!445[changelog] mention SIMD support
Pipeline #
......@@ -33,6 +33,13 @@
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
[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