]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Replace __restrict by DEAL_II_RESTRICT 10949/head
authorDaniel Arndt <arndtd@ornl.gov>
Tue, 22 Sep 2020 13:00:56 +0000 (09:00 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Tue, 22 Sep 2020 13:01:24 +0000 (09:01 -0400)
include/deal.II/matrix_free/evaluation_kernels.h

index 8f40cb85d37a6310d639052a90bdbd180d6f04ef..2314c590eec0e92ab96b1dcfea56ea64b31c8d57 100644 (file)
@@ -2614,11 +2614,11 @@ namespace internal
     // `scratch_data` variable to not risk a stack overflow.
     constexpr unsigned int stack_array_size_threshold = 100;
 
+    VectorizedArrayType *DEAL_II_RESTRICT temp1;
     VectorizedArrayType
       temp_data[static_dofs_per_face < stack_array_size_threshold ?
                   2 * dofs_per_face :
                   1];
-    VectorizedArrayType *__restrict temp1;
     if (static_dofs_per_face < stack_array_size_threshold)
       temp1 = &temp_data[0];
     else

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.