From: Matthias Maier Date: Mon, 3 Aug 2015 03:03:37 +0000 (-0500) Subject: Update comment, fix whitespace X-Git-Tag: v8.4.0-rc2~687^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=062080fc334ab1f0975aacf6915113cf602df994;p=dealii.git Update comment, fix whitespace --- diff --git a/cmake/checks/check_01_cpu_features.cmake b/cmake/checks/check_01_cpu_features.cmake index d5d16e4437..2f3625e014 100644 --- a/cmake/checks/check_01_cpu_features.cmake +++ b/cmake/checks/check_01_cpu_features.cmake @@ -27,8 +27,9 @@ # DEAL_II_HAVE_SSE2 *) # DEAL_II_HAVE_AVX *) # DEAL_II_HAVE_AVX512 *) -# DEAL_II_HAVE_OPENMP_SIMD *) # DEAL_II_COMPILER_VECTORIZATION_LEVEL +# DEAL_II_HAVE_OPENMP_SIMD *) +# DEAL_II_OPENMP_SIMD_PRAGMA # # *) # It is is possible to manually set the above values to their corresponding diff --git a/cmake/checks/check_02_system_features.cmake b/cmake/checks/check_02_system_features.cmake index cd58f41416..d846c8715a 100644 --- a/cmake/checks/check_02_system_features.cmake +++ b/cmake/checks/check_02_system_features.cmake @@ -94,7 +94,7 @@ IF(CMAKE_SYSTEM_NAME MATCHES "Darwin") # At least on Clang 5.0.0 the template depth is set to 128, which is too low # to compile parts of the library. Fix this by setting a large value. # - ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-ftemplate-depth=1024") + ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-ftemplate-depth=1024") ENDIF()