From: Timo Heister Date: Sat, 5 Sep 2015 15:28:49 +0000 (-0400) Subject: add changelog X-Git-Tag: v8.4.0-rc2~470^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f05d856e93938c2ddf8dd5aca9479351caf047f0;p=dealii.git add changelog --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 436510cd57..c55cb6e3ef 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -244,6 +244,13 @@ inconvenience this causes.
    +
  1. Memory consumption during compilation has been reduced by splitting + instantiation files. For this make_instantiations now supports additional + logic to split the the instantiations in .inst files into groups. This is + used in fe_values.cc, error_estimator.cc, and others. +
    + (Timo Heister, 2015/09/05) +
  2. Openmp SIMD support is now enabled for Clang version 3.6, or newer (or the equivalent XCode version). Further, openmp support is not any more falsely activated for very old clang versions.