From d14a12db1cc7b91380a143350e613442362c876e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 26 Mar 2024 09:23:53 -0600 Subject: [PATCH] Add a changelog entry for the alignment of tensors. --- doc/news/changes/minor/20240323Bangerth | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/news/changes/minor/20240323Bangerth diff --git a/doc/news/changes/minor/20240323Bangerth b/doc/news/changes/minor/20240323Bangerth new file mode 100644 index 0000000000..c064772e9b --- /dev/null +++ b/doc/news/changes/minor/20240323Bangerth @@ -0,0 +1,5 @@ +Changed: The Tensor class now has an alignment greater than what the +compiler would automatically choose to enable more efficient memory +operations on these objects. +
+(Wolfgang Bangerth, 2024/03/23) -- 2.39.5