From: Wolfgang Bangerth Date: Wed, 15 Feb 2023 04:23:21 +0000 (-0700) Subject: Fix a grammar mistake. X-Git-Tag: v9.5.0-rc1~547^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e488ee155faafc720ba7ab0bc54b8f7a06af9cf9;p=dealii.git Fix a grammar mistake. While there, also use mark-up that's a bit easier to read. --- diff --git a/cmake/checks/check_01_cpu_features.cmake b/cmake/checks/check_01_cpu_features.cmake index 53a45c38d1..848cc33d25 100644 --- a/cmake/checks/check_01_cpu_features.cmake +++ b/cmake/checks/check_01_cpu_features.cmake @@ -24,17 +24,16 @@ # This file sets up # # DEAL_II_WORDS_BIGENDIAN -# DEAL_II_HAVE_SSE2 *) -# DEAL_II_HAVE_AVX *) -# DEAL_II_HAVE_AVX512 *) -# DEAL_II_HAVE_ALTIVEC *) -# DEAL_II_HAVE_OPENMP_SIMD *) +# DEAL_II_HAVE_SSE2 (*) +# DEAL_II_HAVE_AVX (*) +# DEAL_II_HAVE_AVX512 (*) +# DEAL_II_HAVE_ALTIVEC (*) +# DEAL_II_HAVE_OPENMP_SIMD (*) # DEAL_II_VECTORIZATION_WIDTH_IN_BITS # DEAL_II_OPENMP_SIMD_PRAGMA # -# *) -# It is is possible to manually set the above values to their corresponding -# values, when platform introspection is disabled with +# (*) It is possible to manually set the above values to their +# corresponding values, when platform introspection is disabled with # DEAL_II_ALLOW_PLATFORM_INTROSPECTION=OFF, #