From 062080fc334ab1f0975aacf6915113cf602df994 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 2 Aug 2015 22:03:37 -0500 Subject: [PATCH] Update comment, fix whitespace --- cmake/checks/check_01_cpu_features.cmake | 3 ++- cmake/checks/check_02_system_features.cmake | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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() -- 2.39.5