]> https://gitweb.dealii.org/ - dealii.git/commitdiff
address review comments
authorMatthias Maier <tamiko@43-1.org>
Fri, 22 May 2020 14:24:23 +0000 (09:24 -0500)
committerMatthias Maier <tamiko@43-1.org>
Sat, 23 May 2020 14:56:50 +0000 (09:56 -0500)
doc/news/changes/incompatibilities/20200521Maier-2
doc/users/cmake_dealii.html

index e18f51956f2e52c1132642a0958a8a0e0bb5ba41..3f56753e0dd977f5fa01607cdb8fd2260eaaf752 100644 (file)
@@ -1,9 +1,9 @@
 Removed: The <code>DEAL_II_WITH_CXX14</code> and
 <code>DEAL_II_WITH_CXX17</code> configuration options have been removed.
-The library will now be compiled with the defaultr C++ standard enabled by
+The library will now be compiled with the default C++ standard enabled by
 the compiler. This is (as of May 2020) C++14 for all compilers. If you want
 to override that behavior, please set the C++ standard directly for example
 by configuring with <code>-DDEAL_II_CXX_FLAGS="-std=c++17"</code>, or by
-setting the environement variable <code>CXXFLAGS="-std=c++17".
+setting the environement variable <code>CXXFLAGS="-std=c++17"</code>.
 <br>
 (Matthias Maier, 2020/05/21)
index f64ccd9f5dc5663e5515e8b3ba5a99f4edcc2426..c91e866900e358d672af1de740fe0d2dbde1446b 100644 (file)
@@ -417,7 +417,18 @@ library        - builds and installs the 'library' component
       configuration.
     </p>
 
-
+    <p>
+      The library will be compiled with the default C++ standard enabled by
+      the compiler. This is (as of May 2020) C++14 for all compilers. If
+      you want to override this behavior, please set the C++ standard
+      directly for example by configuring with
+      <code>-DDEAL_II_CXX_FLAGS="-std=c++17"</code>, or by setting the
+      environement variable <code>CXXFLAGS="-std=c++17"</code>.
+
+      Similarly, for enabling SIMD vectorization support, you have to set
+      an appropriate target architecture via <code>-march=...</code>, for
+      example <code>-DDEAL_II_CXX_FLAGS="-march=native"</code>.
+    </p>
 
     <a name="configurefeature"></a>
     <h3>Feature configuration</h3>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.