diff --git a/CHANGELOG.md b/CHANGELOG.md index a04b5f97125ef775c2ff75b49683a94b183d319c..52ada3ab71ba29db9c1b470fc13c6ac473fb577d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.